Shades of Chocolate #D55217
Tints of Chocolate #D55217
RGB
CMYK
RGB Variations
Color information
#D55217 (or 0xD55217) is known color: Chocolate. HEX triplet: D5, 52 and 17. RGB value is (213,82,23). Sum of RGB (Red+Green+Blue) = 213+82+23=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D55217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55217 is #2AADE8. Grayscale: #727272. Windows color (decimal): -2797033 or 1528533. OLE color: 1528533.
HSL color Cylindrical-coordinate representation of color #D55217: hue angle of 18.63º 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 #D55217 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 23 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.16 |
| HSL | 18.63º | 0.81% | 0.46% | - |
| HSV(B) | 18.63º | 0.89% | 0.84% | - |
| XYZ | 30.61 | 20.24 | 3.1 | - |
| YUV | 114.44 | 76.4 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 23 | 0 | 0.62 | 0.89 | 0.16 | 18.63 | 0.81 | 0.46 |
| Hex | D5 | 52 | 17 | 0 | 3E | 59 | 10 | 13 | 51 | 2E |
| Octal | 325 | 122 | 27 | 0 | 76 | 131 | 20 | 23 | 121 | 56 |
| Binary | 11010101 | 1010010 | 10111 | 0 | 111110 | 1011001 | 10000 | 10011 | 1010001 | 101110 |
Color Harmonies of #D55217
Complementary color
Monochromatic Colors of #D55217
Black with #D55217
Text Example
Text Example
White with #D55217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55217; }
p { color: rgb(213,82,23); }
H1.HeaderClassName
{
color: #D55217;
}
.AnyTagClassName
{
color: #D55217;
}
</style>
background-color css
<style>
a { background-color: #D55217; }
a { background-color: rgb(213,82,23); }
div.DivClassName
{
background-color: #D55217;
}
.BgClassName
{
background-color: #D55217;
}
</style>
border-color css
<style>
span { border-color: #D55217; }
span { border-color: rgb(213,82,23); }
td.TdClassName
{
border-color: #D55217;
}
.TagClassName
{
border-color: #D55217;
}
</style>