COLOR #D8D19C

HEX: #D8D19C RGB: (216,209,156)

Color info

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

RGB color model

#D8D19C color RGB value is (216,209,156).

RGB: (216,209,156) (85%, 82%, 61%)

RGB channels and saturation

R 216 of 255 = 85%
G 209 of 255 = 82%
B 156 of 255 = 61%

216
209
156

R + G + B ~ 76%. #D8D19C is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 209 + 156 = 581 (100%)
R 216 of 581 ~ 37.18%
G 209 of 581 ~ 35.97%
B 156 of 581 ~ 26.85'%

%37.18
%35.97
%26.85

CMYK color model

#D8D19C color CMYK value is (0,3,28,15).

  • cyan value is 0.00%
  • magenta value is 3.24%
  • yellow value is 27.78%
  • key color value is 15.29%
CMYK: (0,3,28,15) C0M3Y28K15 (0%,3%,28%,15%) (0.00/0.03/0.28/0.15) 

CMYK percentages

%0
%3.24
%27.78
%15.29

Codes

Color #D8D19C in popluar color models

D8 D1 9C
RGB 216 209 156
HSL 53° 43.48% 72.94%
HSB/HSV 53° 27.78% 84.71%
CMYK 0.00% 3.24% 27.78%
15.29%

Color #D8D19C in popluar number systems.

HEX D8 D1 9C
Decimal 216 209 156
Binary 11011000 11010001 10011100
Octal 330 321 234

Shades and tints

Shades of #D8D19C

#D8D19C
(216,209,156)
#C5BE8E
(197,190,142)
#B2AB80
(178,171,128)
#9F9872
(159,152,114)
#8C8564
(140,133,100)
#797256
(121,114,86)
#665F48
(102,95,72)
#534C3A
(83,76,58)
#40392C
(64,57,44)
#2D261E
(45,38,30)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #D8D19C

#D8D19C
(216,209,156)
#DBD5A5
(219,213,165)
#DED9AE
(222,217,174)
#E1DDB7
(225,221,183)
#E4E1C0
(228,225,192)
#E7E5C9
(231,229,201)
#EAE9D2
(234,233,210)
#EDEDDB
(237,237,219)
#F0F1E4
(240,241,228)
#F3F5ED
(243,245,237)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D19C color. Also use rgb(216,209,156) instead hex code.

Text Font Color

.myTextColor { color: #D8D19C; }

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

This text font color is #D8D19C.

Background Color

.myBgColor { background-color: #D8D19C; }

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

This div background color is #D8D19C.

Border color

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

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

This div border color is #D8D19C.

Opacity

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

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

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

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

This text has shadow with #D8D19C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D19C.

Preview

Color preview on black background

This text has color #D8D19C on black background.


Color preview on white background

This text has color #D8D19C on white background.


Black color preview on #D8D19C background

This text has black color on #D8D19C background.


White color preview on #D8D19C background

This text has white color on #D8D19C background.


Related colors

Complementary color

Complementary color for #hex is #272E63.


I love getcolorcode.com

Triadic colors

1 #9CD8D1 and #D19CD8 with #D8D19C are triadic colors.

2 #9CD1D8 and #D1D89C with #D8D19C are triadic colors.