Shades of Chocolate #D96E11
Tints of Chocolate #D96E11
RGB
CMYK
RGB Variations
Color information
#D96E11 (or 0xD96E11) is known color: Chocolate. HEX triplet: D9, 6E and 11. RGB value is (217,110,17). Sum of RGB (Red+Green+Blue) = 217+110+17=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96E11 is #2691EE. Grayscale: #838383. Windows color (decimal): -2527727 or 1142489. OLE color: 1142489.
HSL color Cylindrical-coordinate representation of color #D96E11: hue angle of 27.9º 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 #D96E11 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 17 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.15 |
| HSL | 27.9º | 0.85% | 0.46% | - |
| HSV(B) | 27.9º | 0.92% | 0.85% | - |
| XYZ | 34.29 | 25.94 | 3.73 | - |
| YUV | 131.39 | 63.45 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 17 | 0 | 0.49 | 0.92 | 0.15 | 27.9 | 0.85 | 0.46 |
| Hex | D9 | 6E | 11 | 0 | 31 | 5C | F | 1C | 55 | 2E |
| Octal | 331 | 156 | 21 | 0 | 61 | 134 | 17 | 34 | 125 | 56 |
| Binary | 11011001 | 1101110 | 10001 | 0 | 110001 | 1011100 | 1111 | 11100 | 1010101 | 101110 |
Color Harmonies of #D96E11
Complementary color
Monochromatic Colors of #D96E11
Black with #D96E11
Text Example
Text Example
White with #D96E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E11; }
p { color: rgb(217,110,17); }
H1.HeaderClassName
{
color: #D96E11;
}
.AnyTagClassName
{
color: #D96E11;
}
</style>
background-color css
<style>
a { background-color: #D96E11; }
a { background-color: rgb(217,110,17); }
div.DivClassName
{
background-color: #D96E11;
}
.BgClassName
{
background-color: #D96E11;
}
</style>
border-color css
<style>
span { border-color: #D96E11; }
span { border-color: rgb(217,110,17); }
td.TdClassName
{
border-color: #D96E11;
}
.TagClassName
{
border-color: #D96E11;
}
</style>