COLOR #D4D07E

HEX: #D4D07E RGB: (212,208,126)

Color info

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

RGB color model

#D4D07E color RGB value is (212,208,126).

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

RGB channels and saturation

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

212
208
126

R + G + B ~ 71%. #D4D07E is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 208 + 126 = 546 (100%)
R 212 of 546 ~ 38.83%
G 208 of 546 ~ 38.1%
B 126 of 546 ~ 23.08'%

%38.83
%38.1
%23.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 40.57%
  • key color value is 16.86%

CMYK: (0,2,41,17)
C0M2Y41K17 (0%, 2%, 41%, 17%)
(0.00 / 0.02 / 0.41 / 0.17)

CMYK percentages

%0
%1.89
%40.57
%16.86

Codes

Color #D4D07E in popluar color models

D4 D0 7E
RGB 212 208 126
HSL 57° 50.00% 66.27%
HSB/HSV 57° 40.57% 83.14%
CMYK 0.00% 1.89% 40.57%
16.86%

Color #D4D07E in popluar number systems.

HEX D4 D0 7E
Decimal 212 208 126
Binary 11010100 11010000 1111110
Octal 324 320 176

Shades and tints

Shades of #D4D07E

#D4D07E
(212,208,126)
#C1BE73
(193,190,115)
#AEAC68
(174,172,104)
#9B9A5D
(155,154,93)
#888852
(136,136,82)
#757647
(117,118,71)
#62643C
(98,100,60)
#4F5231
(79,82,49)
#3C4026
(60,64,38)
#292E1B
(41,46,27)
#161C10
(22,28,16)
#000000
(0,0,0)

Tints of #D4D07E

#D4D07E
(212,208,126)
#D7D489
(215,212,137)
#DAD894
(218,216,148)
#DDDC9F
(221,220,159)
#E0E0AA
(224,224,170)
#E3E4B5
(227,228,181)
#E6E8C0
(230,232,192)
#E9ECCB
(233,236,203)
#ECF0D6
(236,240,214)
#EFF4E1
(239,244,225)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D07E; }

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

This text font color is #D4D07E.

Background Color

.myBgColor { background-color: #D4D07E; }

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

This div background color is #D4D07E.

Border color

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

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

This div border color is #D4D07E.

Opacity

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

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

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

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

This text has shadow with #D4D07E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D07E.

Preview

Color preview on black background

This text has color #D4D07E on black background.


Color preview on white background

This text has color #D4D07E on white background.


Black color preview on #D4D07E background

This text has black color on #D4D07E background.


White color preview on #D4D07E background

This text has white color on #D4D07E background.


Related colors

Complementary color

Complementary color for #hex is #2B2F81.


I love getcolorcode.com

Triadic colors

1 #7ED4D0 and #D07ED4 with #D4D07E are triadic colors.

2 #7ED0D4 and #D0D47E with #D4D07E are triadic colors.