Shades of Chocolate #DC610D
Tints of Chocolate #DC610D
RGB
CMYK
RGB Variations
Color information
#DC610D (or 0xDC610D) is known color: Chocolate. HEX triplet: DC, 61 and 0D. RGB value is (220,97,13). Sum of RGB (Red+Green+Blue) = 220+97+13=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC610D is #239EF2. Grayscale: #7C7C7C. Windows color (decimal): -2334451 or 877020. OLE color: 877020.
HSL color Cylindrical-coordinate representation of color #DC610D: hue angle of 24.35º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC610D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.14 |
| HSL | 24.35º | 0.89% | 0.46% | - |
| HSV(B) | 24.35º | 0.94% | 0.86% | - |
| XYZ | 33.86 | 23.79 | 3.19 | - |
| YUV | 124.2 | 65.25 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 13 | 0 | 0.56 | 0.94 | 0.14 | 24.35 | 0.89 | 0.46 |
| Hex | DC | 61 | D | 0 | 38 | 5E | E | 18 | 59 | 2E |
| Octal | 334 | 141 | 15 | 0 | 70 | 136 | 16 | 30 | 131 | 56 |
| Binary | 11011100 | 1100001 | 1101 | 0 | 111000 | 1011110 | 1110 | 11000 | 1011001 | 101110 |
Color Harmonies of #DC610D
Complementary color
Monochromatic Colors of #DC610D
Black with #DC610D
Text Example
Text Example
White with #DC610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC610D; }
p { color: rgb(220,97,13); }
H1.HeaderClassName
{
color: #DC610D;
}
.AnyTagClassName
{
color: #DC610D;
}
</style>
background-color css
<style>
a { background-color: #DC610D; }
a { background-color: rgb(220,97,13); }
div.DivClassName
{
background-color: #DC610D;
}
.BgClassName
{
background-color: #DC610D;
}
</style>
border-color css
<style>
span { border-color: #DC610D; }
span { border-color: rgb(220,97,13); }
td.TdClassName
{
border-color: #DC610D;
}
.TagClassName
{
border-color: #DC610D;
}
</style>