#DFC98E

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

Shades of Zombie #DFC98E

Tints of Zombie #DFC98E

Color information

#DFC98E (or 0xDFC98E) is unknown color: approx Zombie. HEX triplet: DF, C9 and 8E. RGB value is (223,201,142). Sum of RGB (Red+Green+Blue) = 223+201+142=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 142 (55.86% from 255 or 25.09% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC98E is #203671. Grayscale: #C9C9C9. Windows color (decimal): -2111090 or 9357791. OLE color: 9357791.

HSL color Cylindrical-coordinate representation of color #DFC98E: hue angle of 43.7º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFC98E is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB223201142-
CMYK00.100.360.13
HSL43.7º55.86%71.57%-
HSV(B)43.7º36.32%87.45%-
XYZ56.259.4134.1-
YUV200.8594.79143.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 201 (78.91% from 255) = 35.51%
BLUE value IS 142 (55.86% from 255) = 25.09%
R=39.40%
G=35.51%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320114200.100.360.1343.755.8671.57
HexDFC98E0A24D2c3848
Octal33731121601244155470110
Binary1101111111001001100011100101010010011011011001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC98E; }

 p { color: rgb(223,201,142); }

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

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

 a { background-color: rgb(223,201,142); }

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

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

 span { border-color: rgb(223,201,142); }

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