#DBC590

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

Shades of Zombie #DBC590

Tints of Zombie #DBC590

Color information

#DBC590 (or 0xDBC590) is unknown color: approx Zombie. HEX triplet: DB, C5 and 90. RGB value is (219,197,144). Sum of RGB (Red+Green+Blue) = 219+197+144=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC590 is #243A6F. Grayscale: #C5C5C5. Windows color (decimal): -2374256 or 9487835. OLE color: 9487835.

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

Color convert

RGB219197144-
CMYK00.100.340.14
HSL42.4º51.02%71.18%-
HSV(B)42.4º34.25%85.88%-
XYZ54.2157.0134.53-
YUV197.5497.79143.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 144 (56.64% from 255) = 25.71%
R=39.11%
G=35.18%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919714400.100.340.1442.451.0271.18
HexDBC5900A22E2a3347
Octal33330522001242165263107
Binary1101101111000101100100000101010001011101010101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC590; }

 p { color: rgb(219,197,144); }

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

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

 a { background-color: rgb(219,197,144); }

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

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

 span { border-color: rgb(219,197,144); }

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