COLOR #D2CD96

HEX: #D2CD96
RGB: (210,205,150)

Color info

#D2CD96 contains mainly red and green colors. Web safe color of #D2CD96 is #CCCC99 (or #CC9).

RGB color model

#D2CD96 color RGB value is (210,205,150).

  • red value is 210;
  • green value is 205;
  • blue value is 150.
RGB:
(210,205,150)
(82%,80%,59%)

RGB channels and saturation

R 210 of 255 = 82%
G 205 of 255 = 80%
B 150 of 255 = 59%

210
205
150

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

Portions of RGB colors in percentages

R + G + B =
210 + 205 + 150 = 565 (100%)
R 210 of 565 ~ 37.17%
G 205 of 565 ~ 36.28%
B 150 of 565 ~ 26.55%

%37.17
%36.28
%26.55

CMYK color model

#D2CD96 color CMYK value is (0,2,29,18).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 28.57%
  • key color value is 17.65%
CMYK:
(0,2,29,18)
C0M2Y29K18 
(0%,2%,29%,18%)
(0.00/0.02/0.29/0.18)	

CMYK percentages

%0
%2.38
%28.57
%17.65

Codes

Color #D2CD96 in popluar color models

D2CD96
RGB210205150
HSL55°40.00%70.59%
HSB/HSV55°28.57%82.35%
CMYK0.00%2.38%28.57%
17.65%

Color #D2CD96 in popluar number systems.

HEXD2CD96
Decimal210205150
Binary110100101100110110010110
Octal322315226

Shades and tints

Shades of #D2CD96

#D2CD96
(210,205,150)
#BFBB89
(191,187,137)
#ACA97C
(172,169,124)
#99976F
(153,151,111)
#868562
(134,133,98)
#737355
(115,115,85)
#606148
(96,97,72)
#4D4F3B
(77,79,59)
#3A3D2E
(58,61,46)
#272B21
(39,43,33)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #D2CD96

#D2CD96
(210,205,150)
#D6D19F
(214,209,159)
#DAD5A8
(218,213,168)
#DED9B1
(222,217,177)
#E2DDBA
(226,221,186)
#E6E1C3
(230,225,195)
#EAE5CC
(234,229,204)
#EEE9D5
(238,233,213)
#F2EDDE
(242,237,222)
#F6F1E7
(246,241,231)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CD96 color. Also use rgb(210,205,150) instead hex code.

Text Font Color

.myTextColor { color: #D2CD96; }

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

This text font color is #D2CD96.


Background Color

.myBgColor { background-color: #D2CD96; }

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

This div background color is #D2CD96.


Border color

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

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

This div border color is #D2CD96.


Opacity

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

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

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

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

This text has shadow with #D2CD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CD96 on black background.


Color preview on white background

This text has color #D2CD96 on white background.



Black color preview on #D2CD96 background

This text has black color on #D2CD96 background.


White color preview on #D2CD96 background

This text has white color on #D2CD96 background.