@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#dbc055 hex color - Yellow - Warm color - Information

#dbc055 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dbc055 Color code in RGB color code model is created after adding 85.88% red color, 75.29% green color and 33.33% blue color. Hex #dbc055 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 61% yellow and 14.12% black.

Hex #dbc055 color code is between #ddbb44 web safe hex color code and #cccc66 web safe hex color code. #ddbb44 is the nearest web safe color code. You can see here many more shades of #dbc055 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code dbc055 #dbc055
RGB Decimal 219, 192, 85 rgb(219, 192, 85)
RGB Percent 86%, 75%, 33% rgb(86%, 75%, 33%)
CSS RGBa 219, 192, 85,1 rgba(219,192,85,1)
CMYK Model cmyk(0%,12%,61%,14.12%)
HSL Color Space 48,65% ,60% hsl(48,65% ,60%)
HSV Color Space 48°, 61%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 11000000 01010101
Octal 333 300 125
Decimal 219 192 85
Hex db c0 55

Different shades of #dbc055 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #dbc055
#e4d07f
Dark Shade of #dbc055
#d1b02c
Saturated Shade of #dbc055
#e5c64b
Desaturated Shade of #dbc055
#d1ba5f
Grey scale Shade of #dbc055
#989898
Brighten Shade
#f4d96e
Most Readable Shade
#000000

Shades of #dbc055 color code

Generate more color scales with scales (color stack) generator.

#dbc055
#c2aa4b
#aa9542
#928038
#796a2f
#615525
#49401c
#302a12
#181509
#000000

Similar Color like #dbc055 color

Find visually similar hex color codes nearing to #dbc055 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#dcc156
#ddc257
#dec358
#dfc459
#e0c55a
#e1c65b
#e2c75c
#e3c85d
#e4c95e
#e5ca5f
#e6cb60
#e7cc61
#e8cd62
#e9ce63
#dabf54
#d9be53
#d8bd52
#d7bc51
#d6bb50
#d5ba4f
#d4b94e
#d3b84d
#d2b74c
#d1b64b
#d0b54a
#cfb449
#ceb348
#cdb247

Monochromatic Color with #dbc055

#dbc055
#060603
#312b13
#5b5024
#867534
#b09b45

Tints of #dbc055 Color

#dbc055
#dfc767
#e3ce7a
#e7d58d
#ebdca0
#efe3b3
#f3eac6
#f7f1d9
#fbf8ec
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#dbc055
#5570db

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#dbc055
#55b3db
#7d55db

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#db8a55
#dba555
#dbc055
#dbdb55
#c0db55

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#dbc055
#55dbc0
#c055db

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#dbc055
#55db7d
#5570db
#db55b3

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#dbc055
#5570db
#7d55db
#b3db55

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #dbc055 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#dbc055 Color Code Preview on Black Background Color

This is how #dbc055 Color will look on black background color. Color contrast ratio is 11.68

#dbc055 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#dbc055">Your Example Paragraph content text in with font color #dbc055 </p>

Your Example Paragraph content text in with font color #dbc055

HTML with inline CSS

<div style="color:#dbc055">Your Paragraph text in with font color #dbc055 </div>

Your Example Paragraph content text in with font color #dbc055

#dbc055 color code is use for CSS Background Color

Background color for the above div is #dbc055

HTML with inline CSS

<div style="background-color:#dbc055;"></div>

#dbc055 color code is use for CSS Border Color

CSS Border color for the above div is #dbc055

HTML with inline CSS

<div style="border:5px solid #dbc055;"></div>

CSS Border Left color for the above div is #dbc055

HTML with inline CSS

<div style="border-left:5px solid #dbc055;"></div>

CSS Border Right color for the above div is #dbc055

HTML with inline CSS

<div style="border-right:5px solid #dbc055;"></div>

CSS Border Bottom color for the above div is #dbc055

HTML with inline CSS

<div style="border-bottom:5px solid #dbc055;"></div>

CSS Border Top color for the above div is #dbc055

HTML with inline CSS

<div style="border-top:5px solid #dbc055;"></div>

#dbc055 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#dbc055; } .examplecolorclass {color:#dbc055; } .examplebordercolor {border:3px solid #dbc055; }

#dbc055 Color code Preview on White Background

This is how #dbc055 Color code will look on white background color. Color contrast ratio is 1.80

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #dbc055; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #dbc055; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(219,192,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,112,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,192,85,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.