#DCC490

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

Shades of Zombie #DCC490

Tints of Zombie #DCC490

Color information

#DCC490 (or 0xDCC490) is unknown color: approx Zombie. HEX triplet: DC, C4 and 90. RGB value is (220,196,144). Sum of RGB (Red+Green+Blue) = 220+196+144=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC490 is #233B6F. Grayscale: #C5C5C5. Windows color (decimal): -2308976 or 9487580. OLE color: 9487580.

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

Color convert

RGB220196144-
CMYK00.110.350.14
HSL41.05º52.05%71.37%-
HSV(B)41.05º34.55%86.27%-
XYZ54.2956.7134.47-
YUV197.2597.95144.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 196 (76.95% from 255) = 35%
BLUE value IS 144 (56.64% from 255) = 25.71%
R=39.29%
G=35%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019614400.110.350.1441.0552.0571.37
HexDCC4900B23E293447
Octal33430422001343165164107
Binary1101110011000100100100000101110001111101010011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC490; }

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

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

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

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

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

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

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

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