#DBC489

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

Shades of Zombie #DBC489

Tints of Zombie #DBC489

Color information

#DBC489 (or 0xDBC489) is unknown color: approx Zombie. HEX triplet: DB, C4 and 89. RGB value is (219,196,137). Sum of RGB (Red+Green+Blue) = 219+196+137=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC489 is #243B76. Grayscale: #C4C4C4. Windows color (decimal): -2374519 or 9028827. OLE color: 9028827.

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

Color convert

RGB219196137-
CMYK00.110.370.14
HSL43.17º53.25%69.8%-
HSV(B)43.17º37.44%85.88%-
XYZ53.4756.3531.72-
YUV196.1594.62144.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 196 (76.95% from 255) = 35.51%
BLUE value IS 137 (53.91% from 255) = 24.82%
R=39.67%
G=35.51%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919613700.110.370.1443.1753.2569.8
HexDBC4890B25E2b3546
Octal33330421101345165365106
Binary1101101111000100100010010101110010111101010111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC489; }

 p { color: rgb(219,196,137); }

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

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

 a { background-color: rgb(219,196,137); }

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

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

 span { border-color: rgb(219,196,137); }

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