#DCC390

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

Shades of Zombie #DCC390

Tints of Zombie #DCC390

Color information

#DCC390 (or 0xDCC390) is unknown color: approx Zombie. HEX triplet: DC, C3 and 90. RGB value is (220,195,144). Sum of RGB (Red+Green+Blue) = 220+195+144=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC390 is #233C6F. Grayscale: #C4C4C4. Windows color (decimal): -2309232 or 9487324. OLE color: 9487324.

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

Color convert

RGB220195144-
CMYK00.110.350.14
HSL40.26º52.05%71.37%-
HSV(B)40.26º34.55%86.27%-
XYZ54.0656.2634.4-
YUV196.6698.28144.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 195 (76.56% from 255) = 34.88%
BLUE value IS 144 (56.64% from 255) = 25.76%
R=39.36%
G=34.88%
B=25.76%

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
Decimal22019514400.110.350.1440.2652.0571.37
HexDCC3900B23E283447
Octal33430322001343165064107
Binary1101110011000011100100000101110001111101010001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC390; }

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

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

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

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

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

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

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

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