Shades of Chocolate #D8730F
Tints of Chocolate #D8730F
RGB
CMYK
RGB Variations
Color information
#D8730F (or 0xD8730F) is known color: Chocolate. HEX triplet: D8, 73 and 0F. RGB value is (216,115,15). Sum of RGB (Red+Green+Blue) = 216+115+15=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8730F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8730F is #278CF0. Grayscale: #868686. Windows color (decimal): -2591985 or 1012696. OLE color: 1012696.
HSL color Cylindrical-coordinate representation of color #D8730F: hue angle of 29.85º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8730F is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 15 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.15 |
| HSL | 29.85º | 0.87% | 0.45% | - |
| HSV(B) | 29.85º | 0.93% | 0.85% | - |
| XYZ | 34.54 | 26.89 | 3.82 | - |
| YUV | 133.8 | 60.96 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 15 | 0 | 0.47 | 0.93 | 0.15 | 29.85 | 0.87 | 0.45 |
| Hex | D8 | 73 | F | 0 | 2F | 5D | F | 1E | 57 | 2D |
| Octal | 330 | 163 | 17 | 0 | 57 | 135 | 17 | 36 | 127 | 55 |
| Binary | 11011000 | 1110011 | 1111 | 0 | 101111 | 1011101 | 1111 | 11110 | 1010111 | 101101 |
Color Harmonies of #D8730F
Complementary color
Monochromatic Colors of #D8730F
Black with #D8730F
Text Example
Text Example
White with #D8730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8730F; }
p { color: rgb(216,115,15); }
H1.HeaderClassName
{
color: #D8730F;
}
.AnyTagClassName
{
color: #D8730F;
}
</style>
background-color css
<style>
a { background-color: #D8730F; }
a { background-color: rgb(216,115,15); }
div.DivClassName
{
background-color: #D8730F;
}
.BgClassName
{
background-color: #D8730F;
}
</style>
border-color css
<style>
span { border-color: #D8730F; }
span { border-color: rgb(216,115,15); }
td.TdClassName
{
border-color: #D8730F;
}
.TagClassName
{
border-color: #D8730F;
}
</style>