Shades of Chocolate #DC621C
Tints of Chocolate #DC621C
RGB
CMYK
RGB Variations
Color information
#DC621C (or 0xDC621C) is known color: Chocolate. HEX triplet: DC, 62 and 1C. RGB value is (220,98,28). Sum of RGB (Red+Green+Blue) = 220+98+28=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC621C is #239DE3. Grayscale: #7E7E7E. Windows color (decimal): -2334180 or 1860316. OLE color: 1860316.
HSL color Cylindrical-coordinate representation of color #DC621C: hue angle of 21.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC621C is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 28 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.14 |
| HSL | 21.88º | 0.77% | 0.49% | - |
| HSV(B) | 21.88º | 0.87% | 0.86% | - |
| XYZ | 34.09 | 24.03 | 3.94 | - |
| YUV | 126.5 | 72.42 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 28 | 0 | 0.55 | 0.87 | 0.14 | 21.88 | 0.77 | 0.49 |
| Hex | DC | 62 | 1C | 0 | 37 | 57 | E | 16 | 4D | 31 |
| Octal | 334 | 142 | 34 | 0 | 67 | 127 | 16 | 26 | 115 | 61 |
| Binary | 11011100 | 1100010 | 11100 | 0 | 110111 | 1010111 | 1110 | 10110 | 1001101 | 110001 |
Color Harmonies of #DC621C
Complementary color
Monochromatic Colors of #DC621C
Black with #DC621C
Text Example
Text Example
White with #DC621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC621C; }
p { color: rgb(220,98,28); }
H1.HeaderClassName
{
color: #DC621C;
}
.AnyTagClassName
{
color: #DC621C;
}
</style>
background-color css
<style>
a { background-color: #DC621C; }
a { background-color: rgb(220,98,28); }
div.DivClassName
{
background-color: #DC621C;
}
.BgClassName
{
background-color: #DC621C;
}
</style>
border-color css
<style>
span { border-color: #DC621C; }
span { border-color: rgb(220,98,28); }
td.TdClassName
{
border-color: #DC621C;
}
.TagClassName
{
border-color: #DC621C;
}
</style>