Shades of Chocolate #D85515
Tints of Chocolate #D85515
RGB
CMYK
RGB Variations
Color information
#D85515 (or 0xD85515) is known color: Chocolate. HEX triplet: D8, 55 and 15. RGB value is (216,85,21). Sum of RGB (Red+Green+Blue) = 216+85+21=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D85515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85515 is #27AAEA. Grayscale: #757575. Windows color (decimal): -2599659 or 1398232. OLE color: 1398232.
HSL color Cylindrical-coordinate representation of color #D85515: hue angle of 19.69º 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 #D85515 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 21 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.15 |
| HSL | 19.69º | 0.82% | 0.46% | - |
| HSV(B) | 19.69º | 0.9% | 0.85% | - |
| XYZ | 31.7 | 21.15 | 3.12 | - |
| YUV | 116.87 | 73.9 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 21 | 0 | 0.61 | 0.90 | 0.15 | 19.69 | 0.82 | 0.46 |
| Hex | D8 | 55 | 15 | 0 | 3D | 5A | F | 14 | 52 | 2E |
| Octal | 330 | 125 | 25 | 0 | 75 | 132 | 17 | 24 | 122 | 56 |
| Binary | 11011000 | 1010101 | 10101 | 0 | 111101 | 1011010 | 1111 | 10100 | 1010010 | 101110 |
Color Harmonies of #D85515
Complementary color
Monochromatic Colors of #D85515
Black with #D85515
Text Example
Text Example
White with #D85515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85515; }
p { color: rgb(216,85,21); }
H1.HeaderClassName
{
color: #D85515;
}
.AnyTagClassName
{
color: #D85515;
}
</style>
background-color css
<style>
a { background-color: #D85515; }
a { background-color: rgb(216,85,21); }
div.DivClassName
{
background-color: #D85515;
}
.BgClassName
{
background-color: #D85515;
}
</style>
border-color css
<style>
span { border-color: #D85515; }
span { border-color: rgb(216,85,21); }
td.TdClassName
{
border-color: #D85515;
}
.TagClassName
{
border-color: #D85515;
}
</style>