Shades of Chocolate #D96511
Tints of Chocolate #D96511
RGB
CMYK
RGB Variations
Color information
#D96511 (or 0xD96511) is known color: Chocolate. HEX triplet: D9, 65 and 11. RGB value is (217,101,17). Sum of RGB (Red+Green+Blue) = 217+101+17=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D96511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96511 is #269AEE. Grayscale: #7E7E7E. Windows color (decimal): -2530031 or 1140185. OLE color: 1140185.
HSL color Cylindrical-coordinate representation of color #D96511: hue angle of 25.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D96511 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 101 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.15 |
| HSL | 25.2º | 0.85% | 0.46% | - |
| HSV(B) | 25.2º | 0.92% | 0.85% | - |
| XYZ | 33.37 | 24.1 | 3.42 | - |
| YUV | 126.11 | 66.43 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 101 | 17 | 0 | 0.53 | 0.92 | 0.15 | 25.2 | 0.85 | 0.46 |
| Hex | D9 | 65 | 11 | 0 | 35 | 5C | F | 19 | 55 | 2E |
| Octal | 331 | 145 | 21 | 0 | 65 | 134 | 17 | 31 | 125 | 56 |
| Binary | 11011001 | 1100101 | 10001 | 0 | 110101 | 1011100 | 1111 | 11001 | 1010101 | 101110 |
Color Harmonies of #D96511
Complementary color
Monochromatic Colors of #D96511
Black with #D96511
Text Example
Text Example
White with #D96511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96511; }
p { color: rgb(217,101,17); }
H1.HeaderClassName
{
color: #D96511;
}
.AnyTagClassName
{
color: #D96511;
}
</style>
background-color css
<style>
a { background-color: #D96511; }
a { background-color: rgb(217,101,17); }
div.DivClassName
{
background-color: #D96511;
}
.BgClassName
{
background-color: #D96511;
}
</style>
border-color css
<style>
span { border-color: #D96511; }
span { border-color: rgb(217,101,17); }
td.TdClassName
{
border-color: #D96511;
}
.TagClassName
{
border-color: #D96511;
}
</style>