COLOR #D4C095

HEX: #D4C095
RGB: (212,192,149)

Color info

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

RGB color model

#D4C095 color RGB value is (212,192,149).

  • red value is 212;
  • green value is 192;
  • blue value is 149.
RGB:
(212,192,149)
(83%,75%,58%)

RGB channels and saturation

R 212 of 255 = 83%
G 192 of 255 = 75%
B 149 of 255 = 58%

212
192
149

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

Portions of RGB colors in percentages

R + G + B =
212 + 192 + 149 = 553 (100%)
R 212 of 553 ~ 38.34%
G 192 of 553 ~ 34.72%
B 149 of 553 ~ 26.94%

%38.34
%34.72
%26.94

CMYK color model

#D4C095 color CMYK value is (0,9,30,17).

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 29.72%
  • key color value is 16.86%
CMYK:
(0,9,30,17)
C0M9Y30K17 
(0%,9%,30%,17%)
(0.00/0.09/0.30/0.17)	

CMYK percentages

%0
%9.43
%29.72
%16.86

Codes

Color #D4C095 in popluar color models

D4C095
RGB212192149
HSL41°42.28%70.78%
HSB/HSV41°29.72%83.14%
CMYK0.00%9.43%29.72%
16.86%

Color #D4C095 in popluar number systems.

HEXD4C095
Decimal212192149
Binary110101001100000010010101
Octal324300225

Shades and tints

Shades of #D4C095

#D4C095
(212,192,149)
#C1AF88
(193,175,136)
#AE9E7B
(174,158,123)
#9B8D6E
(155,141,110)
#887C61
(136,124,97)
#756B54
(117,107,84)
#625A47
(98,90,71)
#4F493A
(79,73,58)
#3C382D
(60,56,45)
#292720
(41,39,32)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #D4C095

#D4C095
(212,192,149)
#D7C59E
(215,197,158)
#DACAA7
(218,202,167)
#DDCFB0
(221,207,176)
#E0D4B9
(224,212,185)
#E3D9C2
(227,217,194)
#E6DECB
(230,222,203)
#E9E3D4
(233,227,212)
#ECE8DD
(236,232,221)
#EFEDE6
(239,237,230)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C095 color. Also use rgb(212,192,149) instead hex code.

Text Font Color

.myTextColor { color: #D4C095; }

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

This text font color is #D4C095.


Background Color

.myBgColor { background-color: #D4C095; }

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

This div background color is #D4C095.


Border color

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

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

This div border color is #D4C095.


Opacity

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

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

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

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

This text has shadow with #D4C095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C095 on black background.


Color preview on white background

This text has color #D4C095 on white background.



Black color preview on #D4C095 background

This text has black color on #D4C095 background.


White color preview on #D4C095 background

This text has white color on #D4C095 background.