Shades of Chocolate #D86813
Tints of Chocolate #D86813
RGB
CMYK
RGB Variations
Color information
#D86813 (or 0xD86813) is known color: Chocolate. HEX triplet: D8, 68 and 13. RGB value is (216,104,19). Sum of RGB (Red+Green+Blue) = 216+104+19=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D86813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86813 is #2797EC. Grayscale: #808080. Windows color (decimal): -2594797 or 1272024. OLE color: 1272024.
HSL color Cylindrical-coordinate representation of color #D86813: hue angle of 25.89º degrees, saturation: 0.84, 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 #D86813 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 19 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.15 |
| HSL | 25.89º | 0.84% | 0.46% | - |
| HSV(B) | 25.89º | 0.91% | 0.85% | - |
| XYZ | 33.39 | 24.55 | 3.59 | - |
| YUV | 127.8 | 66.61 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 19 | 0 | 0.52 | 0.91 | 0.15 | 25.89 | 0.84 | 0.46 |
| Hex | D8 | 68 | 13 | 0 | 34 | 5B | F | 1A | 54 | 2E |
| Octal | 330 | 150 | 23 | 0 | 64 | 133 | 17 | 32 | 124 | 56 |
| Binary | 11011000 | 1101000 | 10011 | 0 | 110100 | 1011011 | 1111 | 11010 | 1010100 | 101110 |
Color Harmonies of #D86813
Complementary color
Monochromatic Colors of #D86813
Black with #D86813
Text Example
Text Example
White with #D86813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86813; }
p { color: rgb(216,104,19); }
H1.HeaderClassName
{
color: #D86813;
}
.AnyTagClassName
{
color: #D86813;
}
</style>
background-color css
<style>
a { background-color: #D86813; }
a { background-color: rgb(216,104,19); }
div.DivClassName
{
background-color: #D86813;
}
.BgClassName
{
background-color: #D86813;
}
</style>
border-color css
<style>
span { border-color: #D86813; }
span { border-color: rgb(216,104,19); }
td.TdClassName
{
border-color: #D86813;
}
.TagClassName
{
border-color: #D86813;
}
</style>