Shades of Chocolate #D85017
Tints of Chocolate #D85017
RGB
CMYK
RGB Variations
Color information
#D85017 (or 0xD85017) is known color: Chocolate. HEX triplet: D8, 50 and 17. RGB value is (216,80,23). Sum of RGB (Red+Green+Blue) = 216+80+23=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D85017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85017 is #27AFE8. Grayscale: #727272. Windows color (decimal): -2600937 or 1528024. OLE color: 1528024.
HSL color Cylindrical-coordinate representation of color #D85017: hue angle of 17.72º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D85017 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 23 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.15 |
| HSL | 17.72º | 0.81% | 0.47% | - |
| HSV(B) | 17.72º | 0.89% | 0.85% | - |
| XYZ | 31.34 | 20.4 | 3.1 | - |
| YUV | 114.17 | 76.56 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 23 | 0 | 0.63 | 0.89 | 0.15 | 17.72 | 0.81 | 0.47 |
| Hex | D8 | 50 | 17 | 0 | 3F | 59 | F | 12 | 51 | 2F |
| Octal | 330 | 120 | 27 | 0 | 77 | 131 | 17 | 22 | 121 | 57 |
| Binary | 11011000 | 1010000 | 10111 | 0 | 111111 | 1011001 | 1111 | 10010 | 1010001 | 101111 |
Color Harmonies of #D85017
Complementary color
Monochromatic Colors of #D85017
Black with #D85017
Text Example
Text Example
White with #D85017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85017; }
p { color: rgb(216,80,23); }
H1.HeaderClassName
{
color: #D85017;
}
.AnyTagClassName
{
color: #D85017;
}
</style>
background-color css
<style>
a { background-color: #D85017; }
a { background-color: rgb(216,80,23); }
div.DivClassName
{
background-color: #D85017;
}
.BgClassName
{
background-color: #D85017;
}
</style>
border-color css
<style>
span { border-color: #D85017; }
span { border-color: rgb(216,80,23); }
td.TdClassName
{
border-color: #D85017;
}
.TagClassName
{
border-color: #D85017;
}
</style>