#D7C28E

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

Shades of Zombie #D7C28E

Tints of Zombie #D7C28E

Color information

#D7C28E (or 0xD7C28E) is unknown color: approx Zombie. HEX triplet: D7, C2 and 8E. RGB value is (215,194,142). Sum of RGB (Red+Green+Blue) = 215+194+142=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C28E is #283D71. Grayscale: #C2C2C2. Windows color (decimal): -2637170 or 9355991. OLE color: 9355991.

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

Color convert

RGB215194142-
CMYK00.100.340.16
HSL42.74º47.71%70%-
HSV(B)42.74º33.95%84.31%-
XYZ52.254.9833.45-
YUV194.3598.46142.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 194 (76.17% from 255) = 35.21%
BLUE value IS 142 (55.86% from 255) = 25.77%
R=39.02%
G=35.21%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519414200.100.340.1642.7447.7170
HexD7C28E0A22102b3046
Octal32730221601242205360106
Binary11010111110000101000111001010100010100001010111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C28E; }

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

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

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

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

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

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

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

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