#DAC58E

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

Shades of Zombie #DAC58E

Tints of Zombie #DAC58E

Color information

#DAC58E (or 0xDAC58E) is unknown color: approx Zombie. HEX triplet: DA, C5 and 8E. RGB value is (218,197,142). Sum of RGB (Red+Green+Blue) = 218+197+142=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC58E is #253A71. Grayscale: #C5C5C5. Windows color (decimal): -2439794 or 9356762. OLE color: 9356762.

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

Color convert

RGB218197142-
CMYK00.100.350.15
HSL43.42º50.67%70.59%-
HSV(B)43.42º34.86%85.49%-
XYZ53.7656.7933.72-
YUV197.0196.96142.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 197 (77.34% from 255) = 35.37%
BLUE value IS 142 (55.86% from 255) = 25.49%
R=39.14%
G=35.37%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819714200.100.350.1543.4250.6770.59
HexDAC58E0A23F2b3347
Octal33230521601243175363107
Binary1101101011000101100011100101010001111111010111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC58E; }

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

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

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

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

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

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

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

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