#D6C48F

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

Shades of Zombie #D6C48F

Tints of Zombie #D6C48F

Color information

#D6C48F (or 0xD6C48F) is unknown color: approx Zombie. HEX triplet: D6, C4 and 8F. RGB value is (214,196,143). Sum of RGB (Red+Green+Blue) = 214+196+143=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C48F is #293B70. Grayscale: #C3C3C3. Windows color (decimal): -2702193 or 9422038. OLE color: 9422038.

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

Color convert

RGB214196143-
CMYK00.080.330.16
HSL44.79º46.41%70%-
HSV(B)44.79º33.18%83.92%-
XYZ52.4355.7633.99-
YUV195.3498.46141.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 143 (56.25% from 255) = 25.86%
R=38.70%
G=35.44%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419614300.080.330.1644.7946.4170
HexD6C48F0821102d2e46
Octal32630421701041205556106
Binary11010110110001001000111101000100001100001011011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C48F; }

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

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

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

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

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

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

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

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