Shades of Chocolate #DC5615
Tints of Chocolate #DC5615
RGB
CMYK
RGB Variations
Color information
#DC5615 (or 0xDC5615) is known color: Chocolate. HEX triplet: DC, 56 and 15. RGB value is (220,86,21). Sum of RGB (Red+Green+Blue) = 220+86+21=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5615 is #23A9EA. Grayscale: #777777. Windows color (decimal): -2337259 or 1398492. OLE color: 1398492.
HSL color Cylindrical-coordinate representation of color #DC5615: hue angle of 19.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC5615 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 21 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.14 |
| HSL | 19.6º | 0.83% | 0.47% | - |
| HSV(B) | 19.6º | 0.9% | 0.86% | - |
| XYZ | 32.98 | 21.93 | 3.2 | - |
| YUV | 118.66 | 72.89 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 21 | 0 | 0.61 | 0.90 | 0.14 | 19.6 | 0.83 | 0.47 |
| Hex | DC | 56 | 15 | 0 | 3D | 5A | E | 14 | 53 | 2F |
| Octal | 334 | 126 | 25 | 0 | 75 | 132 | 16 | 24 | 123 | 57 |
| Binary | 11011100 | 1010110 | 10101 | 0 | 111101 | 1011010 | 1110 | 10100 | 1010011 | 101111 |
Color Harmonies of #DC5615
Complementary color
Monochromatic Colors of #DC5615
Black with #DC5615
Text Example
Text Example
White with #DC5615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5615; }
p { color: rgb(220,86,21); }
H1.HeaderClassName
{
color: #DC5615;
}
.AnyTagClassName
{
color: #DC5615;
}
</style>
background-color css
<style>
a { background-color: #DC5615; }
a { background-color: rgb(220,86,21); }
div.DivClassName
{
background-color: #DC5615;
}
.BgClassName
{
background-color: #DC5615;
}
</style>
border-color css
<style>
span { border-color: #DC5615; }
span { border-color: rgb(220,86,21); }
td.TdClassName
{
border-color: #DC5615;
}
.TagClassName
{
border-color: #DC5615;
}
</style>