COLOR #D8D071

HEX: #D8D071
RGB: (216,208,113)

Color info

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

RGB color model

#D8D071 color RGB value is (216,208,113).

  • red value is 216;
  • green value is 208;
  • blue value is 113.
RGB:
(216,208,113)
(85%,82%,44%)

RGB channels and saturation

R 216 of 255 = 85%
G 208 of 255 = 82%
B 113 of 255 = 44%

216
208
113

R + G + B ~ 70%. #D8D071 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 208 + 113 = 537 (100%)
R 216 of 537 ~ 40.22%
G 208 of 537 ~ 38.73%
B 113 of 537 ~ 21.04%

%40.22
%38.73
%21.04

CMYK color model

#D8D071 color CMYK value is (0,4,48,15).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 47.69%
  • key color value is 15.29%
CMYK:
(0,4,48,15)
C0M4Y48K15 
(0%,4%,48%,15%)
(0.00/0.04/0.48/0.15)	

CMYK percentages

%0
%3.7
%47.69
%15.29

Codes

Color #D8D071 in popluar color models

D8D071
RGB216208113
HSL55°56.91%64.51%
HSB/HSV55°47.69%84.71%
CMYK0.00%3.70%47.69%
15.29%

Color #D8D071 in popluar number systems.

HEXD8D071
Decimal216208113
Binary11011000110100001110001
Octal330320161

Shades and tints

Shades of #D8D071

#D8D071
(216,208,113)
#C5BE67
(197,190,103)
#B2AC5D
(178,172,93)
#9F9A53
(159,154,83)
#8C8849
(140,136,73)
#79763F
(121,118,63)
#666435
(102,100,53)
#53522B
(83,82,43)
#404021
(64,64,33)
#2D2E17
(45,46,23)
#1A1C0D
(26,28,13)
#000000
(0,0,0)

Tints of #D8D071

#D8D071
(216,208,113)
#DBD47D
(219,212,125)
#DED889
(222,216,137)
#E1DC95
(225,220,149)
#E4E0A1
(228,224,161)
#E7E4AD
(231,228,173)
#EAE8B9
(234,232,185)
#EDECC5
(237,236,197)
#F0F0D1
(240,240,209)
#F3F4DD
(243,244,221)
#F6F8E9
(246,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D071; }

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

This text font color is #D8D071.


Background Color

.myBgColor { background-color: #D8D071; }

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

This div background color is #D8D071.


Border color

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

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

This div border color is #D8D071.


Opacity

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

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

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

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

This text has shadow with #D8D071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D071 on black background.


Color preview on white background

This text has color #D8D071 on white background.



Black color preview on #D8D071 background

This text has black color on #D8D071 background.


White color preview on #D8D071 background

This text has white color on #D8D071 background.