Shades of Chocolate #D86F18
Tints of Chocolate #D86F18
RGB
CMYK
RGB Variations
Color information
#D86F18 (or 0xD86F18) is known color: Chocolate. HEX triplet: D8, 6F and 18. RGB value is (216,111,24). Sum of RGB (Red+Green+Blue) = 216+111+24=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86F18 is #2790E7. Grayscale: #848484. Windows color (decimal): -2593000 or 1601496. OLE color: 1601496.
HSL color Cylindrical-coordinate representation of color #D86F18: hue angle of 27.19º degrees, saturation: 0.8, 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 #D86F18 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 24 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.15 |
| HSL | 27.19º | 0.8% | 0.47% | - |
| HSV(B) | 27.19º | 0.89% | 0.85% | - |
| XYZ | 34.17 | 26.03 | 4.09 | - |
| YUV | 132.48 | 66.79 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 24 | 0 | 0.49 | 0.89 | 0.15 | 27.19 | 0.8 | 0.47 |
| Hex | D8 | 6F | 18 | 0 | 31 | 59 | F | 1B | 50 | 2F |
| Octal | 330 | 157 | 30 | 0 | 61 | 131 | 17 | 33 | 120 | 57 |
| Binary | 11011000 | 1101111 | 11000 | 0 | 110001 | 1011001 | 1111 | 11011 | 1010000 | 101111 |
Color Harmonies of #D86F18
Complementary color
Monochromatic Colors of #D86F18
Black with #D86F18
Text Example
Text Example
White with #D86F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F18; }
p { color: rgb(216,111,24); }
H1.HeaderClassName
{
color: #D86F18;
}
.AnyTagClassName
{
color: #D86F18;
}
</style>
background-color css
<style>
a { background-color: #D86F18; }
a { background-color: rgb(216,111,24); }
div.DivClassName
{
background-color: #D86F18;
}
.BgClassName
{
background-color: #D86F18;
}
</style>
border-color css
<style>
span { border-color: #D86F18; }
span { border-color: rgb(216,111,24); }
td.TdClassName
{
border-color: #D86F18;
}
.TagClassName
{
border-color: #D86F18;
}
</style>