COLOR #D4CCA1

HEX: #D4CCA1 RGB: (212,204,161)

Color info

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

RGB color model

#D4CCA1 color RGB value is (212,204,161).

RGB: (212,204,161) (83%, 80%, 63%)

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 161 of 255 = 63%

212
204
161

R + G + B ~ 75%. #D4CCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 204 + 161 = 577 (100%)
R 212 of 577 ~ 36.74%
G 204 of 577 ~ 35.36%
B 161 of 577 ~ 27.9'%

%36.74
%35.36
%27.9

CMYK color model

#D4CCA1 color CMYK value is (0,4,24,17).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 24.06%
  • key color value is 16.86%

CMYK: (0,4,24,17)
C0M4Y24K17 (0%, 4%, 24%, 17%)
(0.00 / 0.04 / 0.24 / 0.17)

CMYK percentages

%0
%3.77
%24.06
%16.86

Codes

Color #D4CCA1 in popluar color models

D4 CC A1
RGB 212 204 161
HSL 51° 37.23% 73.14%
HSB/HSV 51° 24.06% 83.14%
CMYK 0.00% 3.77% 24.06%
16.86%

Color #D4CCA1 in popluar number systems.

HEX D4 CC A1
Decimal 212 204 161
Binary 11010100 11001100 10100001
Octal 324 314 241

Shades and tints

Shades of #D4CCA1

#D4CCA1
(212,204,161)
#C1BA93
(193,186,147)
#AEA885
(174,168,133)
#9B9677
(155,150,119)
#888469
(136,132,105)
#75725B
(117,114,91)
#62604D
(98,96,77)
#4F4E3F
(79,78,63)
#3C3C31
(60,60,49)
#292A23
(41,42,35)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #D4CCA1

#D4CCA1
(212,204,161)
#D7D0A9
(215,208,169)
#DAD4B1
(218,212,177)
#DDD8B9
(221,216,185)
#E0DCC1
(224,220,193)
#E3E0C9
(227,224,201)
#E6E4D1
(230,228,209)
#E9E8D9
(233,232,217)
#ECECE1
(236,236,225)
#EFF0E9
(239,240,233)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CCA1; }

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

This text font color is #D4CCA1.

Background Color

.myBgColor { background-color: #D4CCA1; }

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

This div background color is #D4CCA1.

Border color

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

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

This div border color is #D4CCA1.

Opacity

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

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

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

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

This text has shadow with #D4CCA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CCA1.

Preview

Color preview on black background

This text has color #D4CCA1 on black background.


Color preview on white background

This text has color #D4CCA1 on white background.


Black color preview on #D4CCA1 background

This text has black color on #D4CCA1 background.


White color preview on #D4CCA1 background

This text has white color on #D4CCA1 background.


Related colors

Complementary color

Complementary color for #hex is #2B335E.


I love getcolorcode.com

Triadic colors

1 #A1D4CC and #CCA1D4 with #D4CCA1 are triadic colors.

2 #A1CCD4 and #CCD4A1 with #D4CCA1 are triadic colors.