@
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.

#dbc285 hex color - Yellow - Warm color - Information

#dbc285 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #dbc285 Color code in RGB color code model is created after adding 85.88% red color, 76.08% green color and 52.16% blue color. Hex #dbc285 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 39% yellow and 14.12% black.

Hex #dbc285 color code is between #ddbb88 web safe hex color code and #cccc77 web safe hex color code. #ddbb88 is the nearest web safe color code. You can see here many more shades of #dbc285 color code.

0 Likes 0 Comments | 9 Views

RGB Chart

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

Color Table

Hex Color Code dbc285 #dbc285
RGB Decimal 219, 194, 133 rgb(219, 194, 133)
RGB Percent 86%, 76%, 52% rgb(86%, 76%, 52%)
CSS RGBa 219, 194, 133,1 rgba(219,194,133,1)
CMYK Model cmyk(0%,11%,39%,14.12%)
HSL Color Space 43,54% ,69% hsl(43,54% ,69%)
HSV Color Space 43°, 39%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11011011 11000010 10000101
Octal 333 302 205
Decimal 219 194 133
Hex db c2 85

Different shades of #dbc285 color code.

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

Light Shade of #dbc285
#e7d6ac
Dark Shade of #dbc285
#cfae5e
Saturated Shade of #dbc285
#e3c57d
Desaturated Shade of #dbc285
#d3bf8d
Grey scale Shade of #dbc285
#b0b0b0
Brighten Shade
#f4db9e
Most Readable Shade
#000000

Shades of #dbc285 color code

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

#dbc285
#c2ac76
#aa9667
#928158
#796b49
#61563b
#49402c
#302b1d
#18150e
#000000

Similar Color like #dbc285 color

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

#dcc386
#ddc487
#dec588
#dfc689
#e0c78a
#e1c88b
#e2c98c
#e3ca8d
#e4cb8e
#e5cc8f
#e6cd90
#e7ce91
#e8cf92
#e9d093
#dac184
#d9c083
#d8bf82
#d7be81
#d6bd80
#d5bc7f
#d4bb7e
#d3ba7d
#d2b97c
#d1b87b
#d0b77a
#cfb679
#ceb578
#cdb477

Monochromatic Color with #dbc285

#dbc285
#060604
#312b1e
#5b5138
#867751
#b09c6b

Tints of #dbc285 Color

#dbc285
#dfc892
#e3cfa0
#e7d6ad
#ebddbb
#efe3c8
#f3ead6
#f7f1e3
#fbf8f1
#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

#dbc285
#859edb

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

Split Complementary

#dbc285
#85c9db
#9785db

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

Analogous Color

#dba085
#dbb185
#dbc285
#dbd385
#d2db85

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

#dbc285
#85dbc2
#c285db

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

#dbc285
#85db97
#859edb
#db85c9

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

#dbc285
#859edb
#9785db
#c9db85

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 #dbc285 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.

#dbc285 Color Code Preview on Black Background Color

This is how #dbc285 Color will look on black background color. Color contrast ratio is 12.07

#dbc285 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbc285

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbc285

#dbc285 color code is use for CSS Background Color

Background color for the above div is #dbc285

HTML with inline CSS

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

#dbc285 color code is use for CSS Border Color

CSS Border color for the above div is #dbc285

HTML with inline CSS

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

CSS Border Left color for the above div is #dbc285

HTML with inline CSS

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

CSS Border Right color for the above div is #dbc285

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbc285

HTML with inline CSS

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

CSS Border Top color for the above div is #dbc285

HTML with inline CSS

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

#dbc285 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbc285 Color code Preview on White Background

This is how #dbc285 Color code will look on white background color. Color contrast ratio is 1.74

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 #dbc285; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #dbc285; }

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,194,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,158,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,194,133,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 9 Views

Post your comment:-

By submitting comment you agree to our privacy policy.