Shades of Chocolate #D55815
Tints of Chocolate #D55815
RGB
CMYK
RGB Variations
Color information
#D55815 (or 0xD55815) is known color: Chocolate. HEX triplet: D5, 58 and 15. RGB value is (213,88,21). Sum of RGB (Red+Green+Blue) = 213+88+21=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D55815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55815 is #2AA7EA. Grayscale: #767676. Windows color (decimal): -2795499 or 1398997. OLE color: 1398997.
HSL color Cylindrical-coordinate representation of color #D55815: hue angle of 20.94º degrees, saturation: 0.82, 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 #D55815 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 21 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.16 |
| HSL | 20.94º | 0.82% | 0.46% | - |
| HSV(B) | 20.94º | 0.9% | 0.84% | - |
| XYZ | 31.07 | 21.18 | 3.16 | - |
| YUV | 117.74 | 73.41 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 21 | 0 | 0.59 | 0.90 | 0.16 | 20.94 | 0.82 | 0.46 |
| Hex | D5 | 58 | 15 | 0 | 3B | 5A | 10 | 15 | 52 | 2E |
| Octal | 325 | 130 | 25 | 0 | 73 | 132 | 20 | 25 | 122 | 56 |
| Binary | 11010101 | 1011000 | 10101 | 0 | 111011 | 1011010 | 10000 | 10101 | 1010010 | 101110 |
Color Harmonies of #D55815
Complementary color
Monochromatic Colors of #D55815
Black with #D55815
Text Example
Text Example
White with #D55815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55815; }
p { color: rgb(213,88,21); }
H1.HeaderClassName
{
color: #D55815;
}
.AnyTagClassName
{
color: #D55815;
}
</style>
background-color css
<style>
a { background-color: #D55815; }
a { background-color: rgb(213,88,21); }
div.DivClassName
{
background-color: #D55815;
}
.BgClassName
{
background-color: #D55815;
}
</style>
border-color css
<style>
span { border-color: #D55815; }
span { border-color: rgb(213,88,21); }
td.TdClassName
{
border-color: #D55815;
}
.TagClassName
{
border-color: #D55815;
}
</style>