#D86E11

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

Shades of Chocolate #D86E11

Tints of Chocolate #D86E11

Color information

#D86E11 (or 0xD86E11) is unknown color: approx Chocolate. HEX triplet: D8, 6E and 11. RGB value is (216,110,17). Sum of RGB (Red+Green+Blue) = 216+110+17=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86E11 is #2791EE. Grayscale: #838383. Windows color (decimal): -2593263 or 1142488. OLE color: 1142488.

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

Color convert

RGB21611017-
CMYK00.490.920.15
HSL28.04º85.41%45.69%-
HSV(B)28.04º92.13%84.71%-
XYZ3425.793.72-
YUV131.0963.62188.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 62.97%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 17 (7.03% from 255) = 4.96%
R=62.97%
G=32.07%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161101700.490.920.1528.0485.4145.69
HexD86E110315CF1c552e
Octal33015621061134173412556
Binary11011000110111010001011000110111001111111001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86E11; }

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

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

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

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

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

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

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

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