COLOR #D1C18E

HEX: #D1C18E
RGB: (209,193,142)

Color info

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

RGB color model

#D1C18E color RGB value is (209,193,142).

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

RGB channels and saturation

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

209
193
142

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

Portions of RGB colors in percentages

R + G + B =
209 + 193 + 142 = 544 (100%)
R 209 of 544 ~ 38.42%
G 193 of 544 ~ 35.48%
B 142 of 544 ~ 26.1%

%38.42
%35.48
%26.1

CMYK color model

#D1C18E color CMYK value is (0,8,32,18).

  • cyan value is 0.00%
  • magenta value is 7.66%
  • yellow value is 32.06%
  • key color value is 18.04%
CMYK:
(0,8,32,18)
C0M8Y32K18 
(0%,8%,32%,18%)
(0.00/0.08/0.32/0.18)	

CMYK percentages

%0
%7.66
%32.06
%18.04

Codes

Color #D1C18E in popluar color models

D1C18E
RGB209193142
HSL46°42.14%68.82%
HSB/HSV46°32.06%81.96%
CMYK0.00%7.66%32.06%
18.04%

Color #D1C18E in popluar number systems.

HEXD1C18E
Decimal209193142
Binary110100011100000110001110
Octal321301216

Shades and tints

Shades of #D1C18E

#D1C18E
(209,193,142)
#BEB082
(190,176,130)
#AB9F76
(171,159,118)
#988E6A
(152,142,106)
#857D5E
(133,125,94)
#726C52
(114,108,82)
#5F5B46
(95,91,70)
#4C4A3A
(76,74,58)
#39392E
(57,57,46)
#262822
(38,40,34)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #D1C18E

#D1C18E
(209,193,142)
#D5C698
(213,198,152)
#D9CBA2
(217,203,162)
#DDD0AC
(221,208,172)
#E1D5B6
(225,213,182)
#E5DAC0
(229,218,192)
#E9DFCA
(233,223,202)
#EDE4D4
(237,228,212)
#F1E9DE
(241,233,222)
#F5EEE8
(245,238,232)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C18E; }

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

This text font color is #D1C18E.


Background Color

.myBgColor { background-color: #D1C18E; }

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

This div background color is #D1C18E.


Border color

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

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

This div border color is #D1C18E.


Opacity

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

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

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

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

This text has shadow with #D1C18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C18E on black background.


Color preview on white background

This text has color #D1C18E on white background.



Black color preview on #D1C18E background

This text has black color on #D1C18E background.


White color preview on #D1C18E background

This text has white color on #D1C18E background.