COLOR #D2C8A1

HEX: #D2C8A1
RGB: (210,200,161)

Color info

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

RGB color model

#D2C8A1 color RGB value is (210,200,161).

  • red value is 210;
  • green value is 200;
  • blue value is 161.
RGB:
(210,200,161)
(82%,78%,63%)

RGB channels and saturation

R 210 of 255 = 82%
G 200 of 255 = 78%
B 161 of 255 = 63%

210
200
161

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

Portions of RGB colors in percentages

R + G + B =
210 + 200 + 161 = 571 (100%)
R 210 of 571 ~ 36.78%
G 200 of 571 ~ 35.03%
B 161 of 571 ~ 28.2%

%36.78
%35.03
%28.2

CMYK color model

#D2C8A1 color CMYK value is (0,5,23,18).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 23.33%
  • key color value is 17.65%
CMYK:
(0,5,23,18)
C0M5Y23K18 
(0%,5%,23%,18%)
(0.00/0.05/0.23/0.18)	

CMYK percentages

%0
%4.76
%23.33
%17.65

Codes

Color #D2C8A1 in popluar color models

D2C8A1
RGB210200161
HSL48°35.25%72.75%
HSB/HSV48°23.33%82.35%
CMYK0.00%4.76%23.33%
17.65%

Color #D2C8A1 in popluar number systems.

HEXD2C8A1
Decimal210200161
Binary110100101100100010100001
Octal322310241

Shades and tints

Shades of #D2C8A1

#D2C8A1
(210,200,161)
#BFB693
(191,182,147)
#ACA485
(172,164,133)
#999277
(153,146,119)
#868069
(134,128,105)
#736E5B
(115,110,91)
#605C4D
(96,92,77)
#4D4A3F
(77,74,63)
#3A3831
(58,56,49)
#272623
(39,38,35)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #D2C8A1

#D2C8A1
(210,200,161)
#D6CDA9
(214,205,169)
#DAD2B1
(218,210,177)
#DED7B9
(222,215,185)
#E2DCC1
(226,220,193)
#E6E1C9
(230,225,201)
#EAE6D1
(234,230,209)
#EEEBD9
(238,235,217)
#F2F0E1
(242,240,225)
#F6F5E9
(246,245,233)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C8A1 color. Also use rgb(210,200,161) instead hex code.

Text Font Color

.myTextColor { color: #D2C8A1; }

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

This text font color is #D2C8A1.


Background Color

.myBgColor { background-color: #D2C8A1; }

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

This div background color is #D2C8A1.


Border color

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

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

This div border color is #D2C8A1.


Opacity

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

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

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

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

This text has shadow with #D2C8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C8A1 on black background.


Color preview on white background

This text has color #D2C8A1 on white background.



Black color preview on #D2C8A1 background

This text has black color on #D2C8A1 background.


White color preview on #D2C8A1 background

This text has white color on #D2C8A1 background.