COLOR #D2C39E

HEX: #D2C39E
RGB: (210,195,158)

Color info

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

RGB color model

#D2C39E color RGB value is (210,195,158).

  • red value is 210;
  • green value is 195;
  • blue value is 158.
RGB:
(210,195,158)
(82%,76%,62%)

RGB channels and saturation

R 210 of 255 = 82%
G 195 of 255 = 76%
B 158 of 255 = 62%

210
195
158

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

Portions of RGB colors in percentages

R + G + B =
210 + 195 + 158 = 563 (100%)
R 210 of 563 ~ 37.3%
G 195 of 563 ~ 34.64%
B 158 of 563 ~ 28.06%

%37.3
%34.64
%28.06

CMYK color model

#D2C39E color CMYK value is (0,7,25,18).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 24.76%
  • key color value is 17.65%
CMYK:
(0,7,25,18)
C0M7Y25K18 
(0%,7%,25%,18%)
(0.00/0.07/0.25/0.18)	

CMYK percentages

%0
%7.14
%24.76
%17.65

Codes

Color #D2C39E in popluar color models

D2C39E
RGB210195158
HSL43°36.62%72.16%
HSB/HSV43°24.76%82.35%
CMYK0.00%7.14%24.76%
17.65%

Color #D2C39E in popluar number systems.

HEXD2C39E
Decimal210195158
Binary110100101100001110011110
Octal322303236

Shades and tints

Shades of #D2C39E

#D2C39E
(210,195,158)
#BFB290
(191,178,144)
#ACA182
(172,161,130)
#999074
(153,144,116)
#867F66
(134,127,102)
#736E58
(115,110,88)
#605D4A
(96,93,74)
#4D4C3C
(77,76,60)
#3A3B2E
(58,59,46)
#272A20
(39,42,32)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #D2C39E

#D2C39E
(210,195,158)
#D6C8A6
(214,200,166)
#DACDAE
(218,205,174)
#DED2B6
(222,210,182)
#E2D7BE
(226,215,190)
#E6DCC6
(230,220,198)
#EAE1CE
(234,225,206)
#EEE6D6
(238,230,214)
#F2EBDE
(242,235,222)
#F6F0E6
(246,240,230)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C39E color. Also use rgb(210,195,158) instead hex code.

Text Font Color

.myTextColor { color: #D2C39E; }

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

This text font color is #D2C39E.


Background Color

.myBgColor { background-color: #D2C39E; }

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

This div background color is #D2C39E.


Border color

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

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

This div border color is #D2C39E.


Opacity

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

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

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

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

This text has shadow with #D2C39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C39E on black background.


Color preview on white background

This text has color #D2C39E on white background.



Black color preview on #D2C39E background

This text has black color on #D2C39E background.


White color preview on #D2C39E background

This text has white color on #D2C39E background.