COLOR #D4D47E

HEX: #D4D47E RGB: (212,212,126)

Color info

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

RGB color model

#D4D47E color RGB value is (212,212,126).

RGB: (212,212,126) (83%, 83%, 49%)

RGB channels and saturation

R 212 of 255 = 83%
G 212 of 255 = 83%
B 126 of 255 = 49%

212
212
126

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

Portions of RGB colors in percentages

R + G + B = 212 + 212 + 126 = 550 (100%)
R 212 of 550 ~ 38.55%
G 212 of 550 ~ 38.55%
B 126 of 550 ~ 22.91'%

%38.55
%38.55
%22.91

CMYK color model

#D4D47E color CMYK value is (0,0,41,17).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 40.57%
  • key color value is 16.86%
CMYK: (0,0,41,17) C0M0Y41K17 (0%,0%,41%,17%) (0.00/0.00/0.41/0.17) 

CMYK percentages

%0
%0
%40.57
%16.86

Codes

Color #D4D47E in popluar color models

D4 D4 7E
RGB 212 212 126
HSL 60° 50.00% 66.27%
HSB/HSV 60° 40.57% 83.14%
CMYK 0.00% 0.00% 40.57%
16.86%

Color #D4D47E in popluar number systems.

HEX D4 D4 7E
Decimal 212 212 126
Binary 11010100 11010100 1111110
Octal 324 324 176

Shades and tints

Shades of #D4D47E

#D4D47E
(212,212,126)
#C1C173
(193,193,115)
#AEAE68
(174,174,104)
#9B9B5D
(155,155,93)
#888852
(136,136,82)
#757547
(117,117,71)
#62623C
(98,98,60)
#4F4F31
(79,79,49)
#3C3C26
(60,60,38)
#29291B
(41,41,27)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #D4D47E

#D4D47E
(212,212,126)
#D7D789
(215,215,137)
#DADA94
(218,218,148)
#DDDD9F
(221,221,159)
#E0E0AA
(224,224,170)
#E3E3B5
(227,227,181)
#E6E6C0
(230,230,192)
#E9E9CB
(233,233,203)
#ECECD6
(236,236,214)
#EFEFE1
(239,239,225)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D47E; }

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

This text font color is #D4D47E.

Background Color

.myBgColor { background-color: #D4D47E; }

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

This div background color is #D4D47E.

Border color

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

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

This div border color is #D4D47E.

Opacity

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

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

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

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

This text has shadow with #D4D47E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D47E.

Preview

Color preview on black background

This text has color #D4D47E on black background.


Color preview on white background

This text has color #D4D47E on white background.


Black color preview on #D4D47E background

This text has black color on #D4D47E background.


White color preview on #D4D47E background

This text has white color on #D4D47E background.


Related colors

Complementary color

Complementary color for #hex is #2B2B81.


I love getcolorcode.com