#DCC585

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

Shades of Zombie #DCC585

Tints of Zombie #DCC585

Color information

#DCC585 (or 0xDCC585) is unknown color: approx Zombie. HEX triplet: DC, C5 and 85. RGB value is (220,197,133). Sum of RGB (Red+Green+Blue) = 220+197+133=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC585 is #233A7A. Grayscale: #C4C4C4. Windows color (decimal): -2308731 or 8766940. OLE color: 8766940.

HSL color Cylindrical-coordinate representation of color #DCC585: hue angle of 44.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCC585 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220197133-
CMYK00.100.400.14
HSL44.14º55.41%69.22%-
HSV(B)44.14º39.55%86.27%-
XYZ53.7256.8430.33-
YUV196.5892.12144.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 197 (77.34% from 255) = 35.82%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=40%
G=35.82%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019713300.100.400.1444.1455.4169.22
HexDCC5850A28E2c3745
Octal33430520501250165467105
Binary1101110011000101100001010101010100011101011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC585; }

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

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

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

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

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

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

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

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