Shades of Chocolate #DC621E
Tints of Chocolate #DC621E
RGB
CMYK
RGB Variations
Color information
#DC621E (or 0xDC621E) is known color: Chocolate. HEX triplet: DC, 62 and 1E. RGB value is (220,98,30). Sum of RGB (Red+Green+Blue) = 220+98+30=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC621E is #239DE1. Grayscale: #7F7F7F. Windows color (decimal): -2334178 or 1991388. OLE color: 1991388.
HSL color Cylindrical-coordinate representation of color #DC621E: hue angle of 21.47º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC621E is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 30 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.14 |
| HSL | 21.47º | 0.76% | 0.49% | - |
| HSV(B) | 21.47º | 0.86% | 0.86% | - |
| XYZ | 34.12 | 24.04 | 4.07 | - |
| YUV | 126.73 | 73.42 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 30 | 0 | 0.55 | 0.86 | 0.14 | 21.47 | 0.76 | 0.49 |
| Hex | DC | 62 | 1E | 0 | 37 | 56 | E | 15 | 4C | 31 |
| Octal | 334 | 142 | 36 | 0 | 67 | 126 | 16 | 25 | 114 | 61 |
| Binary | 11011100 | 1100010 | 11110 | 0 | 110111 | 1010110 | 1110 | 10101 | 1001100 | 110001 |
Color Harmonies of #DC621E
Complementary color
Monochromatic Colors of #DC621E
Black with #DC621E
Text Example
Text Example
White with #DC621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC621E; }
p { color: rgb(220,98,30); }
H1.HeaderClassName
{
color: #DC621E;
}
.AnyTagClassName
{
color: #DC621E;
}
</style>
background-color css
<style>
a { background-color: #DC621E; }
a { background-color: rgb(220,98,30); }
div.DivClassName
{
background-color: #DC621E;
}
.BgClassName
{
background-color: #DC621E;
}
</style>
border-color css
<style>
span { border-color: #DC621E; }
span { border-color: rgb(220,98,30); }
td.TdClassName
{
border-color: #DC621E;
}
.TagClassName
{
border-color: #DC621E;
}
</style>