COLOR #D8D184

HEX: #D8D184
RGB: (216,209,132)

Color info

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

RGB color model

#D8D184 color RGB value is (216,209,132).

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

RGB channels and saturation

R 216 of 255 = 85%
G 209 of 255 = 82%
B 132 of 255 = 52%

216
209
132

R + G + B ~ 73%. #D8D184 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 209 + 132 = 557 (100%)
R 216 of 557 ~ 38.78%
G 209 of 557 ~ 37.52%
B 132 of 557 ~ 23.7%

%38.78
%37.52
%23.7

CMYK color model

#D8D184 color CMYK value is (0,3,39,15).

  • cyan value is 0.00%
  • magenta value is 3.24%
  • yellow value is 38.89%
  • key color value is 15.29%
CMYK:
(0,3,39,15)
C0M3Y39K15 
(0%,3%,39%,15%)
(0.00/0.03/0.39/0.15)	

CMYK percentages

%0
%3.24
%38.89
%15.29

Codes

Color #D8D184 in popluar color models

D8D184
RGB216209132
HSL55°51.85%68.24%
HSB/HSV55°38.89%84.71%
CMYK0.00%3.24%38.89%
15.29%

Color #D8D184 in popluar number systems.

HEXD8D184
Decimal216209132
Binary110110001101000110000100
Octal330321204

Shades and tints

Shades of #D8D184

#D8D184
(216,209,132)
#C5BE78
(197,190,120)
#B2AB6C
(178,171,108)
#9F9860
(159,152,96)
#8C8554
(140,133,84)
#797248
(121,114,72)
#665F3C
(102,95,60)
#534C30
(83,76,48)
#403924
(64,57,36)
#2D2618
(45,38,24)
#1A130C
(26,19,12)
#000000
(0,0,0)

Tints of #D8D184

#D8D184
(216,209,132)
#DBD58F
(219,213,143)
#DED99A
(222,217,154)
#E1DDA5
(225,221,165)
#E4E1B0
(228,225,176)
#E7E5BB
(231,229,187)
#EAE9C6
(234,233,198)
#EDEDD1
(237,237,209)
#F0F1DC
(240,241,220)
#F3F5E7
(243,245,231)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D184; }

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

This text font color is #D8D184.


Background Color

.myBgColor { background-color: #D8D184; }

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

This div background color is #D8D184.


Border color

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

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

This div border color is #D8D184.


Opacity

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

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

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

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

This text has shadow with #D8D184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D184 on black background.


Color preview on white background

This text has color #D8D184 on white background.



Black color preview on #D8D184 background

This text has black color on #D8D184 background.


White color preview on #D8D184 background

This text has white color on #D8D184 background.