COLOR #D8C888

HEX: #D8C888
RGB: (216,200,136)

Color info

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

RGB color model

#D8C888 color RGB value is (216,200,136).

  • red value is 216;
  • green value is 200;
  • blue value is 136.
RGB:
(216,200,136)
(85%,78%,53%)

RGB channels and saturation

R 216 of 255 = 85%
G 200 of 255 = 78%
B 136 of 255 = 53%

216
200
136

R + G + B ~ 72%. #D8C888 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 200 + 136 = 552 (100%)
R 216 of 552 ~ 39.13%
G 200 of 552 ~ 36.23%
B 136 of 552 ~ 24.64%

%39.13
%36.23
%24.64

CMYK color model

#D8C888 color CMYK value is (0,7,37,15).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 37.04%
  • key color value is 15.29%
CMYK:
(0,7,37,15)
C0M7Y37K15 
(0%,7%,37%,15%)
(0.00/0.07/0.37/0.15)	

CMYK percentages

%0
%7.41
%37.04
%15.29

Codes

Color #D8C888 in popluar color models

D8C888
RGB216200136
HSL48°50.63%69.02%
HSB/HSV48°37.04%84.71%
CMYK0.00%7.41%37.04%
15.29%

Color #D8C888 in popluar number systems.

HEXD8C888
Decimal216200136
Binary110110001100100010001000
Octal330310210

Shades and tints

Shades of #D8C888

#D8C888
(216,200,136)
#C5B67C
(197,182,124)
#B2A470
(178,164,112)
#9F9264
(159,146,100)
#8C8058
(140,128,88)
#796E4C
(121,110,76)
#665C40
(102,92,64)
#534A34
(83,74,52)
#403828
(64,56,40)
#2D261C
(45,38,28)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #D8C888

#D8C888
(216,200,136)
#DBCD92
(219,205,146)
#DED29C
(222,210,156)
#E1D7A6
(225,215,166)
#E4DCB0
(228,220,176)
#E7E1BA
(231,225,186)
#EAE6C4
(234,230,196)
#EDEBCE
(237,235,206)
#F0F0D8
(240,240,216)
#F3F5E2
(243,245,226)
#F6FAEC
(246,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C888 color. Also use rgb(216,200,136) instead hex code.

Text Font Color

.myTextColor { color: #D8C888; }

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

This text font color is #D8C888.


Background Color

.myBgColor { background-color: #D8C888; }

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

This div background color is #D8C888.


Border color

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

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

This div border color is #D8C888.


Opacity

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

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

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

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

This text has shadow with #D8C888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C888 on black background.


Color preview on white background

This text has color #D8C888 on white background.



Black color preview on #D8C888 background

This text has black color on #D8C888 background.


White color preview on #D8C888 background

This text has white color on #D8C888 background.