#DFC584

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

Shades of Zombie #DFC584

Tints of Zombie #DFC584

Color information

#DFC584 (or 0xDFC584) is unknown color: approx Zombie. HEX triplet: DF, C5 and 84. RGB value is (223,197,132). Sum of RGB (Red+Green+Blue) = 223+197+132=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC584 is #203A7B. Grayscale: #C5C5C5. Windows color (decimal): -2112124 or 8701407. OLE color: 8701407.

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

Color convert

RGB223197132-
CMYK00.120.410.13
HSL42.86º58.71%69.61%-
HSV(B)42.86º40.81%87.45%-
XYZ54.5657.2930.01-
YUV197.3691.11146.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 132 (51.95% from 255) = 23.91%
R=40.40%
G=35.69%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319713200.120.410.1342.8658.7169.61
HexDFC5840C29D2b3b46
Octal33730520401451155373106
Binary1101111111000101100001000110010100111011010111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC584; }

 p { color: rgb(223,197,132); }

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

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

 a { background-color: rgb(223,197,132); }

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

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

 span { border-color: rgb(223,197,132); }

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