#DC6D11

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

Shades of Chocolate #DC6D11

Tints of Chocolate #DC6D11

Color information

#DC6D11 (or 0xDC6D11) is unknown color: approx Chocolate. HEX triplet: DC, 6D and 11. RGB value is (220,109,17). Sum of RGB (Red+Green+Blue) = 220+109+17=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6D11 is #2392EE. Grayscale: #848484. Windows color (decimal): -2331375 or 1142236. OLE color: 1142236.

HSL color Cylindrical-coordinate representation of color #DC6D11: hue angle of 27.19º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC6D11 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB22010917-
CMYK00.500.920.14
HSL27.19º85.65%46.47%-
HSV(B)27.19º92.27%86.27%-
XYZ35.0926.193.74-
YUV131.763.27190.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.58%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 17 (7.03% from 255) = 4.91%
R=63.58%
G=31.50%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201091700.500.920.1427.1985.6546.47
HexDC6D110325CE1b562e
Octal33415521062134163312656
Binary11011100110110110001011001010111001110110111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D11; }

 p { color: rgb(220,109,17); }

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

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

 a { background-color: rgb(220,109,17); }

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

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

 span { border-color: rgb(220,109,17); }

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