COLOR #D4C18E

HEX: #D4C18E
RGB: (212,193,142)

Color info

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

RGB color model

#D4C18E color RGB value is (212,193,142).

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

RGB channels and saturation

R 212 of 255 = 83%
G 193 of 255 = 76%
B 142 of 255 = 56%

212
193
142

R + G + B ~ 72%. #D4C18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 193 + 142 = 547 (100%)
R 212 of 547 ~ 38.76%
G 193 of 547 ~ 35.28%
B 142 of 547 ~ 25.96%

%38.76
%35.28
%25.96

CMYK color model

#D4C18E color CMYK value is (0,9,33,17).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 33.02%
  • key color value is 16.86%
CMYK:
(0,9,33,17)
C0M9Y33K17 
(0%,9%,33%,17%)
(0.00/0.09/0.33/0.17)	

CMYK percentages

%0
%8.96
%33.02
%16.86

Codes

Color #D4C18E in popluar color models

D4C18E
RGB212193142
HSL44°44.87%69.41%
HSB/HSV44°33.02%83.14%
CMYK0.00%8.96%33.02%
16.86%

Color #D4C18E in popluar number systems.

HEXD4C18E
Decimal212193142
Binary110101001100000110001110
Octal324301216

Shades and tints

Shades of #D4C18E

#D4C18E
(212,193,142)
#C1B082
(193,176,130)
#AE9F76
(174,159,118)
#9B8E6A
(155,142,106)
#887D5E
(136,125,94)
#756C52
(117,108,82)
#625B46
(98,91,70)
#4F4A3A
(79,74,58)
#3C392E
(60,57,46)
#292822
(41,40,34)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #D4C18E

#D4C18E
(212,193,142)
#D7C698
(215,198,152)
#DACBA2
(218,203,162)
#DDD0AC
(221,208,172)
#E0D5B6
(224,213,182)
#E3DAC0
(227,218,192)
#E6DFCA
(230,223,202)
#E9E4D4
(233,228,212)
#ECE9DE
(236,233,222)
#EFEEE8
(239,238,232)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4C18E; }

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

This text font color is #D4C18E.


Background Color

.myBgColor { background-color: #D4C18E; }

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

This div background color is #D4C18E.


Border color

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

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

This div border color is #D4C18E.


Opacity

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

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

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

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

This text has shadow with #D4C18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C18E on black background.


Color preview on white background

This text has color #D4C18E on white background.



Black color preview on #D4C18E background

This text has black color on #D4C18E background.


White color preview on #D4C18E background

This text has white color on #D4C18E background.