Shades of Chocolate #D55817
Tints of Chocolate #D55817
RGB
CMYK
RGB Variations
Color information
#D55817 (or 0xD55817) is known color: Chocolate. HEX triplet: D5, 58 and 17. RGB value is (213,88,23). Sum of RGB (Red+Green+Blue) = 213+88+23=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D55817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55817 is #2AA7E8. Grayscale: #767676. Windows color (decimal): -2795497 or 1530069. OLE color: 1530069.
HSL color Cylindrical-coordinate representation of color #D55817: hue angle of 20.53º 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 #D55817 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 23 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.16 |
| HSL | 20.53º | 0.81% | 0.46% | - |
| HSV(B) | 20.53º | 0.89% | 0.84% | - |
| XYZ | 31.08 | 21.19 | 3.26 | - |
| YUV | 117.97 | 74.41 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 23 | 0 | 0.59 | 0.89 | 0.16 | 20.53 | 0.81 | 0.46 |
| Hex | D5 | 58 | 17 | 0 | 3B | 59 | 10 | 15 | 51 | 2E |
| Octal | 325 | 130 | 27 | 0 | 73 | 131 | 20 | 25 | 121 | 56 |
| Binary | 11010101 | 1011000 | 10111 | 0 | 111011 | 1011001 | 10000 | 10101 | 1010001 | 101110 |
Color Harmonies of #D55817
Complementary color
Monochromatic Colors of #D55817
Black with #D55817
Text Example
Text Example
White with #D55817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55817; }
p { color: rgb(213,88,23); }
H1.HeaderClassName
{
color: #D55817;
}
.AnyTagClassName
{
color: #D55817;
}
</style>
background-color css
<style>
a { background-color: #D55817; }
a { background-color: rgb(213,88,23); }
div.DivClassName
{
background-color: #D55817;
}
.BgClassName
{
background-color: #D55817;
}
</style>
border-color css
<style>
span { border-color: #D55817; }
span { border-color: rgb(213,88,23); }
td.TdClassName
{
border-color: #D55817;
}
.TagClassName
{
border-color: #D55817;
}
</style>