Shades of Chocolate #D96211
Tints of Chocolate #D96211
RGB
CMYK
RGB Variations
Color information
#D96211 (or 0xD96211) is known color: Chocolate. HEX triplet: D9, 62 and 11. RGB value is (217,98,17). Sum of RGB (Red+Green+Blue) = 217+98+17=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D96211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96211 is #269DEE. Grayscale: #7C7C7C. Windows color (decimal): -2530799 or 1139417. OLE color: 1139417.
HSL color Cylindrical-coordinate representation of color #D96211: hue angle of 24.3º 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 #D96211 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 17 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.15 |
| HSL | 24.3º | 0.85% | 0.46% | - |
| HSV(B) | 24.3º | 0.92% | 0.85% | - |
| XYZ | 33.08 | 23.53 | 3.33 | - |
| YUV | 124.35 | 67.42 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 17 | 0 | 0.55 | 0.92 | 0.15 | 24.3 | 0.85 | 0.46 |
| Hex | D9 | 62 | 11 | 0 | 37 | 5C | F | 18 | 55 | 2E |
| Octal | 331 | 142 | 21 | 0 | 67 | 134 | 17 | 30 | 125 | 56 |
| Binary | 11011001 | 1100010 | 10001 | 0 | 110111 | 1011100 | 1111 | 11000 | 1010101 | 101110 |
Color Harmonies of #D96211
Complementary color
Monochromatic Colors of #D96211
Black with #D96211
Text Example
Text Example
White with #D96211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96211; }
p { color: rgb(217,98,17); }
H1.HeaderClassName
{
color: #D96211;
}
.AnyTagClassName
{
color: #D96211;
}
</style>
background-color css
<style>
a { background-color: #D96211; }
a { background-color: rgb(217,98,17); }
div.DivClassName
{
background-color: #D96211;
}
.BgClassName
{
background-color: #D96211;
}
</style>
border-color css
<style>
span { border-color: #D96211; }
span { border-color: rgb(217,98,17); }
td.TdClassName
{
border-color: #D96211;
}
.TagClassName
{
border-color: #D96211;
}
</style>