#DAC78A

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

Shades of Zombie #DAC78A

Tints of Zombie #DAC78A

Color information

#DAC78A (or 0xDAC78A) is unknown color: approx Zombie. HEX triplet: DA, C7 and 8A. RGB value is (218,199,138). Sum of RGB (Red+Green+Blue) = 218+199+138=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC78A is #253875. Grayscale: #C5C5C5. Windows color (decimal): -2439286 or 9095130. OLE color: 9095130.

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

Color convert

RGB218199138-
CMYK00.090.370.15
HSL45.75º51.95%69.8%-
HSV(B)45.75º36.7%85.49%-
XYZ53.9257.5932.32-
YUV197.7394.29142.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 199 (78.12% from 255) = 35.86%
BLUE value IS 138 (54.30% from 255) = 24.86%
R=39.28%
G=35.86%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819913800.090.370.1545.7551.9569.8
HexDAC78A0925F2e3446
Octal33230721201145175664106
Binary1101101011000111100010100100110010111111011101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC78A; }

 p { color: rgb(218,199,138); }

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

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

 a { background-color: rgb(218,199,138); }

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

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

 span { border-color: rgb(218,199,138); }

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