#DAC490

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

Shades of Zombie #DAC490

Tints of Zombie #DAC490

Color information

#DAC490 (or 0xDAC490) is unknown color: approx Zombie. HEX triplet: DA, C4 and 90. RGB value is (218,196,144). Sum of RGB (Red+Green+Blue) = 218+196+144=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC490 is #253B6F. Grayscale: #C4C4C4. Windows color (decimal): -2440048 or 9487578. OLE color: 9487578.

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

Color convert

RGB218196144-
CMYK00.100.340.15
HSL42.16º50%70.98%-
HSV(B)42.16º33.94%85.49%-
XYZ53.6956.434.44-
YUV196.6598.29143.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.07%
GREEN value IS 196 (76.95% from 255) = 35.13%
BLUE value IS 144 (56.64% from 255) = 25.81%
R=39.07%
G=35.13%
B=25.81%

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
Decimal21819614400.100.340.1542.165070.98
HexDAC4900A22F2a3247
Octal33230422001242175262107
Binary1101101011000100100100000101010001011111010101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC490; }

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

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

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

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

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

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

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

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