COLOR #D2CC9B

HEX: #D2CC9B
RGB: (210,204,155)

Color info

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

RGB color model

#D2CC9B color RGB value is (210,204,155).

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

RGB channels and saturation

R 210 of 255 = 82%
G 204 of 255 = 80%
B 155 of 255 = 61%

210
204
155

R + G + B ~ 74%. #D2CC9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 204 + 155 = 569 (100%)
R 210 of 569 ~ 36.91%
G 204 of 569 ~ 35.85%
B 155 of 569 ~ 27.24%

%36.91
%35.85
%27.24

CMYK color model

#D2CC9B color CMYK value is (0,3,26,18).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 26.19%
  • key color value is 17.65%
CMYK:
(0,3,26,18)
C0M3Y26K18 
(0%,3%,26%,18%)
(0.00/0.03/0.26/0.18)	

CMYK percentages

%0
%2.86
%26.19
%17.65

Codes

Color #D2CC9B in popluar color models

D2CC9B
RGB210204155
HSL53°37.93%71.57%
HSB/HSV53°26.19%82.35%
CMYK0.00%2.86%26.19%
17.65%

Color #D2CC9B in popluar number systems.

HEXD2CC9B
Decimal210204155
Binary110100101100110010011011
Octal322314233

Shades and tints

Shades of #D2CC9B

#D2CC9B
(210,204,155)
#BFBA8D
(191,186,141)
#ACA87F
(172,168,127)
#999671
(153,150,113)
#868463
(134,132,99)
#737255
(115,114,85)
#606047
(96,96,71)
#4D4E39
(77,78,57)
#3A3C2B
(58,60,43)
#272A1D
(39,42,29)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #D2CC9B

#D2CC9B
(210,204,155)
#D6D0A4
(214,208,164)
#DAD4AD
(218,212,173)
#DED8B6
(222,216,182)
#E2DCBF
(226,220,191)
#E6E0C8
(230,224,200)
#EAE4D1
(234,228,209)
#EEE8DA
(238,232,218)
#F2ECE3
(242,236,227)
#F6F0EC
(246,240,236)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2CC9B; }

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

This text font color is #D2CC9B.


Background Color

.myBgColor { background-color: #D2CC9B; }

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

This div background color is #D2CC9B.


Border color

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

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

This div border color is #D2CC9B.


Opacity

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

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

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

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

This text has shadow with #D2CC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CC9B on black background.


Color preview on white background

This text has color #D2CC9B on white background.



Black color preview on #D2CC9B background

This text has black color on #D2CC9B background.


White color preview on #D2CC9B background

This text has white color on #D2CC9B background.