#DAC290

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

Shades of Zombie #DAC290

Tints of Zombie #DAC290

Color information

#DAC290 (or 0xDAC290) is unknown color: approx Zombie. HEX triplet: DA, C2 and 90. RGB value is (218,194,144). Sum of RGB (Red+Green+Blue) = 218+194+144=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC290 is #253D6F. Grayscale: #C3C3C3. Windows color (decimal): -2440560 or 9487066. OLE color: 9487066.

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

Color convert

RGB218194144-
CMYK00.110.340.15
HSL40.54º50%70.98%-
HSV(B)40.54º33.94%85.49%-
XYZ53.2455.534.29-
YUV195.4898.95144.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 194 (76.17% from 255) = 34.89%
BLUE value IS 144 (56.64% from 255) = 25.90%
R=39.21%
G=34.89%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819414400.110.340.1540.545070.98
HexDAC2900B22F293247
Octal33230222001342175162107
Binary1101101011000010100100000101110001011111010011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC290; }

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

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

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

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

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

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

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

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