Shades of Chocolate #D85B13
Tints of Chocolate #D85B13
RGB
CMYK
RGB Variations
Color information
#D85B13 (or 0xD85B13) is known color: Chocolate. HEX triplet: D8, 5B and 13. RGB value is (216,91,19). Sum of RGB (Red+Green+Blue) = 216+91+19=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85B13 is #27A4EC. Grayscale: #787878. Windows color (decimal): -2598125 or 1268696. OLE color: 1268696.
HSL color Cylindrical-coordinate representation of color #D85B13: hue angle of 21.93º 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 #D85B13 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 19 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.15 |
| HSL | 21.93º | 0.84% | 0.46% | - |
| HSV(B) | 21.93º | 0.91% | 0.85% | - |
| XYZ | 32.18 | 22.13 | 3.19 | - |
| YUV | 120.17 | 70.91 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 19 | 0 | 0.58 | 0.91 | 0.15 | 21.93 | 0.84 | 0.46 |
| Hex | D8 | 5B | 13 | 0 | 3A | 5B | F | 16 | 54 | 2E |
| Octal | 330 | 133 | 23 | 0 | 72 | 133 | 17 | 26 | 124 | 56 |
| Binary | 11011000 | 1011011 | 10011 | 0 | 111010 | 1011011 | 1111 | 10110 | 1010100 | 101110 |
Color Harmonies of #D85B13
Complementary color
Monochromatic Colors of #D85B13
Black with #D85B13
Text Example
Text Example
White with #D85B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B13; }
p { color: rgb(216,91,19); }
H1.HeaderClassName
{
color: #D85B13;
}
.AnyTagClassName
{
color: #D85B13;
}
</style>
background-color css
<style>
a { background-color: #D85B13; }
a { background-color: rgb(216,91,19); }
div.DivClassName
{
background-color: #D85B13;
}
.BgClassName
{
background-color: #D85B13;
}
</style>
border-color css
<style>
span { border-color: #D85B13; }
span { border-color: rgb(216,91,19); }
td.TdClassName
{
border-color: #D85B13;
}
.TagClassName
{
border-color: #D85B13;
}
</style>