Shades of Chocolate #DC5415
Tints of Chocolate #DC5415
RGB
CMYK
RGB Variations
Color information
#DC5415 (or 0xDC5415) is known color: Chocolate. HEX triplet: DC, 54 and 15. RGB value is (220,84,21). Sum of RGB (Red+Green+Blue) = 220+84+21=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5415 is #23ABEA. Grayscale: #757575. Windows color (decimal): -2337771 or 1397980. OLE color: 1397980.
HSL color Cylindrical-coordinate representation of color #DC5415: hue angle of 18.99º 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 #DC5415 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 21 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.14 |
| HSL | 18.99º | 0.83% | 0.47% | - |
| HSV(B) | 18.99º | 0.9% | 0.86% | - |
| XYZ | 32.82 | 21.61 | 3.15 | - |
| YUV | 117.48 | 73.56 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 21 | 0 | 0.62 | 0.90 | 0.14 | 18.99 | 0.83 | 0.47 |
| Hex | DC | 54 | 15 | 0 | 3E | 5A | E | 13 | 53 | 2F |
| Octal | 334 | 124 | 25 | 0 | 76 | 132 | 16 | 23 | 123 | 57 |
| Binary | 11011100 | 1010100 | 10101 | 0 | 111110 | 1011010 | 1110 | 10011 | 1010011 | 101111 |
Color Harmonies of #DC5415
Complementary color
Monochromatic Colors of #DC5415
Black with #DC5415
Text Example
Text Example
White with #DC5415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5415; }
p { color: rgb(220,84,21); }
H1.HeaderClassName
{
color: #DC5415;
}
.AnyTagClassName
{
color: #DC5415;
}
</style>
background-color css
<style>
a { background-color: #DC5415; }
a { background-color: rgb(220,84,21); }
div.DivClassName
{
background-color: #DC5415;
}
.BgClassName
{
background-color: #DC5415;
}
</style>
border-color css
<style>
span { border-color: #DC5415; }
span { border-color: rgb(220,84,21); }
td.TdClassName
{
border-color: #DC5415;
}
.TagClassName
{
border-color: #DC5415;
}
</style>