COLOR #D2CCA0

HEX: #D2CCA0
RGB: (210,204,160)

Color info

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

RGB color model

#D2CCA0 color RGB value is (210,204,160).

  • red value is 210;
  • green value is 204;
  • blue value is 160.
RGB:
(210,204,160)
(82%,80%,63%)

RGB channels and saturation

R 210 of 255 = 82%
G 204 of 255 = 80%
B 160 of 255 = 63%

210
204
160

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

Portions of RGB colors in percentages

R + G + B =
210 + 204 + 160 = 574 (100%)
R 210 of 574 ~ 36.59%
G 204 of 574 ~ 35.54%
B 160 of 574 ~ 27.87%

%36.59
%35.54
%27.87

CMYK color model

#D2CCA0 color CMYK value is (0,3,24,18).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 23.81%
  • key color value is 17.65%
CMYK:
(0,3,24,18)
C0M3Y24K18 
(0%,3%,24%,18%)
(0.00/0.03/0.24/0.18)	

CMYK percentages

%0
%2.86
%23.81
%17.65

Codes

Color #D2CCA0 in popluar color models

D2CCA0
RGB210204160
HSL53°35.71%72.55%
HSB/HSV53°23.81%82.35%
CMYK0.00%2.86%23.81%
17.65%

Color #D2CCA0 in popluar number systems.

HEXD2CCA0
Decimal210204160
Binary110100101100110010100000
Octal322314240

Shades and tints

Shades of #D2CCA0

#D2CCA0
(210,204,160)
#BFBA92
(191,186,146)
#ACA884
(172,168,132)
#999676
(153,150,118)
#868468
(134,132,104)
#73725A
(115,114,90)
#60604C
(96,96,76)
#4D4E3E
(77,78,62)
#3A3C30
(58,60,48)
#272A22
(39,42,34)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #D2CCA0

#D2CCA0
(210,204,160)
#D6D0A8
(214,208,168)
#DAD4B0
(218,212,176)
#DED8B8
(222,216,184)
#E2DCC0
(226,220,192)
#E6E0C8
(230,224,200)
#EAE4D0
(234,228,208)
#EEE8D8
(238,232,216)
#F2ECE0
(242,236,224)
#F6F0E8
(246,240,232)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CCA0 color. Also use rgb(210,204,160) instead hex code.

Text Font Color

.myTextColor { color: #D2CCA0; }

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

This text font color is #D2CCA0.


Background Color

.myBgColor { background-color: #D2CCA0; }

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

This div background color is #D2CCA0.


Border color

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

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

This div border color is #D2CCA0.


Opacity

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

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

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

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

This text has shadow with #D2CCA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CCA0 on black background.


Color preview on white background

This text has color #D2CCA0 on white background.



Black color preview on #D2CCA0 background

This text has black color on #D2CCA0 background.


White color preview on #D2CCA0 background

This text has white color on #D2CCA0 background.