#D9C585

Color #D9C585 Zombie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zombie #D9C585

Tints of Zombie #D9C585

Color information

#D9C585 (or 0xD9C585) is unknown color: approx Zombie. HEX triplet: D9, C5 and 85. RGB value is (217,197,133). Sum of RGB (Red+Green+Blue) = 217+197+133=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C585 is #263A7A. Grayscale: #C3C3C3. Windows color (decimal): -2505339 or 8766937. OLE color: 8766937.

HSL color Cylindrical-coordinate representation of color #D9C585: hue angle of 45.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9C585 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB217197133-
CMYK00.090.390.15
HSL45.71º52.5%68.63%-
HSV(B)45.71º38.71%85.1%-
XYZ52.8256.3830.29-
YUV195.6892.63143.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=39.67%
G=36.01%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719713300.090.390.1545.7152.568.63
HexD9C5850927F2e3545
Octal33130520501147175665105
Binary1101100111000101100001010100110011111111011101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C585; }

 p { color: rgb(217,197,133); }

 H1.HeaderClassName
 {
   color: #D9C585;
 }
 .AnyTagClassName
 {
   color: #D9C585;
 }
</style>
background-color css

<style>
 a { background-color: #D9C585; }

 a { background-color: rgb(217,197,133); }

 div.DivClassName
 {
   background-color: #D9C585;
 }
 .BgClassName
 {
   background-color: #D9C585;
 }
</style>
border-color css

<style>
 span { border-color: #D9C585; }

 span { border-color: rgb(217,197,133); }

 td.TdClassName
 {
   border-color: #D9C585;
 }
 .TagClassName
 {
   border-color: #D9C585;
 }
</style>