COLOR #D2C29F

HEX: #D2C29F RGB: (210,194,159)

Color info

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

RGB color model

#D2C29F color RGB value is (210,194,159).

RGB: (210,194,159) (82%, 76%, 62%)

RGB channels and saturation

R 210 of 255 = 82%
G 194 of 255 = 76%
B 159 of 255 = 62%

210
194
159

R + G + B ~ 73%. #D2C29F is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 194 + 159 = 563 (100%)
R 210 of 563 ~ 37.3%
G 194 of 563 ~ 34.46%
B 159 of 563 ~ 28.24'%

%37.3
%34.46
%28.24

CMYK color model

#D2C29F color CMYK value is (0,8,24,18).

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 24.29%
  • key color value is 17.65%
CMYK: (0,8,24,18) C0M8Y24K18 (0%,8%,24%,18%) (0.00/0.08/0.24/0.18) 

CMYK percentages

%0
%7.62
%24.29
%17.65

Codes

Color #D2C29F in popluar color models

D2 C2 9F
RGB 210 194 159
HSL 41° 36.17% 72.35%
HSB/HSV 41° 24.29% 82.35%
CMYK 0.00% 7.62% 24.29%
17.65%

Color #D2C29F in popluar number systems.

HEX D2 C2 9F
Decimal 210 194 159
Binary 11010010 11000010 10011111
Octal 322 302 237

Shades and tints

Shades of #D2C29F

#D2C29F
(210,194,159)
#BFB191
(191,177,145)
#ACA083
(172,160,131)
#998F75
(153,143,117)
#867E67
(134,126,103)
#736D59
(115,109,89)
#605C4B
(96,92,75)
#4D4B3D
(77,75,61)
#3A3A2F
(58,58,47)
#272921
(39,41,33)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #D2C29F

#D2C29F
(210,194,159)
#D6C7A7
(214,199,167)
#DACCAF
(218,204,175)
#DED1B7
(222,209,183)
#E2D6BF
(226,214,191)
#E6DBC7
(230,219,199)
#EAE0CF
(234,224,207)
#EEE5D7
(238,229,215)
#F2EADF
(242,234,223)
#F6EFE7
(246,239,231)
#FAF4EF
(250,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C29F color. Also use rgb(210,194,159) instead hex code.

Text Font Color

.myTextColor { color: #D2C29F; }

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

This text font color is #D2C29F.

Background Color

.myBgColor { background-color: #D2C29F; }

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

This div background color is #D2C29F.

Border color

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

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

This div border color is #D2C29F.

Opacity

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

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

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

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

This text has shadow with #D2C29F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2C29F.

Preview

Color preview on black background

This text has color #D2C29F on black background.


Color preview on white background

This text has color #D2C29F on white background.


Black color preview on #D2C29F background

This text has black color on #D2C29F background.


White color preview on #D2C29F background

This text has white color on #D2C29F background.


Related colors

Complementary color

Complementary color for #hex is #2D3D60.


I love getcolorcode.com

Triadic colors

1 #9FD2C2 and #C29FD2 with #D2C29F are triadic colors.

2 #9FC2D2 and #C2D29F with #D2C29F are triadic colors.