COLOR #D4CCA5

HEX: #D4CCA5
RGB: (212,204,165)

Color info

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

RGB color model

#D4CCA5 color RGB value is (212,204,165).

  • red value is 212;
  • green value is 204;
  • blue value is 165.
RGB:
(212,204,165)
(83%,80%,65%)

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 165 of 255 = 65%

212
204
165

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

Portions of RGB colors in percentages

R + G + B =
212 + 204 + 165 = 581 (100%)
R 212 of 581 ~ 36.49%
G 204 of 581 ~ 35.11%
B 165 of 581 ~ 28.4%

%36.49
%35.11
%28.4

CMYK color model

#D4CCA5 color CMYK value is (0,4,22,17).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 22.17%
  • key color value is 16.86%
CMYK:
(0,4,22,17)
C0M4Y22K17 
(0%,4%,22%,17%)
(0.00/0.04/0.22/0.17)	

CMYK percentages

%0
%3.77
%22.17
%16.86

Codes

Color #D4CCA5 in popluar color models

D4CCA5
RGB212204165
HSL50°35.34%73.92%
HSB/HSV50°22.17%83.14%
CMYK0.00%3.77%22.17%
16.86%

Color #D4CCA5 in popluar number systems.

HEXD4CCA5
Decimal212204165
Binary110101001100110010100101
Octal324314245

Shades and tints

Shades of #D4CCA5

#D4CCA5
(212,204,165)
#C1BA96
(193,186,150)
#AEA887
(174,168,135)
#9B9678
(155,150,120)
#888469
(136,132,105)
#75725A
(117,114,90)
#62604B
(98,96,75)
#4F4E3C
(79,78,60)
#3C3C2D
(60,60,45)
#292A1E
(41,42,30)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #D4CCA5

#D4CCA5
(212,204,165)
#D7D0AD
(215,208,173)
#DAD4B5
(218,212,181)
#DDD8BD
(221,216,189)
#E0DCC5
(224,220,197)
#E3E0CD
(227,224,205)
#E6E4D5
(230,228,213)
#E9E8DD
(233,232,221)
#ECECE5
(236,236,229)
#EFF0ED
(239,240,237)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CCA5; }

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

This text font color is #D4CCA5.


Background Color

.myBgColor { background-color: #D4CCA5; }

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

This div background color is #D4CCA5.


Border color

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

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

This div border color is #D4CCA5.


Opacity

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

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

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

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

This text has shadow with #D4CCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CCA5 on black background.


Color preview on white background

This text has color #D4CCA5 on white background.



Black color preview on #D4CCA5 background

This text has black color on #D4CCA5 background.


White color preview on #D4CCA5 background

This text has white color on #D4CCA5 background.