#D7C28F

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

Shades of Zombie #D7C28F

Tints of Zombie #D7C28F

Color information

#D7C28F (or 0xD7C28F) is unknown color: approx Zombie. HEX triplet: D7, C2 and 8F. RGB value is (215,194,143). Sum of RGB (Red+Green+Blue) = 215+194+143=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C28F is #283D70. Grayscale: #C2C2C2. Windows color (decimal): -2637169 or 9421527. OLE color: 9421527.

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

Color convert

RGB215194143-
CMYK00.100.330.16
HSL42.5º47.37%70.2%-
HSV(B)42.5º33.49%84.31%-
XYZ52.2755.0133.85-
YUV194.4698.96142.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 194 (76.17% from 255) = 35.14%
BLUE value IS 143 (56.25% from 255) = 25.91%
R=38.95%
G=35.14%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519414300.100.330.1642.547.3770.2
HexD7C28F0A21102a2f46
Octal32730221701241205257106
Binary11010111110000101000111101010100001100001010101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C28F; }

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

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

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

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

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

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

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

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