#DAC388

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

Shades of Zombie #DAC388

Tints of Zombie #DAC388

Color information

#DAC388 (or 0xDAC388) is unknown color: approx Zombie. HEX triplet: DA, C3 and 88. RGB value is (218,195,136). Sum of RGB (Red+Green+Blue) = 218+195+136=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC388 is #253C77. Grayscale: #C3C3C3. Windows color (decimal): -2440312 or 8963034. OLE color: 8963034.

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

Color convert

RGB218195136-
CMYK00.110.380.15
HSL43.17º52.56%69.41%-
HSV(B)43.17º37.61%85.49%-
XYZ52.8755.7131.26-
YUV195.1594.62144.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 136 (53.52% from 255) = 24.77%
R=39.71%
G=35.52%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819513600.110.380.1543.1752.5669.41
HexDAC3880B26F2b3545
Octal33230321001346175365105
Binary1101101011000011100010000101110011011111010111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC388; }

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

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

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

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

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

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

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

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