#DAC688

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

Shades of Zombie #DAC688

Tints of Zombie #DAC688

Color information

#DAC688 (or 0xDAC688) is unknown color: approx Zombie. HEX triplet: DA, C6 and 88. RGB value is (218,198,136). Sum of RGB (Red+Green+Blue) = 218+198+136=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC688 is #253977. Grayscale: #C5C5C5. Windows color (decimal): -2439544 or 8963802. OLE color: 8963802.

HSL color Cylindrical-coordinate representation of color #DAC688: hue angle of 45.37º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAC688 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218198136-
CMYK00.090.380.15
HSL45.37º52.56%69.41%-
HSV(B)45.37º37.61%85.49%-
XYZ53.5557.0731.49-
YUV196.9193.63143.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 198 (77.73% from 255) = 35.87%
BLUE value IS 136 (53.52% from 255) = 24.64%
R=39.49%
G=35.87%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819813600.090.380.1545.3752.5669.41
HexDAC6880926F2d3545
Octal33230621001146175565105
Binary1101101011000110100010000100110011011111011011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC688; }

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

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

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

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

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

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

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

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