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