COLOR #D4D886

HEX: #D4D886
RGB: (212,216,134)

Color info

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

RGB color model

#D4D886 color RGB value is (212,216,134).

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

RGB channels and saturation

R 212 of 255 = 83%
G 216 of 255 = 85%
B 134 of 255 = 53%

212
216
134

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

Portions of RGB colors in percentages

R + G + B =
212 + 216 + 134 = 562 (100%)
R 212 of 562 ~ 37.72%
G 216 of 562 ~ 38.43%
B 134 of 562 ~ 23.84%

%37.72
%38.43
%23.84

CMYK color model

#D4D886 color CMYK value is (2,0,38,15).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 37.96%
  • key color value is 15.29%
CMYK:
(2,0,38,15)
C2M0Y38K15 
(2%,0%,38%,15%)
(0.02/0.00/0.38/0.15)	

CMYK percentages

%1.85
%0
%37.96
%15.29

Codes

Color #D4D886 in popluar color models

D4D886
RGB212216134
HSL63°51.25%68.63%
HSB/HSV63°37.96%84.71%
CMYK1.85%0.00%37.96%
15.29%

Color #D4D886 in popluar number systems.

HEXD4D886
Decimal212216134
Binary110101001101100010000110
Octal324330206

Shades and tints

Shades of #D4D886

#D4D886
(212,216,134)
#C1C57A
(193,197,122)
#AEB26E
(174,178,110)
#9B9F62
(155,159,98)
#888C56
(136,140,86)
#75794A
(117,121,74)
#62663E
(98,102,62)
#4F5332
(79,83,50)
#3C4026
(60,64,38)
#292D1A
(41,45,26)
#161A0E
(22,26,14)
#000000
(0,0,0)

Tints of #D4D886

#D4D886
(212,216,134)
#D7DB91
(215,219,145)
#DADE9C
(218,222,156)
#DDE1A7
(221,225,167)
#E0E4B2
(224,228,178)
#E3E7BD
(227,231,189)
#E6EAC8
(230,234,200)
#E9EDD3
(233,237,211)
#ECF0DE
(236,240,222)
#EFF3E9
(239,243,233)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D886; }

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

This text font color is #D4D886.


Background Color

.myBgColor { background-color: #D4D886; }

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

This div background color is #D4D886.


Border color

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

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

This div border color is #D4D886.


Opacity

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

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

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

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

This text has shadow with #D4D886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D886 on black background.


Color preview on white background

This text has color #D4D886 on white background.



Black color preview on #D4D886 background

This text has black color on #D4D886 background.


White color preview on #D4D886 background

This text has white color on #D4D886 background.