#DCC685

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

Shades of Zombie #DCC685

Tints of Zombie #DCC685

Color information

#DCC685 (or 0xDCC685) is unknown color: approx Zombie. HEX triplet: DC, C6 and 85. RGB value is (220,198,133). Sum of RGB (Red+Green+Blue) = 220+198+133=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC685 is #23397A. Grayscale: #C5C5C5. Windows color (decimal): -2308475 or 8767196. OLE color: 8767196.

HSL color Cylindrical-coordinate representation of color #DCC685: hue angle of 44.83º 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 #DCC685 is Cyan = 0, Magento = 0.1, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220198133-
CMYK00.10.400.14
HSL44.83º55.41%69.22%-
HSV(B)44.83º39.55%86.27%-
XYZ53.9457.330.41-
YUV197.1791.79144.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 198 (77.73% from 255) = 35.93%
BLUE value IS 133 (52.34% from 255) = 24.14%
R=39.93%
G=35.93%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019813300.10.400.1444.8355.4169.22
HexDCC6850A28E2d3745
Octal33430620501250165567105
Binary1101110011000110100001010101010100011101011011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC685; }

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

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

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

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

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

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

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

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