Shades of Chocolate #D84F18
Tints of Chocolate #D84F18
RGB
CMYK
RGB Variations
Color information
#D84F18 (or 0xD84F18) is known color: Chocolate. HEX triplet: D8, 4F and 18. RGB value is (216,79,24). Sum of RGB (Red+Green+Blue) = 216+79+24=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D84F18 is #27B0E7. Grayscale: #727272. Windows color (decimal): -2601192 or 1593304. OLE color: 1593304.
HSL color Cylindrical-coordinate representation of color #D84F18: hue angle of 17.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 #D84F18 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 24 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.15 |
| HSL | 17.19º | 0.8% | 0.47% | - |
| HSV(B) | 17.19º | 0.89% | 0.85% | - |
| XYZ | 31.28 | 20.26 | 3.13 | - |
| YUV | 113.69 | 77.39 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 24 | 0 | 0.63 | 0.89 | 0.15 | 17.19 | 0.8 | 0.47 |
| Hex | D8 | 4F | 18 | 0 | 3F | 59 | F | 11 | 50 | 2F |
| Octal | 330 | 117 | 30 | 0 | 77 | 131 | 17 | 21 | 120 | 57 |
| Binary | 11011000 | 1001111 | 11000 | 0 | 111111 | 1011001 | 1111 | 10001 | 1010000 | 101111 |
Color Harmonies of #D84F18
Complementary color
Monochromatic Colors of #D84F18
Black with #D84F18
Text Example
Text Example
White with #D84F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F18; }
p { color: rgb(216,79,24); }
H1.HeaderClassName
{
color: #D84F18;
}
.AnyTagClassName
{
color: #D84F18;
}
</style>
background-color css
<style>
a { background-color: #D84F18; }
a { background-color: rgb(216,79,24); }
div.DivClassName
{
background-color: #D84F18;
}
.BgClassName
{
background-color: #D84F18;
}
</style>
border-color css
<style>
span { border-color: #D84F18; }
span { border-color: rgb(216,79,24); }
td.TdClassName
{
border-color: #D84F18;
}
.TagClassName
{
border-color: #D84F18;
}
</style>