COLOR #D2C19B

HEX: #D2C19B RGB: (210,193,155)

Color info

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

RGB color model

#D2C19B color RGB value is (210,193,155).

RGB: (210,193,155) (82%, 76%, 61%)

RGB channels and saturation

R 210 of 255 = 82%
G 193 of 255 = 76%
B 155 of 255 = 61%

210
193
155

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

Portions of RGB colors in percentages

R + G + B = 210 + 193 + 155 = 558 (100%)
R 210 of 558 ~ 37.63%
G 193 of 558 ~ 34.59%
B 155 of 558 ~ 27.78'%

%37.63
%34.59
%27.78

CMYK color model

#D2C19B color CMYK value is (0,8,26,18).

  • cyan value is 0.00%
  • magenta value is 8.10%
  • yellow value is 26.19%
  • key color value is 17.65%
CMYK: (0,8,26,18) C0M8Y26K18 (0%,8%,26%,18%) (0.00/0.08/0.26/0.18) 

CMYK percentages

%0
%8.1
%26.19
%17.65

Codes

Color #D2C19B in popluar color models

D2 C1 9B
RGB 210 193 155
HSL 41° 37.93% 71.57%
HSB/HSV 41° 26.19% 82.35%
CMYK 0.00% 8.10% 26.19%
17.65%

Color #D2C19B in popluar number systems.

HEX D2 C1 9B
Decimal 210 193 155
Binary 11010010 11000001 10011011
Octal 322 301 233

Shades and tints

Shades of #D2C19B

#D2C19B
(210,193,155)
#BFB08D
(191,176,141)
#AC9F7F
(172,159,127)
#998E71
(153,142,113)
#867D63
(134,125,99)
#736C55
(115,108,85)
#605B47
(96,91,71)
#4D4A39
(77,74,57)
#3A392B
(58,57,43)
#27281D
(39,40,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #D2C19B

#D2C19B
(210,193,155)
#D6C6A4
(214,198,164)
#DACBAD
(218,203,173)
#DED0B6
(222,208,182)
#E2D5BF
(226,213,191)
#E6DAC8
(230,218,200)
#EADFD1
(234,223,209)
#EEE4DA
(238,228,218)
#F2E9E3
(242,233,227)
#F6EEEC
(246,238,236)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C19B color. Also use rgb(210,193,155) instead hex code.

Text Font Color

.myTextColor { color: #D2C19B; }

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

This text font color is #D2C19B.

Background Color

.myBgColor { background-color: #D2C19B; }

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

This div background color is #D2C19B.

Border color

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

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

This div border color is #D2C19B.

Opacity

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

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

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

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

This text has shadow with #D2C19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2C19B.

Preview

Color preview on black background

This text has color #D2C19B on black background.


Color preview on white background

This text has color #D2C19B on white background.


Black color preview on #D2C19B background

This text has black color on #D2C19B background.


White color preview on #D2C19B background

This text has white color on #D2C19B background.


Related colors

Complementary color

Complementary color for #hex is #2D3E64.


I love getcolorcode.com

Triadic colors

1 #9BD2C1 and #C19BD2 with #D2C19B are triadic colors.

2 #9BC1D2 and #C1D29B with #D2C19B are triadic colors.