COLOR #D1C09B

HEX: #D1C09B
RGB: (209,192,155)

Color info

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

RGB color model

#D1C09B color RGB value is (209,192,155).

  • red value is 209;
  • green value is 192;
  • blue value is 155.
RGB:
(209,192,155)
(82%,75%,61%)

RGB channels and saturation

R 209 of 255 = 82%
G 192 of 255 = 75%
B 155 of 255 = 61%

209
192
155

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

Portions of RGB colors in percentages

R + G + B =
209 + 192 + 155 = 556 (100%)
R 209 of 556 ~ 37.59%
G 192 of 556 ~ 34.53%
B 155 of 556 ~ 27.88%

%37.59
%34.53
%27.88

CMYK color model

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

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

CMYK percentages

%0
%8.13
%25.84
%18.04

Codes

Color #D1C09B in popluar color models

D1C09B
RGB209192155
HSL41°36.99%71.37%
HSB/HSV41°25.84%81.96%
CMYK0.00%8.13%25.84%
18.04%

Color #D1C09B in popluar number systems.

HEXD1C09B
Decimal209192155
Binary110100011100000010011011
Octal321300233

Shades and tints

Shades of #D1C09B

#D1C09B
(209,192,155)
#BEAF8D
(190,175,141)
#AB9E7F
(171,158,127)
#988D71
(152,141,113)
#857C63
(133,124,99)
#726B55
(114,107,85)
#5F5A47
(95,90,71)
#4C4939
(76,73,57)
#39382B
(57,56,43)
#26271D
(38,39,29)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #D1C09B

#D1C09B
(209,192,155)
#D5C5A4
(213,197,164)
#D9CAAD
(217,202,173)
#DDCFB6
(221,207,182)
#E1D4BF
(225,212,191)
#E5D9C8
(229,217,200)
#E9DED1
(233,222,209)
#EDE3DA
(237,227,218)
#F1E8E3
(241,232,227)
#F5EDEC
(245,237,236)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C09B color. Also use rgb(209,192,155) instead hex code.

Text Font Color

.myTextColor { color: #D1C09B; }

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

This text font color is #D1C09B.


Background Color

.myBgColor { background-color: #D1C09B; }

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

This div background color is #D1C09B.


Border color

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

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

This div border color is #D1C09B.


Opacity

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

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

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

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

This text has shadow with #D1C09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C09B on black background.


Color preview on white background

This text has color #D1C09B on white background.



Black color preview on #D1C09B background

This text has black color on #D1C09B background.


White color preview on #D1C09B background

This text has white color on #D1C09B background.