COLOR #D8D47C

HEX: #D8D47C
RGB: (216,212,124)

Color info

#D8D47C contains mainly red and green colors. Web safe color of #D8D47C is #CCCC66 (or #CC6).

RGB color model

#D8D47C color RGB value is (216,212,124).

  • red value is 216;
  • green value is 212;
  • blue value is 124.
RGB:
(216,212,124)
(85%,83%,49%)

RGB channels and saturation

R 216 of 255 = 85%
G 212 of 255 = 83%
B 124 of 255 = 49%

216
212
124

R + G + B ~ 72%. #D8D47C is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 212 + 124 = 552 (100%)
R 216 of 552 ~ 39.13%
G 212 of 552 ~ 38.41%
B 124 of 552 ~ 22.46%

%39.13
%38.41
%22.46

CMYK color model

#D8D47C color CMYK value is (0,2,43,15).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 42.59%
  • key color value is 15.29%
CMYK:
(0,2,43,15)
C0M2Y43K15 
(0%,2%,43%,15%)
(0.00/0.02/0.43/0.15)	

CMYK percentages

%0
%1.85
%42.59
%15.29

Codes

Color #D8D47C in popluar color models

D8D47C
RGB216212124
HSL57°54.12%66.67%
HSB/HSV57°42.59%84.71%
CMYK0.00%1.85%42.59%
15.29%

Color #D8D47C in popluar number systems.

HEXD8D47C
Decimal216212124
Binary11011000110101001111100
Octal330324174

Shades and tints

Shades of #D8D47C

#D8D47C
(216,212,124)
#C5C171
(197,193,113)
#B2AE66
(178,174,102)
#9F9B5B
(159,155,91)
#8C8850
(140,136,80)
#797545
(121,117,69)
#66623A
(102,98,58)
#534F2F
(83,79,47)
#403C24
(64,60,36)
#2D2919
(45,41,25)
#1A160E
(26,22,14)
#000000
(0,0,0)

Tints of #D8D47C

#D8D47C
(216,212,124)
#DBD787
(219,215,135)
#DEDA92
(222,218,146)
#E1DD9D
(225,221,157)
#E4E0A8
(228,224,168)
#E7E3B3
(231,227,179)
#EAE6BE
(234,230,190)
#EDE9C9
(237,233,201)
#F0ECD4
(240,236,212)
#F3EFDF
(243,239,223)
#F6F2EA
(246,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D47C; }

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

This text font color is #D8D47C.


Background Color

.myBgColor { background-color: #D8D47C; }

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

This div background color is #D8D47C.


Border color

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

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

This div border color is #D8D47C.


Opacity

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

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

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

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

This text has shadow with #D8D47C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D47C on black background.


Color preview on white background

This text has color #D8D47C on white background.



Black color preview on #D8D47C background

This text has black color on #D8D47C background.


White color preview on #D8D47C background

This text has white color on #D8D47C background.