#D8C489

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

Shades of Zombie #D8C489

Tints of Zombie #D8C489

Color information

#D8C489 (or 0xD8C489) is unknown color: approx Zombie. HEX triplet: D8, C4 and 89. RGB value is (216,196,137). Sum of RGB (Red+Green+Blue) = 216+196+137=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C489 is #273B76. Grayscale: #C3C3C3. Windows color (decimal): -2571127 or 9028824. OLE color: 9028824.

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

Color convert

RGB216196137-
CMYK00.090.370.15
HSL44.81º50.32%69.22%-
HSV(B)44.81º36.57%84.71%-
XYZ52.5755.8831.68-
YUV195.2595.13142.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 196 (76.95% from 255) = 35.70%
BLUE value IS 137 (53.91% from 255) = 24.95%
R=39.34%
G=35.70%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619613700.090.370.1544.8150.3269.22
HexD8C4890925F2d3245
Octal33030421101145175562105
Binary1101100011000100100010010100110010111111011011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C489; }

 p { color: rgb(216,196,137); }

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

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

 a { background-color: rgb(216,196,137); }

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

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

 span { border-color: rgb(216,196,137); }

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