COLOR #D1C39C

HEX: #D1C39C
RGB: (209,195,156)

Color info

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

RGB color model

#D1C39C color RGB value is (209,195,156).

  • red value is 209;
  • green value is 195;
  • blue value is 156.
RGB:
(209,195,156)
(82%,76%,61%)

RGB channels and saturation

R 209 of 255 = 82%
G 195 of 255 = 76%
B 156 of 255 = 61%

209
195
156

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

Portions of RGB colors in percentages

R + G + B =
209 + 195 + 156 = 560 (100%)
R 209 of 560 ~ 37.32%
G 195 of 560 ~ 34.82%
B 156 of 560 ~ 27.86%

%37.32
%34.82
%27.86

CMYK color model

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

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

CMYK percentages

%0
%6.7
%25.36
%18.04

Codes

Color #D1C39C in popluar color models

D1C39C
RGB209195156
HSL44°36.55%71.57%
HSB/HSV44°25.36%81.96%
CMYK0.00%6.70%25.36%
18.04%

Color #D1C39C in popluar number systems.

HEXD1C39C
Decimal209195156
Binary110100011100001110011100
Octal321303234

Shades and tints

Shades of #D1C39C

#D1C39C
(209,195,156)
#BEB28E
(190,178,142)
#ABA180
(171,161,128)
#989072
(152,144,114)
#857F64
(133,127,100)
#726E56
(114,110,86)
#5F5D48
(95,93,72)
#4C4C3A
(76,76,58)
#393B2C
(57,59,44)
#262A1E
(38,42,30)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #D1C39C

#D1C39C
(209,195,156)
#D5C8A5
(213,200,165)
#D9CDAE
(217,205,174)
#DDD2B7
(221,210,183)
#E1D7C0
(225,215,192)
#E5DCC9
(229,220,201)
#E9E1D2
(233,225,210)
#EDE6DB
(237,230,219)
#F1EBE4
(241,235,228)
#F5F0ED
(245,240,237)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C39C color. Also use rgb(209,195,156) instead hex code.

Text Font Color

.myTextColor { color: #D1C39C; }

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

This text font color is #D1C39C.


Background Color

.myBgColor { background-color: #D1C39C; }

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

This div background color is #D1C39C.


Border color

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

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

This div border color is #D1C39C.


Opacity

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

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

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

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

This text has shadow with #D1C39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C39C on black background.


Color preview on white background

This text has color #D1C39C on white background.



Black color preview on #D1C39C background

This text has black color on #D1C39C background.


White color preview on #D1C39C background

This text has white color on #D1C39C background.