Shades of Chocolate #D96510
Tints of Chocolate #D96510
RGB
CMYK
RGB Variations
Color information
#D96510 (or 0xD96510) is known color: Chocolate. HEX triplet: D9, 65 and 10. RGB value is (217,101,16). Sum of RGB (Red+Green+Blue) = 217+101+16=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D96510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96510 is #269AEF. Grayscale: #7E7E7E. Windows color (decimal): -2530032 or 1074649. OLE color: 1074649.
HSL color Cylindrical-coordinate representation of color #D96510: hue angle of 25.37º 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 #D96510 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 16 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.15 |
| HSL | 25.37º | 0.86% | 0.46% | - |
| HSV(B) | 25.37º | 0.93% | 0.85% | - |
| XYZ | 33.36 | 24.1 | 3.38 | - |
| YUV | 125.99 | 65.93 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 16 | 0 | 0.53 | 0.93 | 0.15 | 25.37 | 0.86 | 0.46 |
| Hex | D9 | 65 | 10 | 0 | 35 | 5D | F | 19 | 56 | 2E |
| Octal | 331 | 145 | 20 | 0 | 65 | 135 | 17 | 31 | 126 | 56 |
| Binary | 11011001 | 1100101 | 10000 | 0 | 110101 | 1011101 | 1111 | 11001 | 1010110 | 101110 |
Color Harmonies of #D96510
Complementary color
Monochromatic Colors of #D96510
Black with #D96510
Text Example
Text Example
White with #D96510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96510; }
p { color: rgb(217,101,16); }
H1.HeaderClassName
{
color: #D96510;
}
.AnyTagClassName
{
color: #D96510;
}
</style>
background-color css
<style>
a { background-color: #D96510; }
a { background-color: rgb(217,101,16); }
div.DivClassName
{
background-color: #D96510;
}
.BgClassName
{
background-color: #D96510;
}
</style>
border-color css
<style>
span { border-color: #D96510; }
span { border-color: rgb(217,101,16); }
td.TdClassName
{
border-color: #D96510;
}
.TagClassName
{
border-color: #D96510;
}
</style>