#D86A1E

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

Shades of Chocolate #D86A1E

Tints of Chocolate #D86A1E

Color information

#D86A1E (or 0xD86A1E) is unknown color: approx Chocolate. HEX triplet: D8, 6A and 1E. RGB value is (216,106,30). Sum of RGB (Red+Green+Blue) = 216+106+30=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86A1E is #2795E1. Grayscale: #828282. Windows color (decimal): -2594274 or 1993432. OLE color: 1993432.

HSL color Cylindrical-coordinate representation of color #D86A1E: hue angle of 24.52º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D86A1E is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB21610630-
CMYK00.510.860.15
HSL24.52º75.61%48.24%-
HSV(B)24.52º86.11%84.71%-
XYZ33.71254.28-
YUV130.2371.44189.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.36%
GREEN value IS 106 (41.80% from 255) = 30.11%
BLUE value IS 30 (12.11% from 255) = 8.52%
R=61.36%
G=30.11%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161063000.510.860.1524.5275.6148.24
HexD86A1E03356F194c30
Octal33015236063126173111460
Binary11011000110101011110011001110101101111110011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86A1E; }

 p { color: rgb(216,106,30); }

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

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

 a { background-color: rgb(216,106,30); }

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

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

 span { border-color: rgb(216,106,30); }

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