Shades of Chocolate #DC620E
Tints of Chocolate #DC620E
RGB
CMYK
RGB Variations
Color information
#DC620E (or 0xDC620E) is known color: Chocolate. HEX triplet: DC, 62 and 0E. RGB value is (220,98,14). Sum of RGB (Red+Green+Blue) = 220+98+14=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC620E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC620E is #239DF1. Grayscale: #7D7D7D. Windows color (decimal): -2334194 or 942812. OLE color: 942812.
HSL color Cylindrical-coordinate representation of color #DC620E: hue angle of 24.47º degrees, saturation: 0.88, 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 #DC620E is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 14 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.14 |
| HSL | 24.47º | 0.88% | 0.46% | - |
| HSV(B) | 24.47º | 0.94% | 0.86% | - |
| XYZ | 33.96 | 23.98 | 3.25 | - |
| YUV | 124.9 | 65.42 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 14 | 0 | 0.55 | 0.94 | 0.14 | 24.47 | 0.88 | 0.46 |
| Hex | DC | 62 | E | 0 | 37 | 5E | E | 18 | 58 | 2E |
| Octal | 334 | 142 | 16 | 0 | 67 | 136 | 16 | 30 | 130 | 56 |
| Binary | 11011100 | 1100010 | 1110 | 0 | 110111 | 1011110 | 1110 | 11000 | 1011000 | 101110 |
Color Harmonies of #DC620E
Complementary color
Monochromatic Colors of #DC620E
Black with #DC620E
Text Example
Text Example
White with #DC620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC620E; }
p { color: rgb(220,98,14); }
H1.HeaderClassName
{
color: #DC620E;
}
.AnyTagClassName
{
color: #DC620E;
}
</style>
background-color css
<style>
a { background-color: #DC620E; }
a { background-color: rgb(220,98,14); }
div.DivClassName
{
background-color: #DC620E;
}
.BgClassName
{
background-color: #DC620E;
}
</style>
border-color css
<style>
span { border-color: #DC620E; }
span { border-color: rgb(220,98,14); }
td.TdClassName
{
border-color: #DC620E;
}
.TagClassName
{
border-color: #DC620E;
}
</style>