#D6C288

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

Shades of Zombie #D6C288

Tints of Zombie #D6C288

Color information

#D6C288 (or 0xD6C288) is unknown color: approx Zombie. HEX triplet: D6, C2 and 88. RGB value is (214,194,136). Sum of RGB (Red+Green+Blue) = 214+194+136=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C288 is #293D77. Grayscale: #C1C1C1. Windows color (decimal): -2702712 or 8962774. OLE color: 8962774.

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

Color convert

RGB214194136-
CMYK00.090.360.16
HSL44.62º48.75%68.63%-
HSV(B)44.62º36.45%83.92%-
XYZ51.4754.6631.13-
YUV193.3795.63142.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 136 (53.52% from 255) = 25%
R=39.34%
G=35.66%
B=25%

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
Decimal21419413600.090.360.1644.6248.7568.63
HexD6C2880924102d3145
Octal32630221001144205561105
Binary11010110110000101000100001001100100100001011011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C288; }

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

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

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

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

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

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

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

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