#D86415

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

Shades of Chocolate #D86415

Tints of Chocolate #D86415

Color information

#D86415 (or 0xD86415) is unknown color: approx Chocolate. HEX triplet: D8, 64 and 15. RGB value is (216,100,21). Sum of RGB (Red+Green+Blue) = 216+100+21=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D86415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86415 is #279BEA. Grayscale: #7E7E7E. Windows color (decimal): -2595819 or 1402072. OLE color: 1402072.

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

Color convert

RGB21610021-
CMYK00.540.900.15
HSL24.31º82.28%46.47%-
HSV(B)24.31º90.28%84.71%-
XYZ33.0123.773.56-
YUV125.6868.93192.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.09%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 21 (8.59% from 255) = 6.23%
R=64.09%
G=29.67%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161002100.540.900.1524.3182.2846.47
HexD864150365AF18522e
Octal33014425066132173012256
Binary11011000110010010101011011010110101111110001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86415; }

 p { color: rgb(216,100,21); }

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

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

 a { background-color: rgb(216,100,21); }

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

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

 span { border-color: rgb(216,100,21); }

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