COLOR #D4D78C

HEX: #D4D78C RGB: (212,215,140)

Color info

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

RGB color model

#D4D78C color RGB value is (212,215,140).

RGB: (212,215,140) (83%, 84%, 55%)

RGB channels and saturation

R 212 of 255 = 83%
G 215 of 255 = 84%
B 140 of 255 = 55%

212
215
140

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

Portions of RGB colors in percentages

R + G + B = 212 + 215 + 140 = 567 (100%)
R 212 of 567 ~ 37.39%
G 215 of 567 ~ 37.92%
B 140 of 567 ~ 24.69'%

%37.39
%37.92
%24.69

CMYK color model

#D4D78C color CMYK value is (1,0,35,16).

  • cyan value is 1.40%
  • magenta value is 0.00%
  • yellow value is 34.88%
  • key color value is 15.69%
CMYK: (1,0,35,16) C1M0Y35K16 (1%,0%,35%,16%) (0.01/0.00/0.35/0.16) 

CMYK percentages

%1.4
%0
%34.88
%15.69

Codes

Color #D4D78C in popluar color models

D4 D7 8C
RGB 212 215 140
HSL 62° 48.39% 69.61%
HSB/HSV 62° 34.88% 84.31%
CMYK 1.40% 0.00% 34.88%
15.69%

Color #D4D78C in popluar number systems.

HEX D4 D7 8C
Decimal 212 215 140
Binary 11010100 11010111 10001100
Octal 324 327 214

Shades and tints

Shades of #D4D78C

#D4D78C
(212,215,140)
#C1C480
(193,196,128)
#AEB174
(174,177,116)
#9B9E68
(155,158,104)
#888B5C
(136,139,92)
#757850
(117,120,80)
#626544
(98,101,68)
#4F5238
(79,82,56)
#3C3F2C
(60,63,44)
#292C20
(41,44,32)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #D4D78C

#D4D78C
(212,215,140)
#D7DA96
(215,218,150)
#DADDA0
(218,221,160)
#DDE0AA
(221,224,170)
#E0E3B4
(224,227,180)
#E3E6BE
(227,230,190)
#E6E9C8
(230,233,200)
#E9ECD2
(233,236,210)
#ECEFDC
(236,239,220)
#EFF2E6
(239,242,230)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D78C; }

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

This text font color is #D4D78C.

Background Color

.myBgColor { background-color: #D4D78C; }

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

This div background color is #D4D78C.

Border color

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

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

This div border color is #D4D78C.

Opacity

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

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

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

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

This text has shadow with #D4D78C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4D78C.

Preview

Color preview on black background

This text has color #D4D78C on black background.


Color preview on white background

This text has color #D4D78C on white background.


Black color preview on #D4D78C background

This text has black color on #D4D78C background.


White color preview on #D4D78C background

This text has white color on #D4D78C background.


Related colors

Complementary color

Complementary color for #hex is #2B2873.


I love getcolorcode.com

Triadic colors

1 #8CD4D7 and #D78CD4 with #D4D78C are triadic colors.

2 #8CD7D4 and #D7D48C with #D4D78C are triadic colors.