COLOR #D4DCA0

HEX: #D4DCA0
RGB: (212,220,160)

Color info

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

RGB color model

#D4DCA0 color RGB value is (212,220,160).

  • red value is 212;
  • green value is 220;
  • blue value is 160.
RGB:
(212,220,160)
(83%,86%,63%)

RGB channels and saturation

R 212 of 255 = 83%
G 220 of 255 = 86%
B 160 of 255 = 63%

212
220
160

R + G + B ~ 77%. #D4DCA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 220 + 160 = 592 (100%)
R 212 of 592 ~ 35.81%
G 220 of 592 ~ 37.16%
B 160 of 592 ~ 27.03%

%35.81
%37.16
%27.03

CMYK color model

#D4DCA0 color CMYK value is (4,0,27,14).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 13.73%
CMYK:
(4,0,27,14)
C4M0Y27K14 
(4%,0%,27%,14%)
(0.04/0.00/0.27/0.14)	

CMYK percentages

%3.64
%0
%27.27
%13.73

Codes

Color #D4DCA0 in popluar color models

D4DCA0
RGB212220160
HSL68°46.15%74.51%
HSB/HSV68°27.27%86.27%
CMYK3.64%0.00%27.27%
13.73%

Color #D4DCA0 in popluar number systems.

HEXD4DCA0
Decimal212220160
Binary110101001101110010100000
Octal324334240

Shades and tints

Shades of #D4DCA0

#D4DCA0
(212,220,160)
#C1C892
(193,200,146)
#AEB484
(174,180,132)
#9BA076
(155,160,118)
#888C68
(136,140,104)
#75785A
(117,120,90)
#62644C
(98,100,76)
#4F503E
(79,80,62)
#3C3C30
(60,60,48)
#292822
(41,40,34)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #D4DCA0

#D4DCA0
(212,220,160)
#D7DFA8
(215,223,168)
#DAE2B0
(218,226,176)
#DDE5B8
(221,229,184)
#E0E8C0
(224,232,192)
#E3EBC8
(227,235,200)
#E6EED0
(230,238,208)
#E9F1D8
(233,241,216)
#ECF4E0
(236,244,224)
#EFF7E8
(239,247,232)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DCA0; }

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

This text font color is #D4DCA0.


Background Color

.myBgColor { background-color: #D4DCA0; }

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

This div background color is #D4DCA0.


Border color

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

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

This div border color is #D4DCA0.


Opacity

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

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

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

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

This text has shadow with #D4DCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DCA0 on black background.


Color preview on white background

This text has color #D4DCA0 on white background.



Black color preview on #D4DCA0 background

This text has black color on #D4DCA0 background.


White color preview on #D4DCA0 background

This text has white color on #D4DCA0 background.