#DAC590

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

Shades of Zombie #DAC590

Tints of Zombie #DAC590

Color information

#DAC590 (or 0xDAC590) is unknown color: approx Zombie. HEX triplet: DA, C5 and 90. RGB value is (218,197,144). Sum of RGB (Red+Green+Blue) = 218+197+144=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC590 is #253A6F. Grayscale: #C5C5C5. Windows color (decimal): -2439792 or 9487834. OLE color: 9487834.

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

Color convert

RGB218197144-
CMYK00.100.340.15
HSL42.97º50%70.98%-
HSV(B)42.97º33.94%85.49%-
XYZ53.9156.8534.52-
YUV197.2497.96142.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 144 (56.64% from 255) = 25.76%
R=39.00%
G=35.24%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819714400.100.340.1542.975070.98
HexDAC5900A22F2b3247
Octal33230522001242175362107
Binary1101101011000101100100000101010001011111010111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC590; }

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

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

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

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

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

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

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

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