Shades of Chocolate #D55615
Tints of Chocolate #D55615
RGB
CMYK
RGB Variations
Color information
#D55615 (or 0xD55615) is known color: Chocolate. HEX triplet: D5, 56 and 15. RGB value is (213,86,21). Sum of RGB (Red+Green+Blue) = 213+86+21=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D55615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55615 is #2AA9EA. Grayscale: #747474. Windows color (decimal): -2796011 or 1398485. OLE color: 1398485.
HSL color Cylindrical-coordinate representation of color #D55615: hue angle of 20.31º 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 #D55615 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 21 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.16 |
| HSL | 20.31º | 0.82% | 0.46% | - |
| HSV(B) | 20.31º | 0.9% | 0.84% | - |
| XYZ | 30.9 | 20.86 | 3.11 | - |
| YUV | 116.56 | 74.08 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 21 | 0 | 0.60 | 0.90 | 0.16 | 20.31 | 0.82 | 0.46 |
| Hex | D5 | 56 | 15 | 0 | 3C | 5A | 10 | 14 | 52 | 2E |
| Octal | 325 | 126 | 25 | 0 | 74 | 132 | 20 | 24 | 122 | 56 |
| Binary | 11010101 | 1010110 | 10101 | 0 | 111100 | 1011010 | 10000 | 10100 | 1010010 | 101110 |
Color Harmonies of #D55615
Complementary color
Monochromatic Colors of #D55615
Black with #D55615
Text Example
Text Example
White with #D55615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55615; }
p { color: rgb(213,86,21); }
H1.HeaderClassName
{
color: #D55615;
}
.AnyTagClassName
{
color: #D55615;
}
</style>
background-color css
<style>
a { background-color: #D55615; }
a { background-color: rgb(213,86,21); }
div.DivClassName
{
background-color: #D55615;
}
.BgClassName
{
background-color: #D55615;
}
</style>
border-color css
<style>
span { border-color: #D55615; }
span { border-color: rgb(213,86,21); }
td.TdClassName
{
border-color: #D55615;
}
.TagClassName
{
border-color: #D55615;
}
</style>