Shades of Chocolate #D85118
Tints of Chocolate #D85118
RGB
CMYK
RGB Variations
Color information
#D85118 (or 0xD85118) is known color: Chocolate. HEX triplet: D8, 51 and 18. RGB value is (216,81,24). Sum of RGB (Red+Green+Blue) = 216+81+24=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D85118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85118 is #27AEE7. Grayscale: #737373. Windows color (decimal): -2600680 or 1593816. OLE color: 1593816.
HSL color Cylindrical-coordinate representation of color #D85118: hue angle of 17.81º 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 #D85118 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 24 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.15 |
| HSL | 17.81º | 0.8% | 0.47% | - |
| HSV(B) | 17.81º | 0.89% | 0.85% | - |
| XYZ | 31.43 | 20.55 | 3.17 | - |
| YUV | 114.87 | 76.73 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 24 | 0 | 0.62 | 0.89 | 0.15 | 17.81 | 0.8 | 0.47 |
| Hex | D8 | 51 | 18 | 0 | 3E | 59 | F | 12 | 50 | 2F |
| Octal | 330 | 121 | 30 | 0 | 76 | 131 | 17 | 22 | 120 | 57 |
| Binary | 11011000 | 1010001 | 11000 | 0 | 111110 | 1011001 | 1111 | 10010 | 1010000 | 101111 |
Color Harmonies of #D85118
Complementary color
Monochromatic Colors of #D85118
Black with #D85118
Text Example
Text Example
White with #D85118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85118; }
p { color: rgb(216,81,24); }
H1.HeaderClassName
{
color: #D85118;
}
.AnyTagClassName
{
color: #D85118;
}
</style>
background-color css
<style>
a { background-color: #D85118; }
a { background-color: rgb(216,81,24); }
div.DivClassName
{
background-color: #D85118;
}
.BgClassName
{
background-color: #D85118;
}
</style>
border-color css
<style>
span { border-color: #D85118; }
span { border-color: rgb(216,81,24); }
td.TdClassName
{
border-color: #D85118;
}
.TagClassName
{
border-color: #D85118;
}
</style>