COLOR #D4C59B

HEX: #D4C59B
RGB: (212,197,155)

Color info

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

RGB color model

#D4C59B color RGB value is (212,197,155).

  • red value is 212;
  • green value is 197;
  • blue value is 155.
RGB:
(212,197,155)
(83%,77%,61%)

RGB channels and saturation

R 212 of 255 = 83%
G 197 of 255 = 77%
B 155 of 255 = 61%

212
197
155

R + G + B ~ 74%. #D4C59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 197 + 155 = 564 (100%)
R 212 of 564 ~ 37.59%
G 197 of 564 ~ 34.93%
B 155 of 564 ~ 27.48%

%37.59
%34.93
%27.48

CMYK color model

#D4C59B color CMYK value is (0,7,27,17).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 26.89%
  • key color value is 16.86%
CMYK:
(0,7,27,17)
C0M7Y27K17 
(0%,7%,27%,17%)
(0.00/0.07/0.27/0.17)	

CMYK percentages

%0
%7.08
%26.89
%16.86

Codes

Color #D4C59B in popluar color models

D4C59B
RGB212197155
HSL44°39.86%71.96%
HSB/HSV44°26.89%83.14%
CMYK0.00%7.08%26.89%
16.86%

Color #D4C59B in popluar number systems.

HEXD4C59B
Decimal212197155
Binary110101001100010110011011
Octal324305233

Shades and tints

Shades of #D4C59B

#D4C59B
(212,197,155)
#C1B48D
(193,180,141)
#AEA37F
(174,163,127)
#9B9271
(155,146,113)
#888163
(136,129,99)
#757055
(117,112,85)
#625F47
(98,95,71)
#4F4E39
(79,78,57)
#3C3D2B
(60,61,43)
#292C1D
(41,44,29)
#161B0F
(22,27,15)
#000000
(0,0,0)

Tints of #D4C59B

#D4C59B
(212,197,155)
#D7CAA4
(215,202,164)
#DACFAD
(218,207,173)
#DDD4B6
(221,212,182)
#E0D9BF
(224,217,191)
#E3DEC8
(227,222,200)
#E6E3D1
(230,227,209)
#E9E8DA
(233,232,218)
#ECEDE3
(236,237,227)
#EFF2EC
(239,242,236)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C59B color. Also use rgb(212,197,155) instead hex code.

Text Font Color

.myTextColor { color: #D4C59B; }

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

This text font color is #D4C59B.


Background Color

.myBgColor { background-color: #D4C59B; }

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

This div background color is #D4C59B.


Border color

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

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

This div border color is #D4C59B.


Opacity

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

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

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

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

This text has shadow with #D4C59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C59B on black background.


Color preview on white background

This text has color #D4C59B on white background.



Black color preview on #D4C59B background

This text has black color on #D4C59B background.


White color preview on #D4C59B background

This text has white color on #D4C59B background.