#D86E14

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

Shades of Chocolate #D86E14

Tints of Chocolate #D86E14

Color information

#D86E14 (or 0xD86E14) is unknown color: approx Chocolate. HEX triplet: D8, 6E and 14. RGB value is (216,110,20). Sum of RGB (Red+Green+Blue) = 216+110+20=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86E14 is #2791EB. Grayscale: #838383. Windows color (decimal): -2593260 or 1339096. OLE color: 1339096.

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

Color convert

RGB21611020-
CMYK00.490.910.15
HSL27.55º83.05%46.27%-
HSV(B)27.55º90.74%84.71%-
XYZ34.0225.83.85-
YUV131.4365.12188.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 62.43%
GREEN value IS 110 (43.36% from 255) = 31.79%
BLUE value IS 20 (8.20% from 255) = 5.78%
R=62.43%
G=31.79%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161102000.490.910.1527.5583.0546.27
HexD86E140315BF1c532e
Octal33015624061133173412356
Binary11011000110111010100011000110110111111111001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86E14; }

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

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

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

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

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

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

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

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