COLOR #D9C09E

HEX: #D9C09E RGB: (217,192,158)

Color info

#D9C09E contains red, green and blue colors in about the same proportion. Web safe color of #D9C09E is #CCCC99 (or #CC9).

RGB color model

#D9C09E color RGB value is (217,192,158).

RGB: (217,192,158) (85%, 75%, 62%)

RGB channels and saturation

R 217 of 255 = 85%
G 192 of 255 = 75%
B 158 of 255 = 62%

217
192
158

R + G + B ~ 74%. #D9C09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 192 + 158 = 567 (100%)
R 217 of 567 ~ 38.27%
G 192 of 567 ~ 33.86%
B 158 of 567 ~ 27.87'%

%38.27
%33.86
%27.87

CMYK color model

#D9C09E color CMYK value is (0,12,27,15).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 27.19%
  • key color value is 14.90%

CMYK: (0,12,27,15)
C0M12Y27K15 (0%, 12%, 27%, 15%)
(0.00 / 0.12 / 0.27 / 0.15)

CMYK percentages

%0
%11.52
%27.19
%14.9

Codes

Color #D9C09E in popluar color models

D9 C0 9E
RGB 217 192 158
HSL 35° 43.70% 73.53%
HSB/HSV 35° 27.19% 85.10%
CMYK 0.00% 11.52% 27.19%
14.90%

Color #D9C09E in popluar number systems.

HEX D9 C0 9E
Decimal 217 192 158
Binary 11011001 11000000 10011110
Octal 331 300 236

Shades and tints

Shades of #D9C09E

#D9C09E
(217,192,158)
#C6AF90
(198,175,144)
#B39E82
(179,158,130)
#A08D74
(160,141,116)
#8D7C66
(141,124,102)
#7A6B58
(122,107,88)
#675A4A
(103,90,74)
#54493C
(84,73,60)
#41382E
(65,56,46)
#2E2720
(46,39,32)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #D9C09E

#D9C09E
(217,192,158)
#DCC5A6
(220,197,166)
#DFCAAE
(223,202,174)
#E2CFB6
(226,207,182)
#E5D4BE
(229,212,190)
#E8D9C6
(232,217,198)
#EBDECE
(235,222,206)
#EEE3D6
(238,227,214)
#F1E8DE
(241,232,222)
#F4EDE6
(244,237,230)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C09E color. Also use rgb(217,192,158) instead hex code.

Text Font Color

.myTextColor { color: #D9C09E; }

<p style="color:#D9C09E">This sample text font color is #D9C09E.</p>

This text font color is #D9C09E.

Background Color

.myBgColor { background-color: #D9C09E; }

<div style="background-color:#D9C09E">Inner text</div>

This div background color is #D9C09E.

Border color

.myBorderColor { border: 1px solid #D9C09E; }

<div style="border:3px solid #D9C09E">Div</div>

This div border color is #D9C09E.

Opacity

.myOpacity80 { color: #D9C09E; opacity: 0.8; }

<p style="color:#D9C09E;opacity:0.8;">80%</p>

Text with #D9C09E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D9C09E;}

<p style="text-shadow: 3px 3px 1px #D9C09E">Text here.</p>

This text has shadow with #D9C09E color.


.textShadow {text-shadow: 3px 3px 1px #D9C09E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D9C09E, 5px 5px 20px red">Text here.</p>

This text has shadow with #D9C09E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9C09E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D9C09E, Direction=45, Strength=4)">Text</p>

This text has shadow with #D9C09E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9C09E;
-webkit-box-shadow: 1px 1px 3px 2px #D9C09E;
box-shadow: 1px 1px 3px 2px #D9C09E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9C09E; -webkit-box-shadow: 1px 1px 3px 2px #D9C09E; box-shadow:1px 1px 3px 2px #D9C09E;">
Div content here
</div>

This div box has shadow with color #D9C09E.

Preview

Color preview on black background

This text has color #D9C09E on black background.


Color preview on white background

This text has color #D9C09E on white background.


Black color preview on #D9C09E background

This text has black color on #D9C09E background.


White color preview on #D9C09E background

This text has white color on #D9C09E background.


Related colors

Complementary color

Complementary color for #hex is #263F61.


I love getcolorcode.com

Triadic colors

1 #9ED9C0 and #C09ED9 with #D9C09E are triadic colors.

2 #9EC0D9 and #C0D99E with #D9C09E are triadic colors.