#DCC480

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

Shades of Zombie #DCC480

Tints of Zombie #DCC480

Color information

#DCC480 (or 0xDCC480) is unknown color: approx Zombie. HEX triplet: DC, C4 and 80. RGB value is (220,196,128). Sum of RGB (Red+Green+Blue) = 220+196+128=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC480 is #233B7F. Grayscale: #C3C3C3. Windows color (decimal): -2308992 or 8439004. OLE color: 8439004.

HSL color Cylindrical-coordinate representation of color #DCC480: hue angle of 44.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCC480 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220196128-
CMYK00.110.420.14
HSL44.35º56.79%68.24%-
HSV(B)44.35º41.82%86.27%-
XYZ53.1556.2528.48-
YUV195.4289.95145.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 196 (76.95% from 255) = 36.03%
BLUE value IS 128 (50.39% from 255) = 23.53%
R=40.44%
G=36.03%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019612800.110.420.1444.3556.7968.24
HexDCC4800B2AE2c3944
Octal33430420001352165471104
Binary1101110011000100100000000101110101011101011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC480; }

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

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

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

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

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

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

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

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