COLOR #D8D479

HEX: #D8D479
RGB: (216,212,121)

Color info

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

RGB color model

#D8D479 color RGB value is (216,212,121).

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

RGB channels and saturation

R 216 of 255 = 85%
G 212 of 255 = 83%
B 121 of 255 = 47%

216
212
121

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

Portions of RGB colors in percentages

R + G + B =
216 + 212 + 121 = 549 (100%)
R 216 of 549 ~ 39.34%
G 212 of 549 ~ 38.62%
B 121 of 549 ~ 22.04%

%39.34
%38.62
%22.04

CMYK color model

#D8D479 color CMYK value is (0,2,44,15).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 43.98%
  • key color value is 15.29%
CMYK:
(0,2,44,15)
C0M2Y44K15 
(0%,2%,44%,15%)
(0.00/0.02/0.44/0.15)	

CMYK percentages

%0
%1.85
%43.98
%15.29

Codes

Color #D8D479 in popluar color models

D8D479
RGB216212121
HSL57°54.91%66.08%
HSB/HSV57°43.98%84.71%
CMYK0.00%1.85%43.98%
15.29%

Color #D8D479 in popluar number systems.

HEXD8D479
Decimal216212121
Binary11011000110101001111001
Octal330324171

Shades and tints

Shades of #D8D479

#D8D479
(216,212,121)
#C5C16E
(197,193,110)
#B2AE63
(178,174,99)
#9F9B58
(159,155,88)
#8C884D
(140,136,77)
#797542
(121,117,66)
#666237
(102,98,55)
#534F2C
(83,79,44)
#403C21
(64,60,33)
#2D2916
(45,41,22)
#1A160B
(26,22,11)
#000000
(0,0,0)

Tints of #D8D479

#D8D479
(216,212,121)
#DBD785
(219,215,133)
#DEDA91
(222,218,145)
#E1DD9D
(225,221,157)
#E4E0A9
(228,224,169)
#E7E3B5
(231,227,181)
#EAE6C1
(234,230,193)
#EDE9CD
(237,233,205)
#F0ECD9
(240,236,217)
#F3EFE5
(243,239,229)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D479; }

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

This text font color is #D8D479.


Background Color

.myBgColor { background-color: #D8D479; }

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

This div background color is #D8D479.


Border color

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

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

This div border color is #D8D479.


Opacity

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

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

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

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

This text has shadow with #D8D479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D479 on black background.


Color preview on white background

This text has color #D8D479 on white background.



Black color preview on #D8D479 background

This text has black color on #D8D479 background.


White color preview on #D8D479 background

This text has white color on #D8D479 background.