#DF6E11

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

Shades of Chocolate #DF6E11

Tints of Chocolate #DF6E11

Color information

#DF6E11 (or 0xDF6E11) is unknown color: approx Chocolate. HEX triplet: DF, 6E and 11. RGB value is (223,110,17). Sum of RGB (Red+Green+Blue) = 223+110+17=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6E11 is #2091EE. Grayscale: #858585. Windows color (decimal): -2134511 or 1142495. OLE color: 1142495.

HSL color Cylindrical-coordinate representation of color #DF6E11: hue angle of 27.09º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF6E11 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22311017-
CMYK00.510.920.13
HSL27.09º85.83%47.06%-
HSV(B)27.09º92.38%87.45%-
XYZ36.1126.883.82-
YUV133.1862.44192.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.71%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 17 (7.03% from 255) = 4.86%
R=63.71%
G=31.43%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231101700.510.920.1327.0985.8347.06
HexDF6E110335CD1b562f
Octal33715621063134153312657
Binary11011111110111010001011001110111001101110111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6E11; }

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

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

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

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

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

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

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

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