#D6C48E

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

Shades of Zombie #D6C48E

Tints of Zombie #D6C48E

Color information

#D6C48E (or 0xD6C48E) is unknown color: approx Zombie. HEX triplet: D6, C4 and 8E. RGB value is (214,196,142). Sum of RGB (Red+Green+Blue) = 214+196+142=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C48E is #293B71. Grayscale: #C3C3C3. Windows color (decimal): -2702194 or 9356502. OLE color: 9356502.

HSL color Cylindrical-coordinate representation of color #D6C48E: hue angle of 45º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6C48E is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214196142-
CMYK00.080.340.16
HSL45º46.75%69.8%-
HSV(B)45º33.64%83.92%-
XYZ52.3555.7333.59-
YUV195.2397.96141.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 196 (76.95% from 255) = 35.51%
BLUE value IS 142 (55.86% from 255) = 25.72%
R=38.77%
G=35.51%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419614200.080.340.164546.7569.8
HexD6C48E0822102d2f46
Octal32630421601042205557106
Binary11010110110001001000111001000100010100001011011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C48E; }

 p { color: rgb(214,196,142); }

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

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

 a { background-color: rgb(214,196,142); }

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

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

 span { border-color: rgb(214,196,142); }

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