COLOR #D1C19D

HEX: #D1C19D
RGB: (209,193,157)

Color info

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

RGB color model

#D1C19D color RGB value is (209,193,157).

  • red value is 209;
  • green value is 193;
  • blue value is 157.
RGB:
(209,193,157)
(82%,76%,62%)

RGB channels and saturation

R 209 of 255 = 82%
G 193 of 255 = 76%
B 157 of 255 = 62%

209
193
157

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

Portions of RGB colors in percentages

R + G + B =
209 + 193 + 157 = 559 (100%)
R 209 of 559 ~ 37.39%
G 193 of 559 ~ 34.53%
B 157 of 559 ~ 28.09%

%37.39
%34.53
%28.09

CMYK color model

#D1C19D color CMYK value is (0,8,25,18).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 24.88%
  • key color value is 18.04%
CMYK:
(0,8,25,18)
C0M8Y25K18 
(0%,8%,25%,18%)
(0.00/0.08/0.25/0.18)	

CMYK percentages

%0
%7.66
%24.88
%18.04

Codes

Color #D1C19D in popluar color models

D1C19D
RGB209193157
HSL42°36.11%71.76%
HSB/HSV42°24.88%81.96%
CMYK0.00%7.66%24.88%
18.04%

Color #D1C19D in popluar number systems.

HEXD1C19D
Decimal209193157
Binary110100011100000110011101
Octal321301235

Shades and tints

Shades of #D1C19D

#D1C19D
(209,193,157)
#BEB08F
(190,176,143)
#AB9F81
(171,159,129)
#988E73
(152,142,115)
#857D65
(133,125,101)
#726C57
(114,108,87)
#5F5B49
(95,91,73)
#4C4A3B
(76,74,59)
#39392D
(57,57,45)
#26281F
(38,40,31)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #D1C19D

#D1C19D
(209,193,157)
#D5C6A5
(213,198,165)
#D9CBAD
(217,203,173)
#DDD0B5
(221,208,181)
#E1D5BD
(225,213,189)
#E5DAC5
(229,218,197)
#E9DFCD
(233,223,205)
#EDE4D5
(237,228,213)
#F1E9DD
(241,233,221)
#F5EEE5
(245,238,229)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C19D color. Also use rgb(209,193,157) instead hex code.

Text Font Color

.myTextColor { color: #D1C19D; }

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

This text font color is #D1C19D.


Background Color

.myBgColor { background-color: #D1C19D; }

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

This div background color is #D1C19D.


Border color

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

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

This div border color is #D1C19D.


Opacity

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

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

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

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

This text has shadow with #D1C19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C19D on black background.


Color preview on white background

This text has color #D1C19D on white background.



Black color preview on #D1C19D background

This text has black color on #D1C19D background.


White color preview on #D1C19D background

This text has white color on #D1C19D background.