Shades of Chocolate #D65617
Tints of Chocolate #D65617
RGB
CMYK
RGB Variations
Color information
#D65617 (or 0xD65617) is known color: Chocolate. HEX triplet: D6, 56 and 17. RGB value is (214,86,23). Sum of RGB (Red+Green+Blue) = 214+86+23=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D65617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65617 is #29A9E8. Grayscale: #757575. Windows color (decimal): -2730473 or 1529558. OLE color: 1529558.
HSL color Cylindrical-coordinate representation of color #D65617: hue angle of 19.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D65617 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 23 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.16 |
| HSL | 19.79º | 0.81% | 0.46% | - |
| HSV(B) | 19.79º | 0.89% | 0.84% | - |
| XYZ | 31.21 | 21.01 | 3.22 | - |
| YUV | 117.09 | 74.91 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 23 | 0 | 0.60 | 0.89 | 0.16 | 19.79 | 0.81 | 0.46 |
| Hex | D6 | 56 | 17 | 0 | 3C | 59 | 10 | 14 | 51 | 2E |
| Octal | 326 | 126 | 27 | 0 | 74 | 131 | 20 | 24 | 121 | 56 |
| Binary | 11010110 | 1010110 | 10111 | 0 | 111100 | 1011001 | 10000 | 10100 | 1010001 | 101110 |
Color Harmonies of #D65617
Complementary color
Monochromatic Colors of #D65617
Black with #D65617
Text Example
Text Example
White with #D65617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65617; }
p { color: rgb(214,86,23); }
H1.HeaderClassName
{
color: #D65617;
}
.AnyTagClassName
{
color: #D65617;
}
</style>
background-color css
<style>
a { background-color: #D65617; }
a { background-color: rgb(214,86,23); }
div.DivClassName
{
background-color: #D65617;
}
.BgClassName
{
background-color: #D65617;
}
</style>
border-color css
<style>
span { border-color: #D65617; }
span { border-color: rgb(214,86,23); }
td.TdClassName
{
border-color: #D65617;
}
.TagClassName
{
border-color: #D65617;
}
</style>