Shades of Chocolate #D96D10
Tints of Chocolate #D96D10
RGB
CMYK
RGB Variations
Color information
#D96D10 (or 0xD96D10) is known color: Chocolate. HEX triplet: D9, 6D and 10. RGB value is (217,109,16). Sum of RGB (Red+Green+Blue) = 217+109+16=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96D10 is #2692EF. Grayscale: #838383. Windows color (decimal): -2527984 or 1076697. OLE color: 1076697.
HSL color Cylindrical-coordinate representation of color #D96D10: hue angle of 27.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D96D10 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 109 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.15 |
| HSL | 27.76º | 0.86% | 0.46% | - |
| HSV(B) | 27.76º | 0.93% | 0.85% | - |
| XYZ | 34.18 | 25.73 | 3.65 | - |
| YUV | 130.69 | 63.28 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 16 | 0 | 0.50 | 0.93 | 0.15 | 27.76 | 0.86 | 0.46 |
| Hex | D9 | 6D | 10 | 0 | 32 | 5D | F | 1C | 56 | 2E |
| Octal | 331 | 155 | 20 | 0 | 62 | 135 | 17 | 34 | 126 | 56 |
| Binary | 11011001 | 1101101 | 10000 | 0 | 110010 | 1011101 | 1111 | 11100 | 1010110 | 101110 |
Color Harmonies of #D96D10
Complementary color
Monochromatic Colors of #D96D10
Black with #D96D10
Text Example
Text Example
White with #D96D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96D10; }
p { color: rgb(217,109,16); }
H1.HeaderClassName
{
color: #D96D10;
}
.AnyTagClassName
{
color: #D96D10;
}
</style>
background-color css
<style>
a { background-color: #D96D10; }
a { background-color: rgb(217,109,16); }
div.DivClassName
{
background-color: #D96D10;
}
.BgClassName
{
background-color: #D96D10;
}
</style>
border-color css
<style>
span { border-color: #D96D10; }
span { border-color: rgb(217,109,16); }
td.TdClassName
{
border-color: #D96D10;
}
.TagClassName
{
border-color: #D96D10;
}
</style>