#DAC089

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

Shades of Zombie #DAC089

Tints of Zombie #DAC089

Color information

#DAC089 (or 0xDAC089) is unknown color: approx Zombie. HEX triplet: DA, C0 and 89. RGB value is (218,192,137). Sum of RGB (Red+Green+Blue) = 218+192+137=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC089 is #253F76. Grayscale: #C1C1C1. Windows color (decimal): -2441079 or 9027802. OLE color: 9027802.

HSL color Cylindrical-coordinate representation of color #DAC089: hue angle of 40.74º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAC089 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB218192137-
CMYK00.120.370.15
HSL40.74º52.26%69.61%-
HSV(B)40.74º37.16%85.49%-
XYZ52.2854.4131.41-
YUV193.596.11145.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 192 (75.39% from 255) = 35.10%
BLUE value IS 137 (53.91% from 255) = 25.05%
R=39.85%
G=35.10%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819213700.120.370.1540.7452.2669.61
HexDAC0890C25F293446
Octal33230021101445175164106
Binary1101101011000000100010010110010010111111010011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC089; }

 p { color: rgb(218,192,137); }

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

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

 a { background-color: rgb(218,192,137); }

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

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

 span { border-color: rgb(218,192,137); }

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