Shades of Chocolate #D8601F
Tints of Chocolate #D8601F
RGB
CMYK
RGB Variations
Color information
#D8601F (or 0xD8601F) is known color: Chocolate. HEX triplet: D8, 60 and 1F. RGB value is (216,96,31). Sum of RGB (Red+Green+Blue) = 216+96+31=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D8601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8601F is #279FE0. Grayscale: #7C7C7C. Windows color (decimal): -2596833 or 2056408. OLE color: 2056408.
HSL color Cylindrical-coordinate representation of color #D8601F: hue angle of 21.08º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8601F is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 31 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.15 |
| HSL | 21.08º | 0.75% | 0.48% | - |
| HSV(B) | 21.08º | 0.86% | 0.85% | - |
| XYZ | 32.75 | 23.06 | 4.02 | - |
| YUV | 124.47 | 75.26 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 31 | 0 | 0.56 | 0.86 | 0.15 | 21.08 | 0.75 | 0.48 |
| Hex | D8 | 60 | 1F | 0 | 38 | 56 | F | 15 | 4B | 30 |
| Octal | 330 | 140 | 37 | 0 | 70 | 126 | 17 | 25 | 113 | 60 |
| Binary | 11011000 | 1100000 | 11111 | 0 | 111000 | 1010110 | 1111 | 10101 | 1001011 | 110000 |
Color Harmonies of #D8601F
Complementary color
Monochromatic Colors of #D8601F
Black with #D8601F
Text Example
Text Example
White with #D8601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8601F; }
p { color: rgb(216,96,31); }
H1.HeaderClassName
{
color: #D8601F;
}
.AnyTagClassName
{
color: #D8601F;
}
</style>
background-color css
<style>
a { background-color: #D8601F; }
a { background-color: rgb(216,96,31); }
div.DivClassName
{
background-color: #D8601F;
}
.BgClassName
{
background-color: #D8601F;
}
</style>
border-color css
<style>
span { border-color: #D8601F; }
span { border-color: rgb(216,96,31); }
td.TdClassName
{
border-color: #D8601F;
}
.TagClassName
{
border-color: #D8601F;
}
</style>