Shades of Chocolate #D86D15
Tints of Chocolate #D86D15
RGB
CMYK
RGB Variations
Color information
#D86D15 (or 0xD86D15) is known color: Chocolate. HEX triplet: D8, 6D and 15. RGB value is (216,109,21). Sum of RGB (Red+Green+Blue) = 216+109+21=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86D15 is #2792EA. Grayscale: #838383. Windows color (decimal): -2593515 or 1404376. OLE color: 1404376.
HSL color Cylindrical-coordinate representation of color #D86D15: hue angle of 27.08º 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 #D86D15 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 21 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.15 |
| HSL | 27.08º | 0.82% | 0.46% | - |
| HSV(B) | 27.08º | 0.9% | 0.85% | - |
| XYZ | 33.92 | 25.59 | 3.86 | - |
| YUV | 130.96 | 65.95 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 21 | 0 | 0.50 | 0.90 | 0.15 | 27.08 | 0.82 | 0.46 |
| Hex | D8 | 6D | 15 | 0 | 32 | 5A | F | 1B | 52 | 2E |
| Octal | 330 | 155 | 25 | 0 | 62 | 132 | 17 | 33 | 122 | 56 |
| Binary | 11011000 | 1101101 | 10101 | 0 | 110010 | 1011010 | 1111 | 11011 | 1010010 | 101110 |
Color Harmonies of #D86D15
Complementary color
Monochromatic Colors of #D86D15
Black with #D86D15
Text Example
Text Example
White with #D86D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D15; }
p { color: rgb(216,109,21); }
H1.HeaderClassName
{
color: #D86D15;
}
.AnyTagClassName
{
color: #D86D15;
}
</style>
background-color css
<style>
a { background-color: #D86D15; }
a { background-color: rgb(216,109,21); }
div.DivClassName
{
background-color: #D86D15;
}
.BgClassName
{
background-color: #D86D15;
}
</style>
border-color css
<style>
span { border-color: #D86D15; }
span { border-color: rgb(216,109,21); }
td.TdClassName
{
border-color: #D86D15;
}
.TagClassName
{
border-color: #D86D15;
}
</style>