COLOR #D9C99C

HEX: #D9C99C RGB: (217,201,156)

Color info

#D9C99C contains mainly red and green colors. Web safe color of #D9C99C is #CCCC99 (or #CC9).

RGB color model

#D9C99C color RGB value is (217,201,156).

RGB: (217,201,156) (85%, 79%, 61%)

RGB channels and saturation

R 217 of 255 = 85%
G 201 of 255 = 79%
B 156 of 255 = 61%

217
201
156

R + G + B ~ 75%. #D9C99C is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 201 + 156 = 574 (100%)
R 217 of 574 ~ 37.8%
G 201 of 574 ~ 35.02%
B 156 of 574 ~ 27.18'%

%37.8
%35.02
%27.18

CMYK color model

#D9C99C color CMYK value is (0,7,28,15).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 28.11%
  • key color value is 14.90%

CMYK: (0,7,28,15)
C0M7Y28K15 (0%, 7%, 28%, 15%)
(0.00 / 0.07 / 0.28 / 0.15)

CMYK percentages

%0
%7.37
%28.11
%14.9

Codes

Color #D9C99C in popluar color models

D9 C9 9C
RGB 217 201 156
HSL 44° 44.53% 73.14%
HSB/HSV 44° 28.11% 85.10%
CMYK 0.00% 7.37% 28.11%
14.90%

Color #D9C99C in popluar number systems.

HEX D9 C9 9C
Decimal 217 201 156
Binary 11011001 11001001 10011100
Octal 331 311 234

Shades and tints

Shades of #D9C99C

#D9C99C
(217,201,156)
#C6B78E
(198,183,142)
#B3A580
(179,165,128)
#A09372
(160,147,114)
#8D8164
(141,129,100)
#7A6F56
(122,111,86)
#675D48
(103,93,72)
#544B3A
(84,75,58)
#41392C
(65,57,44)
#2E271E
(46,39,30)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #D9C99C

#D9C99C
(217,201,156)
#DCCDA5
(220,205,165)
#DFD1AE
(223,209,174)
#E2D5B7
(226,213,183)
#E5D9C0
(229,217,192)
#E8DDC9
(232,221,201)
#EBE1D2
(235,225,210)
#EEE5DB
(238,229,219)
#F1E9E4
(241,233,228)
#F4EDED
(244,237,237)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C99C color. Also use rgb(217,201,156) instead hex code.

Text Font Color

.myTextColor { color: #D9C99C; }

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

This text font color is #D9C99C.

Background Color

.myBgColor { background-color: #D9C99C; }

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

This div background color is #D9C99C.

Border color

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

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

This div border color is #D9C99C.

Opacity

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

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

Text with #D9C99C 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 #D9C99C;}

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

This text has shadow with #D9C99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C99C.

Preview

Color preview on black background

This text has color #D9C99C on black background.


Color preview on white background

This text has color #D9C99C on white background.


Black color preview on #D9C99C background

This text has black color on #D9C99C background.


White color preview on #D9C99C background

This text has white color on #D9C99C background.


Related colors

Complementary color

Complementary color for #hex is #263663.


I love getcolorcode.com

Triadic colors

1 #9CD9C9 and #C99CD9 with #D9C99C are triadic colors.

2 #9CC9D9 and #C9D99C with #D9C99C are triadic colors.