Shades of Chocolate #D55D16
Tints of Chocolate #D55D16
RGB
CMYK
RGB Variations
Color information
#D55D16 (or 0xD55D16) is known color: Chocolate. HEX triplet: D5, 5D and 16. RGB value is (213,93,22). Sum of RGB (Red+Green+Blue) = 213+93+22=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55D16 is #2AA2E9. Grayscale: #797979. Windows color (decimal): -2794218 or 1465813. OLE color: 1465813.
HSL color Cylindrical-coordinate representation of color #D55D16: hue angle of 22.3º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D55D16 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 22 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.16 |
| HSL | 22.3º | 0.81% | 0.46% | - |
| HSV(B) | 22.3º | 0.9% | 0.84% | - |
| XYZ | 31.5 | 22.03 | 3.35 | - |
| YUV | 120.79 | 72.26 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 22 | 0 | 0.56 | 0.90 | 0.16 | 22.3 | 0.81 | 0.46 |
| Hex | D5 | 5D | 16 | 0 | 38 | 5A | 10 | 16 | 51 | 2E |
| Octal | 325 | 135 | 26 | 0 | 70 | 132 | 20 | 26 | 121 | 56 |
| Binary | 11010101 | 1011101 | 10110 | 0 | 111000 | 1011010 | 10000 | 10110 | 1010001 | 101110 |
Color Harmonies of #D55D16
Complementary color
Monochromatic Colors of #D55D16
Black with #D55D16
Text Example
Text Example
White with #D55D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D16; }
p { color: rgb(213,93,22); }
H1.HeaderClassName
{
color: #D55D16;
}
.AnyTagClassName
{
color: #D55D16;
}
</style>
background-color css
<style>
a { background-color: #D55D16; }
a { background-color: rgb(213,93,22); }
div.DivClassName
{
background-color: #D55D16;
}
.BgClassName
{
background-color: #D55D16;
}
</style>
border-color css
<style>
span { border-color: #D55D16; }
span { border-color: rgb(213,93,22); }
td.TdClassName
{
border-color: #D55D16;
}
.TagClassName
{
border-color: #D55D16;
}
</style>