#D8C481

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

Shades of Zombie #D8C481

Tints of Zombie #D8C481

Color information

#D8C481 (or 0xD8C481) is unknown color: approx Zombie. HEX triplet: D8, C4 and 81. RGB value is (216,196,129). Sum of RGB (Red+Green+Blue) = 216+196+129=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C481 is #273B7E. Grayscale: #C2C2C2. Windows color (decimal): -2571135 or 8504536. OLE color: 8504536.

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

Color convert

RGB216196129-
CMYK00.090.400.15
HSL46.21º52.73%67.65%-
HSV(B)46.21º40.28%84.71%-
XYZ52.0255.6628.77-
YUV194.3491.13143.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 129 (50.78% from 255) = 23.84%
R=39.93%
G=36.23%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619612900.090.400.1546.2152.7367.65
HexD8C4810928F2e3544
Octal33030420101150175665104
Binary1101100011000100100000010100110100011111011101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C481; }

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

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

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

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

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

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

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

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