COLOR #D8C187

HEX: #D8C187
RGB: (216,193,135)

Color info

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

RGB color model

#D8C187 color RGB value is (216,193,135).

  • red value is 216;
  • green value is 193;
  • blue value is 135.
RGB:
(216,193,135)
(85%,76%,53%)

RGB channels and saturation

R 216 of 255 = 85%
G 193 of 255 = 76%
B 135 of 255 = 53%

216
193
135

R + G + B ~ 71%. #D8C187 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 193 + 135 = 544 (100%)
R 216 of 544 ~ 39.71%
G 193 of 544 ~ 35.48%
B 135 of 544 ~ 24.82%

%39.71
%35.48
%24.82

CMYK color model

#D8C187 color CMYK value is (0,11,38,15).

  • cyan value is 0.00%
  • magenta value is 10.65%
  • yellow value is 37.50%
  • key color value is 15.29%
CMYK:
(0,11,38,15)
C0M11Y38K15 
(0%,11%,38%,15%)
(0.00/0.11/0.38/0.15)	

CMYK percentages

%0
%10.65
%37.5
%15.29

Codes

Color #D8C187 in popluar color models

D8C187
RGB216193135
HSL43°50.94%68.82%
HSB/HSV43°37.50%84.71%
CMYK0.00%10.65%37.50%
15.29%

Color #D8C187 in popluar number systems.

HEXD8C187
Decimal216193135
Binary110110001100000110000111
Octal330301207

Shades and tints

Shades of #D8C187

#D8C187
(216,193,135)
#C5B07B
(197,176,123)
#B29F6F
(178,159,111)
#9F8E63
(159,142,99)
#8C7D57
(140,125,87)
#796C4B
(121,108,75)
#665B3F
(102,91,63)
#534A33
(83,74,51)
#403927
(64,57,39)
#2D281B
(45,40,27)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #D8C187

#D8C187
(216,193,135)
#DBC691
(219,198,145)
#DECB9B
(222,203,155)
#E1D0A5
(225,208,165)
#E4D5AF
(228,213,175)
#E7DAB9
(231,218,185)
#EADFC3
(234,223,195)
#EDE4CD
(237,228,205)
#F0E9D7
(240,233,215)
#F3EEE1
(243,238,225)
#F6F3EB
(246,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C187 color. Also use rgb(216,193,135) instead hex code.

Text Font Color

.myTextColor { color: #D8C187; }

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

This text font color is #D8C187.


Background Color

.myBgColor { background-color: #D8C187; }

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

This div background color is #D8C187.


Border color

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

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

This div border color is #D8C187.


Opacity

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

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

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

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

This text has shadow with #D8C187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C187 on black background.


Color preview on white background

This text has color #D8C187 on white background.



Black color preview on #D8C187 background

This text has black color on #D8C187 background.


White color preview on #D8C187 background

This text has white color on #D8C187 background.