COLOR #D8D88D

HEX: #D8D88D
RGB: (216,216,141)

Color info

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

RGB color model

#D8D88D color RGB value is (216,216,141).

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

RGB channels and saturation

R 216 of 255 = 85%
G 216 of 255 = 85%
B 141 of 255 = 55%

216
216
141

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

Portions of RGB colors in percentages

R + G + B =
216 + 216 + 141 = 573 (100%)
R 216 of 573 ~ 37.7%
G 216 of 573 ~ 37.7%
B 141 of 573 ~ 24.61%

%37.7
%37.7
%24.61

CMYK color model

#D8D88D color CMYK value is (0,0,35,15).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 34.72%
  • key color value is 15.29%
CMYK:
(0,0,35,15)
C0M0Y35K15 
(0%,0%,35%,15%)
(0.00/0.00/0.35/0.15)	

CMYK percentages

%0
%0
%34.72
%15.29

Codes

Color #D8D88D in popluar color models

D8D88D
RGB216216141
HSL60°49.02%70.00%
HSB/HSV60°34.72%84.71%
CMYK0.00%0.00%34.72%
15.29%

Color #D8D88D in popluar number systems.

HEXD8D88D
Decimal216216141
Binary110110001101100010001101
Octal330330215

Shades and tints

Shades of #D8D88D

#D8D88D
(216,216,141)
#C5C581
(197,197,129)
#B2B275
(178,178,117)
#9F9F69
(159,159,105)
#8C8C5D
(140,140,93)
#797951
(121,121,81)
#666645
(102,102,69)
#535339
(83,83,57)
#40402D
(64,64,45)
#2D2D21
(45,45,33)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #D8D88D

#D8D88D
(216,216,141)
#DBDB97
(219,219,151)
#DEDEA1
(222,222,161)
#E1E1AB
(225,225,171)
#E4E4B5
(228,228,181)
#E7E7BF
(231,231,191)
#EAEAC9
(234,234,201)
#EDEDD3
(237,237,211)
#F0F0DD
(240,240,221)
#F3F3E7
(243,243,231)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D88D; }

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

This text font color is #D8D88D.


Background Color

.myBgColor { background-color: #D8D88D; }

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

This div background color is #D8D88D.


Border color

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

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

This div border color is #D8D88D.


Opacity

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

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

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

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

This text has shadow with #D8D88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D88D on black background.


Color preview on white background

This text has color #D8D88D on white background.



Black color preview on #D8D88D background

This text has black color on #D8D88D background.


White color preview on #D8D88D background

This text has white color on #D8D88D background.