#D9C480

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

Shades of Zombie #D9C480

Tints of Zombie #D9C480

Color information

#D9C480 (or 0xD9C480) is unknown color: approx Zombie. HEX triplet: D9, C4 and 80. RGB value is (217,196,128). Sum of RGB (Red+Green+Blue) = 217+196+128=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C480 is #263B7F. Grayscale: #C2C2C2. Windows color (decimal): -2505600 or 8439001. OLE color: 8439001.

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

Color convert

RGB217196128-
CMYK00.100.410.15
HSL45.84º53.94%67.65%-
HSV(B)45.84º41.01%85.1%-
XYZ52.2555.7928.44-
YUV194.5390.46144.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 128 (50.39% from 255) = 23.66%
R=40.11%
G=36.23%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719612800.100.410.1545.8453.9467.65
HexD9C4800A29F2e3644
Octal33130420001251175666104
Binary1101100111000100100000000101010100111111011101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C480; }

 p { color: rgb(217,196,128); }

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

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

 a { background-color: rgb(217,196,128); }

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

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

 span { border-color: rgb(217,196,128); }

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