Shades of Chocolate #D85E11
Tints of Chocolate #D85E11
RGB
CMYK
RGB Variations
Color information
#D85E11 (or 0xD85E11) is known color: Chocolate. HEX triplet: D8, 5E and 11. RGB value is (216,94,17). Sum of RGB (Red+Green+Blue) = 216+94+17=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85E11 is #27A1EE. Grayscale: #7A7A7A. Windows color (decimal): -2597359 or 1138392. OLE color: 1138392.
HSL color Cylindrical-coordinate representation of color #D85E11: hue angle of 23.22º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D85E11 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 17 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.15 |
| HSL | 23.22º | 0.85% | 0.46% | - |
| HSV(B) | 23.22º | 0.92% | 0.85% | - |
| XYZ | 32.42 | 22.64 | 3.19 | - |
| YUV | 121.7 | 68.92 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 17 | 0 | 0.56 | 0.92 | 0.15 | 23.22 | 0.85 | 0.46 |
| Hex | D8 | 5E | 11 | 0 | 38 | 5C | F | 17 | 55 | 2E |
| Octal | 330 | 136 | 21 | 0 | 70 | 134 | 17 | 27 | 125 | 56 |
| Binary | 11011000 | 1011110 | 10001 | 0 | 111000 | 1011100 | 1111 | 10111 | 1010101 | 101110 |
Color Harmonies of #D85E11
Complementary color
Monochromatic Colors of #D85E11
Black with #D85E11
Text Example
Text Example
White with #D85E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E11; }
p { color: rgb(216,94,17); }
H1.HeaderClassName
{
color: #D85E11;
}
.AnyTagClassName
{
color: #D85E11;
}
</style>
background-color css
<style>
a { background-color: #D85E11; }
a { background-color: rgb(216,94,17); }
div.DivClassName
{
background-color: #D85E11;
}
.BgClassName
{
background-color: #D85E11;
}
</style>
border-color css
<style>
span { border-color: #D85E11; }
span { border-color: rgb(216,94,17); }
td.TdClassName
{
border-color: #D85E11;
}
.TagClassName
{
border-color: #D85E11;
}
</style>