COLOR #D2CC9F

HEX: #D2CC9F
RGB: (210,204,159)

Color info

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

RGB color model

#D2CC9F color RGB value is (210,204,159).

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

RGB channels and saturation

R 210 of 255 = 82%
G 204 of 255 = 80%
B 159 of 255 = 62%

210
204
159

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

Portions of RGB colors in percentages

R + G + B =
210 + 204 + 159 = 573 (100%)
R 210 of 573 ~ 36.65%
G 204 of 573 ~ 35.6%
B 159 of 573 ~ 27.75%

%36.65
%35.6
%27.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 24.29%
  • 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
%24.29
%17.65

Codes

Color #D2CC9F in popluar color models

D2CC9F
RGB210204159
HSL53°36.17%72.35%
HSB/HSV53°24.29%82.35%
CMYK0.00%2.86%24.29%
17.65%

Color #D2CC9F in popluar number systems.

HEXD2CC9F
Decimal210204159
Binary110100101100110010011111
Octal322314237

Shades and tints

Shades of #D2CC9F

#D2CC9F
(210,204,159)
#BFBA91
(191,186,145)
#ACA883
(172,168,131)
#999675
(153,150,117)
#868467
(134,132,103)
#737259
(115,114,89)
#60604B
(96,96,75)
#4D4E3D
(77,78,61)
#3A3C2F
(58,60,47)
#272A21
(39,42,33)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #D2CC9F

#D2CC9F
(210,204,159)
#D6D0A7
(214,208,167)
#DAD4AF
(218,212,175)
#DED8B7
(222,216,183)
#E2DCBF
(226,220,191)
#E6E0C7
(230,224,199)
#EAE4CF
(234,228,207)
#EEE8D7
(238,232,215)
#F2ECDF
(242,236,223)
#F6F0E7
(246,240,231)
#FAF4EF
(250,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2CC9F; }

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

This text font color is #D2CC9F.


Background Color

.myBgColor { background-color: #D2CC9F; }

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

This div background color is #D2CC9F.


Border color

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

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

This div border color is #D2CC9F.


Opacity

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

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

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

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

This text has shadow with #D2CC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CC9F on black background.


Color preview on white background

This text has color #D2CC9F on white background.



Black color preview on #D2CC9F background

This text has black color on #D2CC9F background.


White color preview on #D2CC9F background

This text has white color on #D2CC9F background.