Shades of Chocolate #D97010
Tints of Chocolate #D97010
RGB
CMYK
RGB Variations
Color information
#D97010 (or 0xD97010) is known color: Chocolate. HEX triplet: D9, 70 and 10. RGB value is (217,112,16). Sum of RGB (Red+Green+Blue) = 217+112+16=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D97010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97010 is #268FEF. Grayscale: #848484. Windows color (decimal): -2527216 or 1077465. OLE color: 1077465.
HSL color Cylindrical-coordinate representation of color #D97010: hue angle of 28.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D97010 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 16 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.15 |
| HSL | 28.66º | 0.86% | 0.46% | - |
| HSV(B) | 28.66º | 0.93% | 0.85% | - |
| XYZ | 34.5 | 26.38 | 3.76 | - |
| YUV | 132.45 | 62.29 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 16 | 0 | 0.48 | 0.93 | 0.15 | 28.66 | 0.86 | 0.46 |
| Hex | D9 | 70 | 10 | 0 | 30 | 5D | F | 1D | 56 | 2E |
| Octal | 331 | 160 | 20 | 0 | 60 | 135 | 17 | 35 | 126 | 56 |
| Binary | 11011001 | 1110000 | 10000 | 0 | 110000 | 1011101 | 1111 | 11101 | 1010110 | 101110 |
Color Harmonies of #D97010
Complementary color
Monochromatic Colors of #D97010
Black with #D97010
Text Example
Text Example
White with #D97010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97010; }
p { color: rgb(217,112,16); }
H1.HeaderClassName
{
color: #D97010;
}
.AnyTagClassName
{
color: #D97010;
}
</style>
background-color css
<style>
a { background-color: #D97010; }
a { background-color: rgb(217,112,16); }
div.DivClassName
{
background-color: #D97010;
}
.BgClassName
{
background-color: #D97010;
}
</style>
border-color css
<style>
span { border-color: #D97010; }
span { border-color: rgb(217,112,16); }
td.TdClassName
{
border-color: #D97010;
}
.TagClassName
{
border-color: #D97010;
}
</style>