COLOR #D8D5AF

HEX: #D8D5AF RGB: (216,213,175)

Color info

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

RGB color model

#D8D5AF color RGB value is (216,213,175).

RGB: (216,213,175) (85%, 84%, 69%)

RGB channels and saturation

R 216 of 255 = 85%
G 213 of 255 = 84%
B 175 of 255 = 69%

216
213
175

R + G + B ~ 79%. #D8D5AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 213 + 175 = 604 (100%)
R 216 of 604 ~ 35.76%
G 213 of 604 ~ 35.26%
B 175 of 604 ~ 28.97'%

%35.76
%35.26
%28.97

CMYK color model

#D8D5AF color CMYK value is (0,1,19,15).

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 18.98%
  • key color value is 15.29%

CMYK: (0,1,19,15)
C0M1Y19K15 (0%, 1%, 19%, 15%)
(0.00 / 0.01 / 0.19 / 0.15)

CMYK percentages

%0
%1.39
%18.98
%15.29

Codes

Color #D8D5AF in popluar color models

D8 D5 AF
RGB 216 213 175
HSL 56° 34.45% 76.67%
HSB/HSV 56° 18.98% 84.71%
CMYK 0.00% 1.39% 18.98%
15.29%

Color #D8D5AF in popluar number systems.

HEX D8 D5 AF
Decimal 216 213 175
Binary 11011000 11010101 10101111
Octal 330 325 257

Shades and tints

Shades of #D8D5AF

#D8D5AF
(216,213,175)
#C5C2A0
(197,194,160)
#B2AF91
(178,175,145)
#9F9C82
(159,156,130)
#8C8973
(140,137,115)
#797664
(121,118,100)
#666355
(102,99,85)
#535046
(83,80,70)
#403D37
(64,61,55)
#2D2A28
(45,42,40)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #D8D5AF

#D8D5AF
(216,213,175)
#DBD8B6
(219,216,182)
#DEDBBD
(222,219,189)
#E1DEC4
(225,222,196)
#E4E1CB
(228,225,203)
#E7E4D2
(231,228,210)
#EAE7D9
(234,231,217)
#EDEAE0
(237,234,224)
#F0EDE7
(240,237,231)
#F3F0EE
(243,240,238)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8D5AF color. Also use rgb(216,213,175) instead hex code.

Text Font Color

.myTextColor { color: #D8D5AF; }

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

This text font color is #D8D5AF.

Background Color

.myBgColor { background-color: #D8D5AF; }

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

This div background color is #D8D5AF.

Border color

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

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

This div border color is #D8D5AF.

Opacity

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

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

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

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

This text has shadow with #D8D5AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8D5AF.

Preview

Color preview on black background

This text has color #D8D5AF on black background.


Color preview on white background

This text has color #D8D5AF on white background.


Black color preview on #D8D5AF background

This text has black color on #D8D5AF background.


White color preview on #D8D5AF background

This text has white color on #D8D5AF background.


Related colors

Complementary color

Complementary color for #hex is #272A50.


I love getcolorcode.com

Triadic colors

1 #AFD8D5 and #D5AFD8 with #D8D5AF are triadic colors.

2 #AFD5D8 and #D5D8AF with #D8D5AF are triadic colors.