Shades of Chocolate #D55915
Tints of Chocolate #D55915
RGB
CMYK
RGB Variations
Color information
#D55915 (or 0xD55915) is known color: Chocolate. HEX triplet: D5, 59 and 15. RGB value is (213,89,21). Sum of RGB (Red+Green+Blue) = 213+89+21=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D55915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55915 is #2AA6EA. Grayscale: #767676. Windows color (decimal): -2795243 or 1399253. OLE color: 1399253.
HSL color Cylindrical-coordinate representation of color #D55915: hue angle of 21.25º 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 #D55915 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 21 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.16 |
| HSL | 21.25º | 0.82% | 0.46% | - |
| HSV(B) | 21.25º | 0.9% | 0.84% | - |
| XYZ | 31.15 | 21.35 | 3.19 | - |
| YUV | 118.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 21 | 0 | 0.58 | 0.90 | 0.16 | 21.25 | 0.82 | 0.46 |
| Hex | D5 | 59 | 15 | 0 | 3A | 5A | 10 | 15 | 52 | 2E |
| Octal | 325 | 131 | 25 | 0 | 72 | 132 | 20 | 25 | 122 | 56 |
| Binary | 11010101 | 1011001 | 10101 | 0 | 111010 | 1011010 | 10000 | 10101 | 1010010 | 101110 |
Color Harmonies of #D55915
Complementary color
Monochromatic Colors of #D55915
Black with #D55915
Text Example
Text Example
White with #D55915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55915; }
p { color: rgb(213,89,21); }
H1.HeaderClassName
{
color: #D55915;
}
.AnyTagClassName
{
color: #D55915;
}
</style>
background-color css
<style>
a { background-color: #D55915; }
a { background-color: rgb(213,89,21); }
div.DivClassName
{
background-color: #D55915;
}
.BgClassName
{
background-color: #D55915;
}
</style>
border-color css
<style>
span { border-color: #D55915; }
span { border-color: rgb(213,89,21); }
td.TdClassName
{
border-color: #D55915;
}
.TagClassName
{
border-color: #D55915;
}
</style>