#DFC489

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

Shades of Zombie #DFC489

Tints of Zombie #DFC489

Color information

#DFC489 (or 0xDFC489) is unknown color: approx Zombie. HEX triplet: DF, C4 and 89. RGB value is (223,196,137). Sum of RGB (Red+Green+Blue) = 223+196+137=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 137 (53.91% from 255 or 24.64% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC489 is #203B76. Grayscale: #C5C5C5. Windows color (decimal): -2112375 or 9028831. OLE color: 9028831.

HSL color Cylindrical-coordinate representation of color #DFC489: hue angle of 41.16º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFC489 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB223196137-
CMYK00.120.390.13
HSL41.16º57.33%70.59%-
HSV(B)41.16º38.57%87.45%-
XYZ54.6956.9731.78-
YUV197.3593.95146.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 196 (76.95% from 255) = 35.25%
BLUE value IS 137 (53.91% from 255) = 24.64%
R=40.11%
G=35.25%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319613700.120.390.1341.1657.3370.59
HexDFC4890C27D293947
Octal33730421101447155171107
Binary1101111111000100100010010110010011111011010011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC489; }

 p { color: rgb(223,196,137); }

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

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

 a { background-color: rgb(223,196,137); }

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

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

 span { border-color: rgb(223,196,137); }

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