#DCC488

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

Shades of Zombie #DCC488

Tints of Zombie #DCC488

Color information

#DCC488 (or 0xDCC488) is unknown color: approx Zombie. HEX triplet: DC, C4 and 88. RGB value is (220,196,136). Sum of RGB (Red+Green+Blue) = 220+196+136=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC488 is #233B77. Grayscale: #C4C4C4. Windows color (decimal): -2308984 or 8963292. OLE color: 8963292.

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

Color convert

RGB220196136-
CMYK00.110.380.14
HSL42.86º54.55%69.8%-
HSV(B)42.86º38.18%86.27%-
XYZ53.756.4731.36-
YUV196.3493.95144.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 196 (76.95% from 255) = 35.51%
BLUE value IS 136 (53.52% from 255) = 24.64%
R=39.86%
G=35.51%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019613600.110.380.1442.8654.5569.8
HexDCC4880B26E2b3746
Octal33430421001346165367106
Binary1101110011000100100010000101110011011101010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC488; }

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

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

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

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

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

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

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

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