Shades of Chocolate #D86918
Tints of Chocolate #D86918
RGB
CMYK
RGB Variations
Color information
#D86918 (or 0xD86918) is known color: Chocolate. HEX triplet: D8, 69 and 18. RGB value is (216,105,24). Sum of RGB (Red+Green+Blue) = 216+105+24=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D86918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86918 is #2796E7. Grayscale: #818181. Windows color (decimal): -2594536 or 1599960. OLE color: 1599960.
HSL color Cylindrical-coordinate representation of color #D86918: hue angle of 25.31º 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 #D86918 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 24 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.15 |
| HSL | 25.31º | 0.8% | 0.47% | - |
| HSV(B) | 25.31º | 0.89% | 0.85% | - |
| XYZ | 33.54 | 24.77 | 3.88 | - |
| YUV | 128.96 | 68.77 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 24 | 0 | 0.51 | 0.89 | 0.15 | 25.31 | 0.8 | 0.47 |
| Hex | D8 | 69 | 18 | 0 | 33 | 59 | F | 19 | 50 | 2F |
| Octal | 330 | 151 | 30 | 0 | 63 | 131 | 17 | 31 | 120 | 57 |
| Binary | 11011000 | 1101001 | 11000 | 0 | 110011 | 1011001 | 1111 | 11001 | 1010000 | 101111 |
Color Harmonies of #D86918
Complementary color
Monochromatic Colors of #D86918
Black with #D86918
Text Example
Text Example
White with #D86918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86918; }
p { color: rgb(216,105,24); }
H1.HeaderClassName
{
color: #D86918;
}
.AnyTagClassName
{
color: #D86918;
}
</style>
background-color css
<style>
a { background-color: #D86918; }
a { background-color: rgb(216,105,24); }
div.DivClassName
{
background-color: #D86918;
}
.BgClassName
{
background-color: #D86918;
}
</style>
border-color css
<style>
span { border-color: #D86918; }
span { border-color: rgb(216,105,24); }
td.TdClassName
{
border-color: #D86918;
}
.TagClassName
{
border-color: #D86918;
}
</style>