#D6C388

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

Shades of Zombie #D6C388

Tints of Zombie #D6C388

Color information

#D6C388 (or 0xD6C388) is unknown color: approx Zombie. HEX triplet: D6, C3 and 88. RGB value is (214,195,136). Sum of RGB (Red+Green+Blue) = 214+195+136=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C388 is #293C77. Grayscale: #C2C2C2. Windows color (decimal): -2702456 or 8963030. OLE color: 8963030.

HSL color Cylindrical-coordinate representation of color #D6C388: hue angle of 45.38º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6C388 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214195136-
CMYK00.090.360.16
HSL45.38º48.75%68.63%-
HSV(B)45.38º36.45%83.92%-
XYZ51.6955.131.2-
YUV193.9695.29142.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 195 (76.56% from 255) = 35.78%
BLUE value IS 136 (53.52% from 255) = 24.95%
R=39.27%
G=35.78%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419513600.090.360.1645.3848.7568.63
HexD6C3880924102d3145
Octal32630321001144205561105
Binary11010110110000111000100001001100100100001011011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C388; }

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

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

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

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

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

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

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

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