COLOR #D8C79E

HEX: #D8C79E
RGB: (216,199,158)

Color info

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

RGB color model

#D8C79E color RGB value is (216,199,158).

  • red value is 216;
  • green value is 199;
  • blue value is 158.
RGB:
(216,199,158)
(85%,78%,62%)

RGB channels and saturation

R 216 of 255 = 85%
G 199 of 255 = 78%
B 158 of 255 = 62%

216
199
158

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

Portions of RGB colors in percentages

R + G + B =
216 + 199 + 158 = 573 (100%)
R 216 of 573 ~ 37.7%
G 199 of 573 ~ 34.73%
B 158 of 573 ~ 27.57%

%37.7
%34.73
%27.57

CMYK color model

#D8C79E color CMYK value is (0,8,27,15).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 26.85%
  • key color value is 15.29%
CMYK:
(0,8,27,15)
C0M8Y27K15 
(0%,8%,27%,15%)
(0.00/0.08/0.27/0.15)	

CMYK percentages

%0
%7.87
%26.85
%15.29

Codes

Color #D8C79E in popluar color models

D8C79E
RGB216199158
HSL42°42.65%73.33%
HSB/HSV42°26.85%84.71%
CMYK0.00%7.87%26.85%
15.29%

Color #D8C79E in popluar number systems.

HEXD8C79E
Decimal216199158
Binary110110001100011110011110
Octal330307236

Shades and tints

Shades of #D8C79E

#D8C79E
(216,199,158)
#C5B590
(197,181,144)
#B2A382
(178,163,130)
#9F9174
(159,145,116)
#8C7F66
(140,127,102)
#796D58
(121,109,88)
#665B4A
(102,91,74)
#53493C
(83,73,60)
#40372E
(64,55,46)
#2D2520
(45,37,32)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #D8C79E

#D8C79E
(216,199,158)
#DBCCA6
(219,204,166)
#DED1AE
(222,209,174)
#E1D6B6
(225,214,182)
#E4DBBE
(228,219,190)
#E7E0C6
(231,224,198)
#EAE5CE
(234,229,206)
#EDEAD6
(237,234,214)
#F0EFDE
(240,239,222)
#F3F4E6
(243,244,230)
#F6F9EE
(246,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C79E color. Also use rgb(216,199,158) instead hex code.

Text Font Color

.myTextColor { color: #D8C79E; }

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

This text font color is #D8C79E.


Background Color

.myBgColor { background-color: #D8C79E; }

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

This div background color is #D8C79E.


Border color

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

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

This div border color is #D8C79E.


Opacity

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

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

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

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

This text has shadow with #D8C79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C79E on black background.


Color preview on white background

This text has color #D8C79E on white background.



Black color preview on #D8C79E background

This text has black color on #D8C79E background.


White color preview on #D8C79E background

This text has white color on #D8C79E background.