Shades of Chocolate #D97215
Tints of Chocolate #D97215
RGB
CMYK
RGB Variations
Color information
#D97215 (or 0xD97215) is known color: Chocolate. HEX triplet: D9, 72 and 15. RGB value is (217,114,21). Sum of RGB (Red+Green+Blue) = 217+114+21=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D97215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97215 is #268DEA. Grayscale: #868686. Windows color (decimal): -2526699 or 1405657. OLE color: 1405657.
HSL color Cylindrical-coordinate representation of color #D97215: hue angle of 28.47º 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 #D97215 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 21 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.15 |
| HSL | 28.47º | 0.82% | 0.47% | - |
| HSV(B) | 28.47º | 0.9% | 0.85% | - |
| XYZ | 34.77 | 26.84 | 4.06 | - |
| YUV | 134.2 | 64.12 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 21 | 0 | 0.47 | 0.90 | 0.15 | 28.47 | 0.82 | 0.47 |
| Hex | D9 | 72 | 15 | 0 | 2F | 5A | F | 1C | 52 | 2F |
| Octal | 331 | 162 | 25 | 0 | 57 | 132 | 17 | 34 | 122 | 57 |
| Binary | 11011001 | 1110010 | 10101 | 0 | 101111 | 1011010 | 1111 | 11100 | 1010010 | 101111 |
Color Harmonies of #D97215
Complementary color
Monochromatic Colors of #D97215
Black with #D97215
Text Example
Text Example
White with #D97215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97215; }
p { color: rgb(217,114,21); }
H1.HeaderClassName
{
color: #D97215;
}
.AnyTagClassName
{
color: #D97215;
}
</style>
background-color css
<style>
a { background-color: #D97215; }
a { background-color: rgb(217,114,21); }
div.DivClassName
{
background-color: #D97215;
}
.BgClassName
{
background-color: #D97215;
}
</style>
border-color css
<style>
span { border-color: #D97215; }
span { border-color: rgb(217,114,21); }
td.TdClassName
{
border-color: #D97215;
}
.TagClassName
{
border-color: #D97215;
}
</style>