Shades of Chocolate #D96A11
Tints of Chocolate #D96A11
RGB
CMYK
RGB Variations
Color information
#D96A11 (or 0xD96A11) is known color: Chocolate. HEX triplet: D9, 6A and 11. RGB value is (217,106,17). Sum of RGB (Red+Green+Blue) = 217+106+17=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96A11 is #2695EE. Grayscale: #818181. Windows color (decimal): -2528751 or 1141465. OLE color: 1141465.
HSL color Cylindrical-coordinate representation of color #D96A11: hue angle of 26.7º 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 #D96A11 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 17 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.15 |
| HSL | 26.7º | 0.85% | 0.46% | - |
| HSV(B) | 26.7º | 0.92% | 0.85% | - |
| XYZ | 33.87 | 25.1 | 3.59 | - |
| YUV | 129.04 | 64.77 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 17 | 0 | 0.51 | 0.92 | 0.15 | 26.7 | 0.85 | 0.46 |
| Hex | D9 | 6A | 11 | 0 | 33 | 5C | F | 1B | 55 | 2E |
| Octal | 331 | 152 | 21 | 0 | 63 | 134 | 17 | 33 | 125 | 56 |
| Binary | 11011001 | 1101010 | 10001 | 0 | 110011 | 1011100 | 1111 | 11011 | 1010101 | 101110 |
Color Harmonies of #D96A11
Complementary color
Monochromatic Colors of #D96A11
Black with #D96A11
Text Example
Text Example
White with #D96A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A11; }
p { color: rgb(217,106,17); }
H1.HeaderClassName
{
color: #D96A11;
}
.AnyTagClassName
{
color: #D96A11;
}
</style>
background-color css
<style>
a { background-color: #D96A11; }
a { background-color: rgb(217,106,17); }
div.DivClassName
{
background-color: #D96A11;
}
.BgClassName
{
background-color: #D96A11;
}
</style>
border-color css
<style>
span { border-color: #D96A11; }
span { border-color: rgb(217,106,17); }
td.TdClassName
{
border-color: #D96A11;
}
.TagClassName
{
border-color: #D96A11;
}
</style>