COLOR #D4C878

HEX: #D4C878
RGB: (212,200,120)

Color info

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

RGB color model

#D4C878 color RGB value is (212,200,120).

  • red value is 212;
  • green value is 200;
  • blue value is 120.
RGB:
(212,200,120)
(83%,78%,47%)

RGB channels and saturation

R 212 of 255 = 83%
G 200 of 255 = 78%
B 120 of 255 = 47%

212
200
120

R + G + B ~ 69%. #D4C878 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 200 + 120 = 532 (100%)
R 212 of 532 ~ 39.85%
G 200 of 532 ~ 37.59%
B 120 of 532 ~ 22.56%

%39.85
%37.59
%22.56

CMYK color model

#D4C878 color CMYK value is (0,6,43,17).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 43.40%
  • key color value is 16.86%
CMYK:
(0,6,43,17)
C0M6Y43K17 
(0%,6%,43%,17%)
(0.00/0.06/0.43/0.17)	

CMYK percentages

%0
%5.66
%43.4
%16.86

Codes

Color #D4C878 in popluar color models

D4C878
RGB212200120
HSL52°51.69%65.10%
HSB/HSV52°43.40%83.14%
CMYK0.00%5.66%43.40%
16.86%

Color #D4C878 in popluar number systems.

HEXD4C878
Decimal212200120
Binary11010100110010001111000
Octal324310170

Shades and tints

Shades of #D4C878

#D4C878
(212,200,120)
#C1B66E
(193,182,110)
#AEA464
(174,164,100)
#9B925A
(155,146,90)
#888050
(136,128,80)
#756E46
(117,110,70)
#625C3C
(98,92,60)
#4F4A32
(79,74,50)
#3C3828
(60,56,40)
#29261E
(41,38,30)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #D4C878

#D4C878
(212,200,120)
#D7CD84
(215,205,132)
#DAD290
(218,210,144)
#DDD79C
(221,215,156)
#E0DCA8
(224,220,168)
#E3E1B4
(227,225,180)
#E6E6C0
(230,230,192)
#E9EBCC
(233,235,204)
#ECF0D8
(236,240,216)
#EFF5E4
(239,245,228)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C878; }

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

This text font color is #D4C878.


Background Color

.myBgColor { background-color: #D4C878; }

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

This div background color is #D4C878.


Border color

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

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

This div border color is #D4C878.


Opacity

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

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

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

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

This text has shadow with #D4C878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C878 on black background.


Color preview on white background

This text has color #D4C878 on white background.



Black color preview on #D4C878 background

This text has black color on #D4C878 background.


White color preview on #D4C878 background

This text has white color on #D4C878 background.