COLOR #D2C081

HEX: #D2C081
RGB: (210,192,129)

Color info

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

RGB color model

#D2C081 color RGB value is (210,192,129).

  • red value is 210;
  • green value is 192;
  • blue value is 129.
RGB:
(210,192,129)
(82%,75%,51%)

RGB channels and saturation

R 210 of 255 = 82%
G 192 of 255 = 75%
B 129 of 255 = 51%

210
192
129

R + G + B ~ 69%. #D2C081 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 192 + 129 = 531 (100%)
R 210 of 531 ~ 39.55%
G 192 of 531 ~ 36.16%
B 129 of 531 ~ 24.29%

%39.55
%36.16
%24.29

CMYK color model

#D2C081 color CMYK value is (0,9,39,18).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 38.57%
  • key color value is 17.65%
CMYK:
(0,9,39,18)
C0M9Y39K18 
(0%,9%,39%,18%)
(0.00/0.09/0.39/0.18)	

CMYK percentages

%0
%8.57
%38.57
%17.65

Codes

Color #D2C081 in popluar color models

D2C081
RGB210192129
HSL47°47.37%66.47%
HSB/HSV47°38.57%82.35%
CMYK0.00%8.57%38.57%
17.65%

Color #D2C081 in popluar number systems.

HEXD2C081
Decimal210192129
Binary110100101100000010000001
Octal322300201

Shades and tints

Shades of #D2C081

#D2C081
(210,192,129)
#BFAF76
(191,175,118)
#AC9E6B
(172,158,107)
#998D60
(153,141,96)
#867C55
(134,124,85)
#736B4A
(115,107,74)
#605A3F
(96,90,63)
#4D4934
(77,73,52)
#3A3829
(58,56,41)
#27271E
(39,39,30)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #D2C081

#D2C081
(210,192,129)
#D6C58C
(214,197,140)
#DACA97
(218,202,151)
#DECFA2
(222,207,162)
#E2D4AD
(226,212,173)
#E6D9B8
(230,217,184)
#EADEC3
(234,222,195)
#EEE3CE
(238,227,206)
#F2E8D9
(242,232,217)
#F6EDE4
(246,237,228)
#FAF2EF
(250,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C081 color. Also use rgb(210,192,129) instead hex code.

Text Font Color

.myTextColor { color: #D2C081; }

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

This text font color is #D2C081.


Background Color

.myBgColor { background-color: #D2C081; }

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

This div background color is #D2C081.


Border color

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

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

This div border color is #D2C081.


Opacity

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

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

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

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

This text has shadow with #D2C081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C081 on black background.


Color preview on white background

This text has color #D2C081 on white background.



Black color preview on #D2C081 background

This text has black color on #D2C081 background.


White color preview on #D2C081 background

This text has white color on #D2C081 background.