Shades of Chocolate #D85815
Tints of Chocolate #D85815
RGB
CMYK
RGB Variations
Color information
#D85815 (or 0xD85815) is known color: Chocolate. HEX triplet: D8, 58 and 15. RGB value is (216,88,21). Sum of RGB (Red+Green+Blue) = 216+88+21=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D85815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85815 is #27A7EA. Grayscale: #777777. Windows color (decimal): -2598891 or 1399000. OLE color: 1399000.
HSL color Cylindrical-coordinate representation of color #D85815: hue angle of 20.62º 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 #D85815 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 21 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.15 |
| HSL | 20.62º | 0.82% | 0.46% | - |
| HSV(B) | 20.62º | 0.9% | 0.85% | - |
| XYZ | 31.94 | 21.63 | 3.2 | - |
| YUV | 118.63 | 72.91 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 21 | 0 | 0.59 | 0.90 | 0.15 | 20.62 | 0.82 | 0.46 |
| Hex | D8 | 58 | 15 | 0 | 3B | 5A | F | 15 | 52 | 2E |
| Octal | 330 | 130 | 25 | 0 | 73 | 132 | 17 | 25 | 122 | 56 |
| Binary | 11011000 | 1011000 | 10101 | 0 | 111011 | 1011010 | 1111 | 10101 | 1010010 | 101110 |
Color Harmonies of #D85815
Complementary color
Monochromatic Colors of #D85815
Black with #D85815
Text Example
Text Example
White with #D85815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85815; }
p { color: rgb(216,88,21); }
H1.HeaderClassName
{
color: #D85815;
}
.AnyTagClassName
{
color: #D85815;
}
</style>
background-color css
<style>
a { background-color: #D85815; }
a { background-color: rgb(216,88,21); }
div.DivClassName
{
background-color: #D85815;
}
.BgClassName
{
background-color: #D85815;
}
</style>
border-color css
<style>
span { border-color: #D85815; }
span { border-color: rgb(216,88,21); }
td.TdClassName
{
border-color: #D85815;
}
.TagClassName
{
border-color: #D85815;
}
</style>