Shades of Chocolate #D8601C
Tints of Chocolate #D8601C
RGB
CMYK
RGB Variations
Color information
#D8601C (or 0xD8601C) is known color: Chocolate. HEX triplet: D8, 60 and 1C. RGB value is (216,96,28). Sum of RGB (Red+Green+Blue) = 216+96+28=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D8601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8601C is #279FE3. Grayscale: #7C7C7C. Windows color (decimal): -2596836 or 1859800. OLE color: 1859800.
HSL color Cylindrical-coordinate representation of color #D8601C: hue angle of 21.7º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8601C is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 96 | 28 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.15 |
| HSL | 21.7º | 0.77% | 0.48% | - |
| HSV(B) | 21.7º | 0.87% | 0.85% | - |
| XYZ | 32.71 | 23.05 | 3.82 | - |
| YUV | 124.13 | 73.76 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 96 | 28 | 0 | 0.56 | 0.87 | 0.15 | 21.7 | 0.77 | 0.48 |
| Hex | D8 | 60 | 1C | 0 | 38 | 57 | F | 16 | 4D | 30 |
| Octal | 330 | 140 | 34 | 0 | 70 | 127 | 17 | 26 | 115 | 60 |
| Binary | 11011000 | 1100000 | 11100 | 0 | 111000 | 1010111 | 1111 | 10110 | 1001101 | 110000 |
Color Harmonies of #D8601C
Complementary color
Monochromatic Colors of #D8601C
Black with #D8601C
Text Example
Text Example
White with #D8601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8601C; }
p { color: rgb(216,96,28); }
H1.HeaderClassName
{
color: #D8601C;
}
.AnyTagClassName
{
color: #D8601C;
}
</style>
background-color css
<style>
a { background-color: #D8601C; }
a { background-color: rgb(216,96,28); }
div.DivClassName
{
background-color: #D8601C;
}
.BgClassName
{
background-color: #D8601C;
}
</style>
border-color css
<style>
span { border-color: #D8601C; }
span { border-color: rgb(216,96,28); }
td.TdClassName
{
border-color: #D8601C;
}
.TagClassName
{
border-color: #D8601C;
}
</style>