COLOR #D8D684

HEX: #D8D684
RGB: (216,214,132)

Color info

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

RGB color model

#D8D684 color RGB value is (216,214,132).

  • red value is 216;
  • green value is 214;
  • blue value is 132.
RGB:
(216,214,132)
(85%,84%,52%)

RGB channels and saturation

R 216 of 255 = 85%
G 214 of 255 = 84%
B 132 of 255 = 52%

216
214
132

R + G + B ~ 74%. #D8D684 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 214 + 132 = 562 (100%)
R 216 of 562 ~ 38.43%
G 214 of 562 ~ 38.08%
B 132 of 562 ~ 23.49%

%38.43
%38.08
%23.49

CMYK color model

#D8D684 color CMYK value is (0,1,39,15).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 38.89%
  • key color value is 15.29%
CMYK:
(0,1,39,15)
C0M1Y39K15 
(0%,1%,39%,15%)
(0.00/0.01/0.39/0.15)	

CMYK percentages

%0
%0.93
%38.89
%15.29

Codes

Color #D8D684 in popluar color models

D8D684
RGB216214132
HSL59°51.85%68.24%
HSB/HSV59°38.89%84.71%
CMYK0.00%0.93%38.89%
15.29%

Color #D8D684 in popluar number systems.

HEXD8D684
Decimal216214132
Binary110110001101011010000100
Octal330326204

Shades and tints

Shades of #D8D684

#D8D684
(216,214,132)
#C5C378
(197,195,120)
#B2B06C
(178,176,108)
#9F9D60
(159,157,96)
#8C8A54
(140,138,84)
#797748
(121,119,72)
#66643C
(102,100,60)
#535130
(83,81,48)
#403E24
(64,62,36)
#2D2B18
(45,43,24)
#1A180C
(26,24,12)
#000000
(0,0,0)

Tints of #D8D684

#D8D684
(216,214,132)
#DBD98F
(219,217,143)
#DEDC9A
(222,220,154)
#E1DFA5
(225,223,165)
#E4E2B0
(228,226,176)
#E7E5BB
(231,229,187)
#EAE8C6
(234,232,198)
#EDEBD1
(237,235,209)
#F0EEDC
(240,238,220)
#F3F1E7
(243,241,231)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D684; }

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

This text font color is #D8D684.


Background Color

.myBgColor { background-color: #D8D684; }

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

This div background color is #D8D684.


Border color

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

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

This div border color is #D8D684.


Opacity

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

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

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

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

This text has shadow with #D8D684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D684 on black background.


Color preview on white background

This text has color #D8D684 on white background.



Black color preview on #D8D684 background

This text has black color on #D8D684 background.


White color preview on #D8D684 background

This text has white color on #D8D684 background.