COLOR #D8CC99

HEX: #D8CC99 RGB: (216,204,153)

Color info

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

RGB color model

#D8CC99 color RGB value is (216,204,153).

RGB: (216,204,153) (85%, 80%, 60%)

RGB channels and saturation

R 216 of 255 = 85%
G 204 of 255 = 80%
B 153 of 255 = 60%

216
204
153

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

Portions of RGB colors in percentages

R + G + B = 216 + 204 + 153 = 573 (100%)
R 216 of 573 ~ 37.7%
G 204 of 573 ~ 35.6%
B 153 of 573 ~ 26.7'%

%37.7
%35.6
%26.7

CMYK color model

#D8CC99 color CMYK value is (0,6,29,15).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 29.17%
  • key color value is 15.29%

CMYK: (0,6,29,15)
C0M6Y29K15 (0%, 6%, 29%, 15%)
(0.00 / 0.06 / 0.29 / 0.15)

CMYK percentages

%0
%5.56
%29.17
%15.29

Codes

Color #D8CC99 in popluar color models

D8 CC 99
RGB 216 204 153
HSL 49° 44.68% 72.35%
HSB/HSV 49° 29.17% 84.71%
CMYK 0.00% 5.56% 29.17%
15.29%

Color #D8CC99 in popluar number systems.

HEX D8 CC 99
Decimal 216 204 153
Binary 11011000 11001100 10011001
Octal 330 314 231

Shades and tints

Shades of #D8CC99

#D8CC99
(216,204,153)
#C5BA8C
(197,186,140)
#B2A87F
(178,168,127)
#9F9672
(159,150,114)
#8C8465
(140,132,101)
#797258
(121,114,88)
#66604B
(102,96,75)
#534E3E
(83,78,62)
#403C31
(64,60,49)
#2D2A24
(45,42,36)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #D8CC99

#D8CC99
(216,204,153)
#DBD0A2
(219,208,162)
#DED4AB
(222,212,171)
#E1D8B4
(225,216,180)
#E4DCBD
(228,220,189)
#E7E0C6
(231,224,198)
#EAE4CF
(234,228,207)
#EDE8D8
(237,232,216)
#F0ECE1
(240,236,225)
#F3F0EA
(243,240,234)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CC99 color. Also use rgb(216,204,153) instead hex code.

Text Font Color

.myTextColor { color: #D8CC99; }

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

This text font color is #D8CC99.

Background Color

.myBgColor { background-color: #D8CC99; }

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

This div background color is #D8CC99.

Border color

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

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

This div border color is #D8CC99.

Opacity

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

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

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

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

This text has shadow with #D8CC99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8CC99.

Preview

Color preview on black background

This text has color #D8CC99 on black background.


Color preview on white background

This text has color #D8CC99 on white background.


Black color preview on #D8CC99 background

This text has black color on #D8CC99 background.


White color preview on #D8CC99 background

This text has white color on #D8CC99 background.


Related colors

Complementary color

Complementary color for #hex is #273366.


I love getcolorcode.com

Triadic colors

1 #99D8CC and #CC99D8 with #D8CC99 are triadic colors.

2 #99CCD8 and #CCD899 with #D8CC99 are triadic colors.