#DAC17F

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

Shades of Zombie #DAC17F

Tints of Zombie #DAC17F

Color information

#DAC17F (or 0xDAC17F) is unknown color: approx Zombie. HEX triplet: DA, C1 and 7F. RGB value is (218,193,127). Sum of RGB (Red+Green+Blue) = 218+193+127=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC17F is #253E80. Grayscale: #C1C1C1. Windows color (decimal): -2440833 or 8372698. OLE color: 8372698.

HSL color Cylindrical-coordinate representation of color #DAC17F: hue angle of 43.52º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAC17F is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB218193127-
CMYK00.110.420.15
HSL43.52º55.15%67.65%-
HSV(B)43.52º41.74%85.49%-
XYZ51.8154.5827.88-
YUV192.9590.78145.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 127 (50% from 255) = 23.61%
R=40.52%
G=35.87%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819312700.110.420.1543.5255.1567.65
HexDAC17F0B2AF2c3744
Octal33230117701352175467104
Binary110110101100000111111110101110101011111011001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC17F; }

 p { color: rgb(218,193,127); }

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

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

 a { background-color: rgb(218,193,127); }

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

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

 span { border-color: rgb(218,193,127); }

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