#D8C584

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

Shades of Zombie #D8C584

Tints of Zombie #D8C584

Color information

#D8C584 (or 0xD8C584) is unknown color: approx Zombie. HEX triplet: D8, C5 and 84. RGB value is (216,197,132). Sum of RGB (Red+Green+Blue) = 216+197+132=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C584 is #273A7B. Grayscale: #C3C3C3. Windows color (decimal): -2570876 or 8701400. OLE color: 8701400.

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

Color convert

RGB216197132-
CMYK00.090.390.15
HSL46.43º51.85%68.24%-
HSV(B)46.43º38.89%84.71%-
XYZ52.4556.229.91-
YUV195.2792.29142.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 132 (51.95% from 255) = 24.22%
R=39.63%
G=36.15%
B=24.22%

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
Decimal21619713200.090.390.1546.4351.8568.24
HexD8C5840927F2e3444
Octal33030520401147175664104
Binary1101100011000101100001000100110011111111011101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C584; }

 p { color: rgb(216,197,132); }

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

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

 a { background-color: rgb(216,197,132); }

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

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

 span { border-color: rgb(216,197,132); }

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