#D7C68E

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

Shades of Zombie #D7C68E

Tints of Zombie #D7C68E

Color information

#D7C68E (or 0xD7C68E) is unknown color: approx Zombie. HEX triplet: D7, C6 and 8E. RGB value is (215,198,142). Sum of RGB (Red+Green+Blue) = 215+198+142=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C68E is #283971. Grayscale: #C4C4C4. Windows color (decimal): -2636146 or 9357015. OLE color: 9357015.

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

Color convert

RGB215198142-
CMYK00.080.340.16
HSL46.03º47.71%70%-
HSV(B)46.03º33.95%84.31%-
XYZ53.156.7933.75-
YUV196.797.13141.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 198 (77.73% from 255) = 35.68%
BLUE value IS 142 (55.86% from 255) = 25.59%
R=38.74%
G=35.68%
B=25.59%

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
Decimal21519814200.080.340.1646.0347.7170
HexD7C68E0822102e3046
Octal32730621601042205660106
Binary11010111110001101000111001000100010100001011101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C68E; }

 p { color: rgb(215,198,142); }

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

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

 a { background-color: rgb(215,198,142); }

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

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

 span { border-color: rgb(215,198,142); }

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