#DAC68A

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

Shades of Zombie #DAC68A

Tints of Zombie #DAC68A

Color information

#DAC68A (or 0xDAC68A) is unknown color: approx Zombie. HEX triplet: DA, C6 and 8A. RGB value is (218,198,138). Sum of RGB (Red+Green+Blue) = 218+198+138=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC68A is #253975. Grayscale: #C5C5C5. Windows color (decimal): -2439542 or 9094874. OLE color: 9094874.

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

Color convert

RGB218198138-
CMYK00.090.370.15
HSL45º51.95%69.8%-
HSV(B)45º36.7%85.49%-
XYZ53.6957.1332.24-
YUV197.1494.63142.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 138 (54.30% from 255) = 24.91%
R=39.35%
G=35.74%
B=24.91%

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
Decimal21819813800.090.370.154551.9569.8
HexDAC68A0925F2d3446
Octal33230621201145175564106
Binary1101101011000110100010100100110010111111011011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC68A; }

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

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

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

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

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

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

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

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