#DCC18C

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

Shades of Zombie #DCC18C

Tints of Zombie #DCC18C

Color information

#DCC18C (or 0xDCC18C) is unknown color: approx Zombie. HEX triplet: DC, C1 and 8C. RGB value is (220,193,140). Sum of RGB (Red+Green+Blue) = 220+193+140=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC18C is #233E73. Grayscale: #C3C3C3. Windows color (decimal): -2309748 or 9224668. OLE color: 9224668.

HSL color Cylindrical-coordinate representation of color #DCC18C: hue angle of 39.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCC18C is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220193140-
CMYK00.120.360.14
HSL39.75º53.33%70.59%-
HSV(B)39.75º36.36%86.27%-
XYZ53.3255.2532.66-
YUV195.0396.95145.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 140 (55.08% from 255) = 25.32%
R=39.78%
G=34.90%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019314000.120.360.1439.7553.3370.59
HexDCC18C0C24E283547
Octal33430121401444165065107
Binary1101110011000001100011000110010010011101010001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC18C; }

 p { color: rgb(220,193,140); }

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

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

 a { background-color: rgb(220,193,140); }

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

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

 span { border-color: rgb(220,193,140); }

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