Shades of Chocolate #D96910
Tints of Chocolate #D96910
RGB
CMYK
RGB Variations
Color information
#D96910 (or 0xD96910) is known color: Chocolate. HEX triplet: D9, 69 and 10. RGB value is (217,105,16). Sum of RGB (Red+Green+Blue) = 217+105+16=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D96910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96910 is #2696EF. Grayscale: #808080. Windows color (decimal): -2529008 or 1075673. OLE color: 1075673.
HSL color Cylindrical-coordinate representation of color #D96910: hue angle of 26.57º 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 #D96910 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 16 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.15 |
| HSL | 26.57º | 0.86% | 0.46% | - |
| HSV(B) | 26.57º | 0.93% | 0.85% | - |
| XYZ | 33.76 | 24.89 | 3.52 | - |
| YUV | 128.34 | 64.61 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 16 | 0 | 0.52 | 0.93 | 0.15 | 26.57 | 0.86 | 0.46 |
| Hex | D9 | 69 | 10 | 0 | 34 | 5D | F | 1B | 56 | 2E |
| Octal | 331 | 151 | 20 | 0 | 64 | 135 | 17 | 33 | 126 | 56 |
| Binary | 11011001 | 1101001 | 10000 | 0 | 110100 | 1011101 | 1111 | 11011 | 1010110 | 101110 |
Color Harmonies of #D96910
Complementary color
Monochromatic Colors of #D96910
Black with #D96910
Text Example
Text Example
White with #D96910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96910; }
p { color: rgb(217,105,16); }
H1.HeaderClassName
{
color: #D96910;
}
.AnyTagClassName
{
color: #D96910;
}
</style>
background-color css
<style>
a { background-color: #D96910; }
a { background-color: rgb(217,105,16); }
div.DivClassName
{
background-color: #D96910;
}
.BgClassName
{
background-color: #D96910;
}
</style>
border-color css
<style>
span { border-color: #D96910; }
span { border-color: rgb(217,105,16); }
td.TdClassName
{
border-color: #D96910;
}
.TagClassName
{
border-color: #D96910;
}
</style>