#D6C38E

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

Shades of Zombie #D6C38E

Tints of Zombie #D6C38E

Color information

#D6C38E (or 0xD6C38E) is unknown color: approx Zombie. HEX triplet: D6, C3 and 8E. RGB value is (214,195,142). Sum of RGB (Red+Green+Blue) = 214+195+142=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C38E is #293C71. Grayscale: #C2C2C2. Windows color (decimal): -2702450 or 9356246. OLE color: 9356246.

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

Color convert

RGB214195142-
CMYK00.090.340.16
HSL44.17º46.75%69.8%-
HSV(B)44.17º33.64%83.92%-
XYZ52.1355.2833.51-
YUV194.6498.29141.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 195 (76.56% from 255) = 35.39%
BLUE value IS 142 (55.86% from 255) = 25.77%
R=38.84%
G=35.39%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419514200.090.340.1644.1746.7569.8
HexD6C38E0922102c2f46
Octal32630321601142205457106
Binary11010110110000111000111001001100010100001011001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C38E; }

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

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

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

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

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

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

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

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