Shades of Chocolate #D55715
Tints of Chocolate #D55715
RGB
CMYK
RGB Variations
Color information
#D55715 (or 0xD55715) is known color: Chocolate. HEX triplet: D5, 57 and 15. RGB value is (213,87,21). Sum of RGB (Red+Green+Blue) = 213+87+21=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D55715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55715 is #2AA8EA. Grayscale: #757575. Windows color (decimal): -2795755 or 1398741. OLE color: 1398741.
HSL color Cylindrical-coordinate representation of color #D55715: hue angle of 20.62º 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 #D55715 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 21 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.16 |
| HSL | 20.63º | 0.82% | 0.46% | - |
| HSV(B) | 20.63º | 0.9% | 0.84% | - |
| XYZ | 30.98 | 21.02 | 3.13 | - |
| YUV | 117.15 | 73.74 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 21 | 0 | 0.59 | 0.90 | 0.16 | 20.63 | 0.82 | 0.46 |
| Hex | D5 | 57 | 15 | 0 | 3B | 5A | 10 | 15 | 52 | 2E |
| Octal | 325 | 127 | 25 | 0 | 73 | 132 | 20 | 25 | 122 | 56 |
| Binary | 11010101 | 1010111 | 10101 | 0 | 111011 | 1011010 | 10000 | 10101 | 1010010 | 101110 |
Color Harmonies of #D55715
Complementary color
Monochromatic Colors of #D55715
Black with #D55715
Text Example
Text Example
White with #D55715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55715; }
p { color: rgb(213,87,21); }
H1.HeaderClassName
{
color: #D55715;
}
.AnyTagClassName
{
color: #D55715;
}
</style>
background-color css
<style>
a { background-color: #D55715; }
a { background-color: rgb(213,87,21); }
div.DivClassName
{
background-color: #D55715;
}
.BgClassName
{
background-color: #D55715;
}
</style>
border-color css
<style>
span { border-color: #D55715; }
span { border-color: rgb(213,87,21); }
td.TdClassName
{
border-color: #D55715;
}
.TagClassName
{
border-color: #D55715;
}
</style>