COLOR #D1C38E

HEX: #D1C38E
RGB: (209,195,142)

Color info

#D1C38E contains mainly red and green colors. Web safe color of #D1C38E is #CCCC99 (or #CC9).

RGB color model

#D1C38E color RGB value is (209,195,142).

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

RGB channels and saturation

R 209 of 255 = 82%
G 195 of 255 = 76%
B 142 of 255 = 56%

209
195
142

R + G + B ~ 71%. #D1C38E is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 195 + 142 = 546 (100%)
R 209 of 546 ~ 38.28%
G 195 of 546 ~ 35.71%
B 142 of 546 ~ 26.01%

%38.28
%35.71
%26.01

CMYK color model

#D1C38E color CMYK value is (0,7,32,18).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 32.06%
  • key color value is 18.04%
CMYK:
(0,7,32,18)
C0M7Y32K18 
(0%,7%,32%,18%)
(0.00/0.07/0.32/0.18)	

CMYK percentages

%0
%6.7
%32.06
%18.04

Codes

Color #D1C38E in popluar color models

D1C38E
RGB209195142
HSL47°42.14%68.82%
HSB/HSV47°32.06%81.96%
CMYK0.00%6.70%32.06%
18.04%

Color #D1C38E in popluar number systems.

HEXD1C38E
Decimal209195142
Binary110100011100001110001110
Octal321303216

Shades and tints

Shades of #D1C38E

#D1C38E
(209,195,142)
#BEB282
(190,178,130)
#ABA176
(171,161,118)
#98906A
(152,144,106)
#857F5E
(133,127,94)
#726E52
(114,110,82)
#5F5D46
(95,93,70)
#4C4C3A
(76,76,58)
#393B2E
(57,59,46)
#262A22
(38,42,34)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #D1C38E

#D1C38E
(209,195,142)
#D5C898
(213,200,152)
#D9CDA2
(217,205,162)
#DDD2AC
(221,210,172)
#E1D7B6
(225,215,182)
#E5DCC0
(229,220,192)
#E9E1CA
(233,225,202)
#EDE6D4
(237,230,212)
#F1EBDE
(241,235,222)
#F5F0E8
(245,240,232)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C38E; }

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

This text font color is #D1C38E.


Background Color

.myBgColor { background-color: #D1C38E; }

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

This div background color is #D1C38E.


Border color

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

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

This div border color is #D1C38E.


Opacity

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

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

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

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

This text has shadow with #D1C38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C38E on black background.


Color preview on white background

This text has color #D1C38E on white background.



Black color preview on #D1C38E background

This text has black color on #D1C38E background.


White color preview on #D1C38E background

This text has white color on #D1C38E background.