Shades of Chocolate #D96E16
Tints of Chocolate #D96E16
RGB
CMYK
RGB Variations
Color information
#D96E16 (or 0xD96E16) is known color: Chocolate. HEX triplet: D9, 6E and 16. RGB value is (217,110,22). Sum of RGB (Red+Green+Blue) = 217+110+22=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96E16 is #2691E9. Grayscale: #848484. Windows color (decimal): -2527722 or 1470169. OLE color: 1470169.
HSL color Cylindrical-coordinate representation of color #D96E16: hue angle of 27.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D96E16 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 22 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.15 |
| HSL | 27.08º | 0.82% | 0.47% | - |
| HSV(B) | 27.08º | 0.9% | 0.85% | - |
| XYZ | 34.34 | 25.96 | 3.96 | - |
| YUV | 131.96 | 65.95 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 22 | 0 | 0.49 | 0.90 | 0.15 | 27.08 | 0.82 | 0.47 |
| Hex | D9 | 6E | 16 | 0 | 31 | 5A | F | 1B | 52 | 2F |
| Octal | 331 | 156 | 26 | 0 | 61 | 132 | 17 | 33 | 122 | 57 |
| Binary | 11011001 | 1101110 | 10110 | 0 | 110001 | 1011010 | 1111 | 11011 | 1010010 | 101111 |
Color Harmonies of #D96E16
Complementary color
Monochromatic Colors of #D96E16
Black with #D96E16
Text Example
Text Example
White with #D96E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E16; }
p { color: rgb(217,110,22); }
H1.HeaderClassName
{
color: #D96E16;
}
.AnyTagClassName
{
color: #D96E16;
}
</style>
background-color css
<style>
a { background-color: #D96E16; }
a { background-color: rgb(217,110,22); }
div.DivClassName
{
background-color: #D96E16;
}
.BgClassName
{
background-color: #D96E16;
}
</style>
border-color css
<style>
span { border-color: #D96E16; }
span { border-color: rgb(217,110,22); }
td.TdClassName
{
border-color: #D96E16;
}
.TagClassName
{
border-color: #D96E16;
}
</style>