COLOR #D8CA8B

HEX: #D8CA8B
RGB: (216,202,139)

Color info

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

RGB color model

#D8CA8B color RGB value is (216,202,139).

  • red value is 216;
  • green value is 202;
  • blue value is 139.
RGB:
(216,202,139)
(85%,79%,55%)

RGB channels and saturation

R 216 of 255 = 85%
G 202 of 255 = 79%
B 139 of 255 = 55%

216
202
139

R + G + B ~ 73%. #D8CA8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 202 + 139 = 557 (100%)
R 216 of 557 ~ 38.78%
G 202 of 557 ~ 36.27%
B 139 of 557 ~ 24.96%

%38.78
%36.27
%24.96

CMYK color model

#D8CA8B color CMYK value is (0,6,36,15).

  • cyan value is 0.00%
  • magenta value is 6.48%
  • yellow value is 35.65%
  • key color value is 15.29%
CMYK:
(0,6,36,15)
C0M6Y36K15 
(0%,6%,36%,15%)
(0.00/0.06/0.36/0.15)	

CMYK percentages

%0
%6.48
%35.65
%15.29

Codes

Color #D8CA8B in popluar color models

D8CA8B
RGB216202139
HSL49°49.68%69.61%
HSB/HSV49°35.65%84.71%
CMYK0.00%6.48%35.65%
15.29%

Color #D8CA8B in popluar number systems.

HEXD8CA8B
Decimal216202139
Binary110110001100101010001011
Octal330312213

Shades and tints

Shades of #D8CA8B

#D8CA8B
(216,202,139)
#C5B87F
(197,184,127)
#B2A673
(178,166,115)
#9F9467
(159,148,103)
#8C825B
(140,130,91)
#79704F
(121,112,79)
#665E43
(102,94,67)
#534C37
(83,76,55)
#403A2B
(64,58,43)
#2D281F
(45,40,31)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #D8CA8B

#D8CA8B
(216,202,139)
#DBCE95
(219,206,149)
#DED29F
(222,210,159)
#E1D6A9
(225,214,169)
#E4DAB3
(228,218,179)
#E7DEBD
(231,222,189)
#EAE2C7
(234,226,199)
#EDE6D1
(237,230,209)
#F0EADB
(240,234,219)
#F3EEE5
(243,238,229)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CA8B color. Also use rgb(216,202,139) instead hex code.

Text Font Color

.myTextColor { color: #D8CA8B; }

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

This text font color is #D8CA8B.


Background Color

.myBgColor { background-color: #D8CA8B; }

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

This div background color is #D8CA8B.


Border color

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

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

This div border color is #D8CA8B.


Opacity

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

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

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

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

This text has shadow with #D8CA8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CA8B on black background.


Color preview on white background

This text has color #D8CA8B on white background.



Black color preview on #D8CA8B background

This text has black color on #D8CA8B background.


White color preview on #D8CA8B background

This text has white color on #D8CA8B background.