Shades of Chocolate #DC501C
Tints of Chocolate #DC501C
RGB
CMYK
RGB Variations
Color information
#DC501C (or 0xDC501C) is known color: Chocolate. HEX triplet: DC, 50 and 1C. RGB value is (220,80,28). Sum of RGB (Red+Green+Blue) = 220+80+28=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC501C is #23AFE3. Grayscale: #747474. Windows color (decimal): -2338788 or 1855708. OLE color: 1855708.
HSL color Cylindrical-coordinate representation of color #DC501C: hue angle of 16.25º 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 #DC501C is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 28 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.14 |
| HSL | 16.25º | 0.77% | 0.49% | - |
| HSV(B) | 16.25º | 0.87% | 0.86% | - |
| XYZ | 32.59 | 21.04 | 3.44 | - |
| YUV | 115.93 | 78.38 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 28 | 0 | 0.64 | 0.87 | 0.14 | 16.25 | 0.77 | 0.49 |
| Hex | DC | 50 | 1C | 0 | 40 | 57 | E | 10 | 4D | 31 |
| Octal | 334 | 120 | 34 | 0 | 100 | 127 | 16 | 20 | 115 | 61 |
| Binary | 11011100 | 1010000 | 11100 | 0 | 1000000 | 1010111 | 1110 | 10000 | 1001101 | 110001 |
Color Harmonies of #DC501C
Complementary color
Monochromatic Colors of #DC501C
Black with #DC501C
Text Example
Text Example
White with #DC501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC501C; }
p { color: rgb(220,80,28); }
H1.HeaderClassName
{
color: #DC501C;
}
.AnyTagClassName
{
color: #DC501C;
}
</style>
background-color css
<style>
a { background-color: #DC501C; }
a { background-color: rgb(220,80,28); }
div.DivClassName
{
background-color: #DC501C;
}
.BgClassName
{
background-color: #DC501C;
}
</style>
border-color css
<style>
span { border-color: #DC501C; }
span { border-color: rgb(220,80,28); }
td.TdClassName
{
border-color: #DC501C;
}
.TagClassName
{
border-color: #DC501C;
}
</style>