Shades of Chocolate #DC631F
Tints of Chocolate #DC631F
RGB
CMYK
RGB Variations
Color information
#DC631F (or 0xDC631F) is known color: Chocolate. HEX triplet: DC, 63 and 1F. RGB value is (220,99,31). Sum of RGB (Red+Green+Blue) = 220+99+31=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC631F is #239CE0. Grayscale: #7F7F7F. Windows color (decimal): -2333921 or 2057180. OLE color: 2057180.
HSL color Cylindrical-coordinate representation of color #DC631F: hue angle of 21.59º degrees, saturation: 0.75, 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 #DC631F is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 31 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.14 |
| HSL | 21.59º | 0.75% | 0.49% | - |
| HSV(B) | 21.59º | 0.86% | 0.86% | - |
| XYZ | 34.22 | 24.24 | 4.17 | - |
| YUV | 127.43 | 73.59 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 31 | 0 | 0.55 | 0.86 | 0.14 | 21.59 | 0.75 | 0.49 |
| Hex | DC | 63 | 1F | 0 | 37 | 56 | E | 16 | 4B | 31 |
| Octal | 334 | 143 | 37 | 0 | 67 | 126 | 16 | 26 | 113 | 61 |
| Binary | 11011100 | 1100011 | 11111 | 0 | 110111 | 1010110 | 1110 | 10110 | 1001011 | 110001 |
Color Harmonies of #DC631F
Complementary color
Monochromatic Colors of #DC631F
Black with #DC631F
Text Example
Text Example
White with #DC631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC631F; }
p { color: rgb(220,99,31); }
H1.HeaderClassName
{
color: #DC631F;
}
.AnyTagClassName
{
color: #DC631F;
}
</style>
background-color css
<style>
a { background-color: #DC631F; }
a { background-color: rgb(220,99,31); }
div.DivClassName
{
background-color: #DC631F;
}
.BgClassName
{
background-color: #DC631F;
}
</style>
border-color css
<style>
span { border-color: #DC631F; }
span { border-color: rgb(220,99,31); }
td.TdClassName
{
border-color: #DC631F;
}
.TagClassName
{
border-color: #DC631F;
}
</style>