Shades of Chocolate #D96B10
Tints of Chocolate #D96B10
RGB
CMYK
RGB Variations
Color information
#D96B10 (or 0xD96B10) is known color: Chocolate. HEX triplet: D9, 6B and 10. RGB value is (217,107,16). Sum of RGB (Red+Green+Blue) = 217+107+16=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96B10 is #2694EF. Grayscale: #818181. Windows color (decimal): -2528496 or 1076185. OLE color: 1076185.
HSL color Cylindrical-coordinate representation of color #D96B10: hue angle of 27.16º 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 #D96B10 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 16 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.15 |
| HSL | 27.16º | 0.86% | 0.46% | - |
| HSV(B) | 27.16º | 0.93% | 0.85% | - |
| XYZ | 33.97 | 25.3 | 3.58 | - |
| YUV | 129.52 | 63.94 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 16 | 0 | 0.51 | 0.93 | 0.15 | 27.16 | 0.86 | 0.46 |
| Hex | D9 | 6B | 10 | 0 | 33 | 5D | F | 1B | 56 | 2E |
| Octal | 331 | 153 | 20 | 0 | 63 | 135 | 17 | 33 | 126 | 56 |
| Binary | 11011001 | 1101011 | 10000 | 0 | 110011 | 1011101 | 1111 | 11011 | 1010110 | 101110 |
Color Harmonies of #D96B10
Complementary color
Monochromatic Colors of #D96B10
Black with #D96B10
Text Example
Text Example
White with #D96B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96B10; }
p { color: rgb(217,107,16); }
H1.HeaderClassName
{
color: #D96B10;
}
.AnyTagClassName
{
color: #D96B10;
}
</style>
background-color css
<style>
a { background-color: #D96B10; }
a { background-color: rgb(217,107,16); }
div.DivClassName
{
background-color: #D96B10;
}
.BgClassName
{
background-color: #D96B10;
}
</style>
border-color css
<style>
span { border-color: #D96B10; }
span { border-color: rgb(217,107,16); }
td.TdClassName
{
border-color: #D96B10;
}
.TagClassName
{
border-color: #D96B10;
}
</style>