Shades of Chocolate #D86215
Tints of Chocolate #D86215
RGB
CMYK
RGB Variations
Color information
#D86215 (or 0xD86215) is known color: Chocolate. HEX triplet: D8, 62 and 15. RGB value is (216,98,21). Sum of RGB (Red+Green+Blue) = 216+98+21=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D86215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86215 is #279DEA. Grayscale: #7C7C7C. Windows color (decimal): -2596331 or 1401560. OLE color: 1401560.
HSL color Cylindrical-coordinate representation of color #D86215: hue angle of 23.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 #D86215 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 21 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.15 |
| HSL | 23.69º | 0.82% | 0.46% | - |
| HSV(B) | 23.69º | 0.9% | 0.85% | - |
| XYZ | 32.82 | 23.39 | 3.49 | - |
| YUV | 124.5 | 69.59 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 21 | 0 | 0.55 | 0.90 | 0.15 | 23.69 | 0.82 | 0.46 |
| Hex | D8 | 62 | 15 | 0 | 37 | 5A | F | 18 | 52 | 2E |
| Octal | 330 | 142 | 25 | 0 | 67 | 132 | 17 | 30 | 122 | 56 |
| Binary | 11011000 | 1100010 | 10101 | 0 | 110111 | 1011010 | 1111 | 11000 | 1010010 | 101110 |
Color Harmonies of #D86215
Complementary color
Monochromatic Colors of #D86215
Black with #D86215
Text Example
Text Example
White with #D86215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86215; }
p { color: rgb(216,98,21); }
H1.HeaderClassName
{
color: #D86215;
}
.AnyTagClassName
{
color: #D86215;
}
</style>
background-color css
<style>
a { background-color: #D86215; }
a { background-color: rgb(216,98,21); }
div.DivClassName
{
background-color: #D86215;
}
.BgClassName
{
background-color: #D86215;
}
</style>
border-color css
<style>
span { border-color: #D86215; }
span { border-color: rgb(216,98,21); }
td.TdClassName
{
border-color: #D86215;
}
.TagClassName
{
border-color: #D86215;
}
</style>