#DFC585

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

Shades of Zombie #DFC585

Tints of Zombie #DFC585

Color information

#DFC585 (or 0xDFC585) is unknown color: approx Zombie. HEX triplet: DF, C5 and 85. RGB value is (223,197,133). Sum of RGB (Red+Green+Blue) = 223+197+133=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC585 is #203A7A. Grayscale: #C5C5C5. Windows color (decimal): -2112123 or 8766943. OLE color: 8766943.

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

Color convert

RGB223197133-
CMYK00.120.400.13
HSL42.67º58.44%69.8%-
HSV(B)42.67º40.36%87.45%-
XYZ54.6357.3130.37-
YUV197.4891.61146.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=40.33%
G=35.62%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319713300.120.400.1342.6758.4469.8
HexDFC5850C28D2b3a46
Octal33730520501450155372106
Binary1101111111000101100001010110010100011011010111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC585; }

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

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

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

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

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

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

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

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