COLOR #D4D49C

HEX: #D4D49C
RGB: (212,212,156)

Color info

#D4D49C contains red, green and blue colors in about the same proportion. Web safe color of #D4D49C is #CCCC99 (or #CC9).

RGB color model

#D4D49C color RGB value is (212,212,156).

  • red value is 212;
  • green value is 212;
  • blue value is 156.
RGB:
(212,212,156)
(83%,83%,61%)

RGB channels and saturation

R 212 of 255 = 83%
G 212 of 255 = 83%
B 156 of 255 = 61%

212
212
156

R + G + B ~ 76%. #D4D49C is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 212 + 156 = 580 (100%)
R 212 of 580 ~ 36.55%
G 212 of 580 ~ 36.55%
B 156 of 580 ~ 26.9%

%36.55
%36.55
%26.9

CMYK color model

#D4D49C color CMYK value is (0,0,26,17).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 16.86%
CMYK:
(0,0,26,17)
C0M0Y26K17 
(0%,0%,26%,17%)
(0.00/0.00/0.26/0.17)	

CMYK percentages

%0
%0
%26.42
%16.86

Codes

Color #D4D49C in popluar color models

D4D49C
RGB212212156
HSL60°39.44%72.16%
HSB/HSV60°26.42%83.14%
CMYK0.00%0.00%26.42%
16.86%

Color #D4D49C in popluar number systems.

HEXD4D49C
Decimal212212156
Binary110101001101010010011100
Octal324324234

Shades and tints

Shades of #D4D49C

#D4D49C
(212,212,156)
#C1C18E
(193,193,142)
#AEAE80
(174,174,128)
#9B9B72
(155,155,114)
#888864
(136,136,100)
#757556
(117,117,86)
#626248
(98,98,72)
#4F4F3A
(79,79,58)
#3C3C2C
(60,60,44)
#29291E
(41,41,30)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #D4D49C

#D4D49C
(212,212,156)
#D7D7A5
(215,215,165)
#DADAAE
(218,218,174)
#DDDDB7
(221,221,183)
#E0E0C0
(224,224,192)
#E3E3C9
(227,227,201)
#E6E6D2
(230,230,210)
#E9E9DB
(233,233,219)
#ECECE4
(236,236,228)
#EFEFED
(239,239,237)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D49C; }

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

This text font color is #D4D49C.


Background Color

.myBgColor { background-color: #D4D49C; }

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

This div background color is #D4D49C.


Border color

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

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

This div border color is #D4D49C.


Opacity

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

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

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

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

This text has shadow with #D4D49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D49C on black background.


Color preview on white background

This text has color #D4D49C on white background.



Black color preview on #D4D49C background

This text has black color on #D4D49C background.


White color preview on #D4D49C background

This text has white color on #D4D49C background.