#DBC689

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

Shades of Zombie #DBC689

Tints of Zombie #DBC689

Color information

#DBC689 (or 0xDBC689) is unknown color: approx Zombie. HEX triplet: DB, C6 and 89. RGB value is (219,198,137). Sum of RGB (Red+Green+Blue) = 219+198+137=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 137 (53.91% from 255 or 24.73% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC689 is #243976. Grayscale: #C5C5C5. Windows color (decimal): -2374007 or 9029339. OLE color: 9029339.

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

Color convert

RGB219198137-
CMYK00.100.370.14
HSL44.63º53.25%69.8%-
HSV(B)44.63º37.44%85.88%-
XYZ53.9257.2531.88-
YUV197.3293.96143.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.53%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 137 (53.91% from 255) = 24.73%
R=39.53%
G=35.74%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919813700.100.370.1444.6353.2569.8
HexDBC6890A25E2d3546
Octal33330621101245165565106
Binary1101101111000110100010010101010010111101011011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC689; }

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

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

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

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

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

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

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

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