COLOR #D8C5A4

HEX: #D8C5A4
RGB: (216,197,164)

Color info

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

RGB color model

#D8C5A4 color RGB value is (216,197,164).

  • red value is 216;
  • green value is 197;
  • blue value is 164.
RGB:
(216,197,164)
(85%,77%,64%)

RGB channels and saturation

R 216 of 255 = 85%
G 197 of 255 = 77%
B 164 of 255 = 64%

216
197
164

R + G + B ~ 75%. #D8C5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 197 + 164 = 577 (100%)
R 216 of 577 ~ 37.44%
G 197 of 577 ~ 34.14%
B 164 of 577 ~ 28.42%

%37.44
%34.14
%28.42

CMYK color model

#D8C5A4 color CMYK value is (0,9,24,15).

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 24.07%
  • key color value is 15.29%
CMYK:
(0,9,24,15)
C0M9Y24K15 
(0%,9%,24%,15%)
(0.00/0.09/0.24/0.15)	

CMYK percentages

%0
%8.8
%24.07
%15.29

Codes

Color #D8C5A4 in popluar color models

D8C5A4
RGB216197164
HSL38°40.00%74.51%
HSB/HSV38°24.07%84.71%
CMYK0.00%8.80%24.07%
15.29%

Color #D8C5A4 in popluar number systems.

HEXD8C5A4
Decimal216197164
Binary110110001100010110100100
Octal330305244

Shades and tints

Shades of #D8C5A4

#D8C5A4
(216,197,164)
#C5B496
(197,180,150)
#B2A388
(178,163,136)
#9F927A
(159,146,122)
#8C816C
(140,129,108)
#79705E
(121,112,94)
#665F50
(102,95,80)
#534E42
(83,78,66)
#403D34
(64,61,52)
#2D2C26
(45,44,38)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #D8C5A4

#D8C5A4
(216,197,164)
#DBCAAC
(219,202,172)
#DECFB4
(222,207,180)
#E1D4BC
(225,212,188)
#E4D9C4
(228,217,196)
#E7DECC
(231,222,204)
#EAE3D4
(234,227,212)
#EDE8DC
(237,232,220)
#F0EDE4
(240,237,228)
#F3F2EC
(243,242,236)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C5A4 color. Also use rgb(216,197,164) instead hex code.

Text Font Color

.myTextColor { color: #D8C5A4; }

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

This text font color is #D8C5A4.


Background Color

.myBgColor { background-color: #D8C5A4; }

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

This div background color is #D8C5A4.


Border color

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

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

This div border color is #D8C5A4.


Opacity

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

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

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

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

This text has shadow with #D8C5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C5A4 on black background.


Color preview on white background

This text has color #D8C5A4 on white background.



Black color preview on #D8C5A4 background

This text has black color on #D8C5A4 background.


White color preview on #D8C5A4 background

This text has white color on #D8C5A4 background.