COLOR #D4D877

HEX: #D4D877
RGB: (212,216,119)

Color info

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

RGB color model

#D4D877 color RGB value is (212,216,119).

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

RGB channels and saturation

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

212
216
119

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

Portions of RGB colors in percentages

R + G + B =
212 + 216 + 119 = 547 (100%)
R 212 of 547 ~ 38.76%
G 216 of 547 ~ 39.49%
B 119 of 547 ~ 21.76%

%38.76
%39.49
%21.76

CMYK color model

#D4D877 color CMYK value is (2,0,45,15).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 44.91%
  • key color value is 15.29%
CMYK:
(2,0,45,15)
C2M0Y45K15 
(2%,0%,45%,15%)
(0.02/0.00/0.45/0.15)	

CMYK percentages

%1.85
%0
%44.91
%15.29

Codes

Color #D4D877 in popluar color models

D4D877
RGB212216119
HSL62°55.43%65.69%
HSB/HSV62°44.91%84.71%
CMYK1.85%0.00%44.91%
15.29%

Color #D4D877 in popluar number systems.

HEXD4D877
Decimal212216119
Binary11010100110110001110111
Octal324330167

Shades and tints

Shades of #D4D877

#D4D877
(212,216,119)
#C1C56D
(193,197,109)
#AEB263
(174,178,99)
#9B9F59
(155,159,89)
#888C4F
(136,140,79)
#757945
(117,121,69)
#62663B
(98,102,59)
#4F5331
(79,83,49)
#3C4027
(60,64,39)
#292D1D
(41,45,29)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #D4D877

#D4D877
(212,216,119)
#D7DB83
(215,219,131)
#DADE8F
(218,222,143)
#DDE19B
(221,225,155)
#E0E4A7
(224,228,167)
#E3E7B3
(227,231,179)
#E6EABF
(230,234,191)
#E9EDCB
(233,237,203)
#ECF0D7
(236,240,215)
#EFF3E3
(239,243,227)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D877; }

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

This text font color is #D4D877.


Background Color

.myBgColor { background-color: #D4D877; }

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

This div background color is #D4D877.


Border color

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

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

This div border color is #D4D877.


Opacity

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

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

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

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

This text has shadow with #D4D877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D877 on black background.


Color preview on white background

This text has color #D4D877 on white background.



Black color preview on #D4D877 background

This text has black color on #D4D877 background.


White color preview on #D4D877 background

This text has white color on #D4D877 background.