Shades of Chocolate #D97416
Tints of Chocolate #D97416
RGB
CMYK
RGB Variations
Color information
#D97416 (or 0xD97416) is known color: Chocolate. HEX triplet: D9, 74 and 16. RGB value is (217,116,22). Sum of RGB (Red+Green+Blue) = 217+116+22=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D97416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97416 is #268BE9. Grayscale: #878787. Windows color (decimal): -2526186 or 1471705. OLE color: 1471705.
HSL color Cylindrical-coordinate representation of color #D97416: hue angle of 28.92º 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 #D97416 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 22 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.15 |
| HSL | 28.92º | 0.82% | 0.47% | - |
| HSV(B) | 28.92º | 0.9% | 0.85% | - |
| XYZ | 35.01 | 27.3 | 4.18 | - |
| YUV | 135.48 | 63.96 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 22 | 0 | 0.47 | 0.90 | 0.15 | 28.92 | 0.82 | 0.47 |
| Hex | D9 | 74 | 16 | 0 | 2F | 5A | F | 1D | 52 | 2F |
| Octal | 331 | 164 | 26 | 0 | 57 | 132 | 17 | 35 | 122 | 57 |
| Binary | 11011001 | 1110100 | 10110 | 0 | 101111 | 1011010 | 1111 | 11101 | 1010010 | 101111 |
Color Harmonies of #D97416
Complementary color
Monochromatic Colors of #D97416
Black with #D97416
Text Example
Text Example
White with #D97416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97416; }
p { color: rgb(217,116,22); }
H1.HeaderClassName
{
color: #D97416;
}
.AnyTagClassName
{
color: #D97416;
}
</style>
background-color css
<style>
a { background-color: #D97416; }
a { background-color: rgb(217,116,22); }
div.DivClassName
{
background-color: #D97416;
}
.BgClassName
{
background-color: #D97416;
}
</style>
border-color css
<style>
span { border-color: #D97416; }
span { border-color: rgb(217,116,22); }
td.TdClassName
{
border-color: #D97416;
}
.TagClassName
{
border-color: #D97416;
}
</style>