COLOR #D2C5A1

HEX: #D2C5A1
RGB: (210,197,161)

Color info

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

RGB color model

#D2C5A1 color RGB value is (210,197,161).

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

RGB channels and saturation

R 210 of 255 = 82%
G 197 of 255 = 77%
B 161 of 255 = 63%

210
197
161

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

Portions of RGB colors in percentages

R + G + B =
210 + 197 + 161 = 568 (100%)
R 210 of 568 ~ 36.97%
G 197 of 568 ~ 34.68%
B 161 of 568 ~ 28.35%

%36.97
%34.68
%28.35

CMYK color model

#D2C5A1 color CMYK value is (0,6,23,18).

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 23.33%
  • key color value is 17.65%
CMYK:
(0,6,23,18)
C0M6Y23K18 
(0%,6%,23%,18%)
(0.00/0.06/0.23/0.18)	

CMYK percentages

%0
%6.19
%23.33
%17.65

Codes

Color #D2C5A1 in popluar color models

D2C5A1
RGB210197161
HSL44°35.25%72.75%
HSB/HSV44°23.33%82.35%
CMYK0.00%6.19%23.33%
17.65%

Color #D2C5A1 in popluar number systems.

HEXD2C5A1
Decimal210197161
Binary110100101100010110100001
Octal322305241

Shades and tints

Shades of #D2C5A1

#D2C5A1
(210,197,161)
#BFB493
(191,180,147)
#ACA385
(172,163,133)
#999277
(153,146,119)
#868169
(134,129,105)
#73705B
(115,112,91)
#605F4D
(96,95,77)
#4D4E3F
(77,78,63)
#3A3D31
(58,61,49)
#272C23
(39,44,35)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #D2C5A1

#D2C5A1
(210,197,161)
#D6CAA9
(214,202,169)
#DACFB1
(218,207,177)
#DED4B9
(222,212,185)
#E2D9C1
(226,217,193)
#E6DEC9
(230,222,201)
#EAE3D1
(234,227,209)
#EEE8D9
(238,232,217)
#F2EDE1
(242,237,225)
#F6F2E9
(246,242,233)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C5A1; }

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

This text font color is #D2C5A1.


Background Color

.myBgColor { background-color: #D2C5A1; }

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

This div background color is #D2C5A1.


Border color

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

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

This div border color is #D2C5A1.


Opacity

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

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

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

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

This text has shadow with #D2C5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C5A1 on black background.


Color preview on white background

This text has color #D2C5A1 on white background.



Black color preview on #D2C5A1 background

This text has black color on #D2C5A1 background.


White color preview on #D2C5A1 background

This text has white color on #D2C5A1 background.