Shades of Chocolate #D96711
Tints of Chocolate #D96711
RGB
CMYK
RGB Variations
Color information
#D96711 (or 0xD96711) is known color: Chocolate. HEX triplet: D9, 67 and 11. RGB value is (217,103,17). Sum of RGB (Red+Green+Blue) = 217+103+17=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D96711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96711 is #2698EE. Grayscale: #7F7F7F. Windows color (decimal): -2529519 or 1140697. OLE color: 1140697.
HSL color Cylindrical-coordinate representation of color #D96711: hue angle of 25.8º 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 #D96711 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.15 |
| HSL | 25.8º | 0.85% | 0.46% | - |
| HSV(B) | 25.8º | 0.92% | 0.85% | - |
| XYZ | 33.57 | 24.49 | 3.49 | - |
| YUV | 127.28 | 65.77 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 17 | 0 | 0.53 | 0.92 | 0.15 | 25.8 | 0.85 | 0.46 |
| Hex | D9 | 67 | 11 | 0 | 35 | 5C | F | 1A | 55 | 2E |
| Octal | 331 | 147 | 21 | 0 | 65 | 134 | 17 | 32 | 125 | 56 |
| Binary | 11011001 | 1100111 | 10001 | 0 | 110101 | 1011100 | 1111 | 11010 | 1010101 | 101110 |
Color Harmonies of #D96711
Complementary color
Monochromatic Colors of #D96711
Black with #D96711
Text Example
Text Example
White with #D96711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96711; }
p { color: rgb(217,103,17); }
H1.HeaderClassName
{
color: #D96711;
}
.AnyTagClassName
{
color: #D96711;
}
</style>
background-color css
<style>
a { background-color: #D96711; }
a { background-color: rgb(217,103,17); }
div.DivClassName
{
background-color: #D96711;
}
.BgClassName
{
background-color: #D96711;
}
</style>
border-color css
<style>
span { border-color: #D96711; }
span { border-color: rgb(217,103,17); }
td.TdClassName
{
border-color: #D96711;
}
.TagClassName
{
border-color: #D96711;
}
</style>