Shades of Chocolate #D96110
Tints of Chocolate #D96110
RGB
CMYK
RGB Variations
Color information
#D96110 (or 0xD96110) is known color: Chocolate. HEX triplet: D9, 61 and 10. RGB value is (217,97,16). Sum of RGB (Red+Green+Blue) = 217+97+16=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D96110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96110 is #269EEF. Grayscale: #7C7C7C. Windows color (decimal): -2531056 or 1073625. OLE color: 1073625.
HSL color Cylindrical-coordinate representation of color #D96110: hue angle of 24.18º 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 #D96110 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 16 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.15 |
| HSL | 24.18º | 0.86% | 0.46% | - |
| HSV(B) | 24.18º | 0.93% | 0.85% | - |
| XYZ | 32.98 | 23.34 | 3.26 | - |
| YUV | 123.65 | 67.26 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 16 | 0 | 0.55 | 0.93 | 0.15 | 24.18 | 0.86 | 0.46 |
| Hex | D9 | 61 | 10 | 0 | 37 | 5D | F | 18 | 56 | 2E |
| Octal | 331 | 141 | 20 | 0 | 67 | 135 | 17 | 30 | 126 | 56 |
| Binary | 11011001 | 1100001 | 10000 | 0 | 110111 | 1011101 | 1111 | 11000 | 1010110 | 101110 |
Color Harmonies of #D96110
Complementary color
Monochromatic Colors of #D96110
Black with #D96110
Text Example
Text Example
White with #D96110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96110; }
p { color: rgb(217,97,16); }
H1.HeaderClassName
{
color: #D96110;
}
.AnyTagClassName
{
color: #D96110;
}
</style>
background-color css
<style>
a { background-color: #D96110; }
a { background-color: rgb(217,97,16); }
div.DivClassName
{
background-color: #D96110;
}
.BgClassName
{
background-color: #D96110;
}
</style>
border-color css
<style>
span { border-color: #D96110; }
span { border-color: rgb(217,97,16); }
td.TdClassName
{
border-color: #D96110;
}
.TagClassName
{
border-color: #D96110;
}
</style>