#DCC580

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

Shades of Zombie #DCC580

Tints of Zombie #DCC580

Color information

#DCC580 (or 0xDCC580) is unknown color: approx Zombie. HEX triplet: DC, C5 and 80. RGB value is (220,197,128). Sum of RGB (Red+Green+Blue) = 220+197+128=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC580 is #233A7F. Grayscale: #C4C4C4. Windows color (decimal): -2308736 or 8439260. OLE color: 8439260.

HSL color Cylindrical-coordinate representation of color #DCC580: hue angle of 45º 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 #DCC580 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220197128-
CMYK00.100.420.14
HSL45º56.79%68.24%-
HSV(B)45º41.82%86.27%-
XYZ53.3856.7128.55-
YUV196.0189.62145.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=40.37%
G=36.15%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019712800.100.420.144556.7968.24
HexDCC5800A2AE2d3944
Octal33430520001252165571104
Binary1101110011000101100000000101010101011101011011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC580; }

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

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

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

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

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

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

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

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