Shades of Chocolate #D15615
Tints of Chocolate #D15615
RGB
CMYK
RGB Variations
Color information
#D15615 (or 0xD15615) is known color: Chocolate. HEX triplet: D1, 56 and 15. RGB value is (209,86,21). Sum of RGB (Red+Green+Blue) = 209+86+21=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D15615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15615 is #2EA9EA. Grayscale: #737373. Windows color (decimal): -3058155 or 1398481. OLE color: 1398481.
HSL color Cylindrical-coordinate representation of color #D15615: hue angle of 20.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D15615 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 21 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.18 |
| HSL | 20.74º | 0.82% | 0.45% | - |
| HSV(B) | 20.74º | 0.9% | 0.82% | - |
| XYZ | 29.76 | 20.27 | 3.05 | - |
| YUV | 115.37 | 74.75 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 21 | 0 | 0.59 | 0.90 | 0.18 | 20.74 | 0.82 | 0.45 |
| Hex | D1 | 56 | 15 | 0 | 3B | 5A | 12 | 15 | 52 | 2D |
| Octal | 321 | 126 | 25 | 0 | 73 | 132 | 22 | 25 | 122 | 55 |
| Binary | 11010001 | 1010110 | 10101 | 0 | 111011 | 1011010 | 10010 | 10101 | 1010010 | 101101 |
Color Harmonies of #D15615
Complementary color
Monochromatic Colors of #D15615
Black with #D15615
Text Example
Text Example
White with #D15615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15615; }
p { color: rgb(209,86,21); }
H1.HeaderClassName
{
color: #D15615;
}
.AnyTagClassName
{
color: #D15615;
}
</style>
background-color css
<style>
a { background-color: #D15615; }
a { background-color: rgb(209,86,21); }
div.DivClassName
{
background-color: #D15615;
}
.BgClassName
{
background-color: #D15615;
}
</style>
border-color css
<style>
span { border-color: #D15615; }
span { border-color: rgb(209,86,21); }
td.TdClassName
{
border-color: #D15615;
}
.TagClassName
{
border-color: #D15615;
}
</style>