Shades of Chocolate #D85915
Tints of Chocolate #D85915
RGB
CMYK
RGB Variations
Color information
#D85915 (or 0xD85915) is known color: Chocolate. HEX triplet: D8, 59 and 15. RGB value is (216,89,21). Sum of RGB (Red+Green+Blue) = 216+89+21=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D85915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85915 is #27A6EA. Grayscale: #777777. Windows color (decimal): -2598635 or 1399256. OLE color: 1399256.
HSL color Cylindrical-coordinate representation of color #D85915: hue angle of 20.92º 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 #D85915 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 21 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.15 |
| HSL | 20.92º | 0.82% | 0.46% | - |
| HSV(B) | 20.92º | 0.9% | 0.85% | - |
| XYZ | 32.03 | 21.8 | 3.23 | - |
| YUV | 119.22 | 72.58 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 21 | 0 | 0.59 | 0.90 | 0.15 | 20.92 | 0.82 | 0.46 |
| Hex | D8 | 59 | 15 | 0 | 3B | 5A | F | 15 | 52 | 2E |
| Octal | 330 | 131 | 25 | 0 | 73 | 132 | 17 | 25 | 122 | 56 |
| Binary | 11011000 | 1011001 | 10101 | 0 | 111011 | 1011010 | 1111 | 10101 | 1010010 | 101110 |
Color Harmonies of #D85915
Complementary color
Monochromatic Colors of #D85915
Black with #D85915
Text Example
Text Example
White with #D85915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85915; }
p { color: rgb(216,89,21); }
H1.HeaderClassName
{
color: #D85915;
}
.AnyTagClassName
{
color: #D85915;
}
</style>
background-color css
<style>
a { background-color: #D85915; }
a { background-color: rgb(216,89,21); }
div.DivClassName
{
background-color: #D85915;
}
.BgClassName
{
background-color: #D85915;
}
</style>
border-color css
<style>
span { border-color: #D85915; }
span { border-color: rgb(216,89,21); }
td.TdClassName
{
border-color: #D85915;
}
.TagClassName
{
border-color: #D85915;
}
</style>