#DC6E11

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

Shades of Chocolate #DC6E11

Tints of Chocolate #DC6E11

Color information

#DC6E11 (or 0xDC6E11) is unknown color: approx Chocolate. HEX triplet: DC, 6E and 11. RGB value is (220,110,17). Sum of RGB (Red+Green+Blue) = 220+110+17=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6E11 is #2391EE. Grayscale: #848484. Windows color (decimal): -2331119 or 1142492. OLE color: 1142492.

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

Color convert

RGB22011017-
CMYK00.500.920.14
HSL27.49º85.65%46.47%-
HSV(B)27.49º92.27%86.27%-
XYZ35.1926.413.77-
YUV132.2962.94190.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.40%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 17 (7.03% from 255) = 4.90%
R=63.40%
G=31.70%
B=4.90%

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
Decimal2201101700.500.920.1427.4985.6546.47
HexDC6E110325CE1b562e
Octal33415621062134163312656
Binary11011100110111010001011001010111001110110111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6E11; }

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

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

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

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

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

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

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

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