COLOR #D8DC99

HEX: #D8DC99 RGB: (216,220,153)

Color info

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

RGB color model

#D8DC99 color RGB value is (216,220,153).

RGB: (216,220,153) (85%, 86%, 60%)

RGB channels and saturation

R 216 of 255 = 85%
G 220 of 255 = 86%
B 153 of 255 = 60%

216
220
153

R + G + B ~ 77%. #D8DC99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 220 + 153 = 589 (100%)
R 216 of 589 ~ 36.67%
G 220 of 589 ~ 37.35%
B 153 of 589 ~ 25.98'%

%36.67
%37.35
%25.98

CMYK color model

#D8DC99 color CMYK value is (2,0,30,14).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 30.45%
  • key color value is 13.73%
CMYK: (2,0,30,14) C2M0Y30K14 (2%,0%,30%,14%) (0.02/0.00/0.30/0.14) 

CMYK percentages

%1.82
%0
%30.45
%13.73

Codes

Color #D8DC99 in popluar color models

D8 DC 99
RGB 216 220 153
HSL 64° 48.91% 73.14%
HSB/HSV 64° 30.45% 86.27%
CMYK 1.82% 0.00% 30.45%
13.73%

Color #D8DC99 in popluar number systems.

HEX D8 DC 99
Decimal 216 220 153
Binary 11011000 11011100 10011001
Octal 330 334 231

Shades and tints

Shades of #D8DC99

#D8DC99
(216,220,153)
#C5C88C
(197,200,140)
#B2B47F
(178,180,127)
#9FA072
(159,160,114)
#8C8C65
(140,140,101)
#797858
(121,120,88)
#66644B
(102,100,75)
#53503E
(83,80,62)
#403C31
(64,60,49)
#2D2824
(45,40,36)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #D8DC99

#D8DC99
(216,220,153)
#DBDFA2
(219,223,162)
#DEE2AB
(222,226,171)
#E1E5B4
(225,229,180)
#E4E8BD
(228,232,189)
#E7EBC6
(231,235,198)
#EAEECF
(234,238,207)
#EDF1D8
(237,241,216)
#F0F4E1
(240,244,225)
#F3F7EA
(243,247,234)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DC99; }

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

This text font color is #D8DC99.

Background Color

.myBgColor { background-color: #D8DC99; }

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

This div background color is #D8DC99.

Border color

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

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

This div border color is #D8DC99.

Opacity

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

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

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

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

This text has shadow with #D8DC99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DC99.

Preview

Color preview on black background

This text has color #D8DC99 on black background.


Color preview on white background

This text has color #D8DC99 on white background.


Black color preview on #D8DC99 background

This text has black color on #D8DC99 background.


White color preview on #D8DC99 background

This text has white color on #D8DC99 background.


Related colors

Complementary color

Complementary color for #hex is #272366.


I love getcolorcode.com

Triadic colors

1 #99D8DC and #DC99D8 with #D8DC99 are triadic colors.

2 #99DCD8 and #DCD899 with #D8DC99 are triadic colors.