Shades of Chocolate #DC631C
Tints of Chocolate #DC631C
RGB
CMYK
RGB Variations
Color information
#DC631C (or 0xDC631C) is known color: Chocolate. HEX triplet: DC, 63 and 1C. RGB value is (220,99,28). Sum of RGB (Red+Green+Blue) = 220+99+28=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC631C is #239CE3. Grayscale: #7F7F7F. Windows color (decimal): -2333924 or 1860572. OLE color: 1860572.
HSL color Cylindrical-coordinate representation of color #DC631C: hue angle of 22.19º 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 #DC631C is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 28 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.14 |
| HSL | 22.19º | 0.77% | 0.49% | - |
| HSV(B) | 22.19º | 0.87% | 0.86% | - |
| XYZ | 34.19 | 24.22 | 3.97 | - |
| YUV | 127.09 | 72.09 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 28 | 0 | 0.55 | 0.87 | 0.14 | 22.19 | 0.77 | 0.49 |
| Hex | DC | 63 | 1C | 0 | 37 | 57 | E | 16 | 4D | 31 |
| Octal | 334 | 143 | 34 | 0 | 67 | 127 | 16 | 26 | 115 | 61 |
| Binary | 11011100 | 1100011 | 11100 | 0 | 110111 | 1010111 | 1110 | 10110 | 1001101 | 110001 |
Color Harmonies of #DC631C
Complementary color
Monochromatic Colors of #DC631C
Black with #DC631C
Text Example
Text Example
White with #DC631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC631C; }
p { color: rgb(220,99,28); }
H1.HeaderClassName
{
color: #DC631C;
}
.AnyTagClassName
{
color: #DC631C;
}
</style>
background-color css
<style>
a { background-color: #DC631C; }
a { background-color: rgb(220,99,28); }
div.DivClassName
{
background-color: #DC631C;
}
.BgClassName
{
background-color: #DC631C;
}
</style>
border-color css
<style>
span { border-color: #DC631C; }
span { border-color: rgb(220,99,28); }
td.TdClassName
{
border-color: #DC631C;
}
.TagClassName
{
border-color: #DC631C;
}
</style>