Shades of Chocolate #DC581F
Tints of Chocolate #DC581F
RGB
CMYK
RGB Variations
Color information
#DC581F (or 0xDC581F) is known color: Chocolate. HEX triplet: DC, 58 and 1F. RGB value is (220,88,31). Sum of RGB (Red+Green+Blue) = 220+88+31=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC581F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC581F is #23A7E0. Grayscale: #797979. Windows color (decimal): -2336737 or 2054364. OLE color: 2054364.
HSL color Cylindrical-coordinate representation of color #DC581F: hue angle of 18.1º 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 #DC581F is Cyan = 0, Magento = 0.6, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 31 | - |
| CMYK | 0 | 0.6 | 0.86 | 0.14 |
| HSL | 18.1º | 0.75% | 0.49% | - |
| HSV(B) | 18.1º | 0.86% | 0.86% | - |
| XYZ | 33.25 | 22.29 | 3.85 | - |
| YUV | 120.97 | 77.23 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 31 | 0 | 0.6 | 0.86 | 0.14 | 18.1 | 0.75 | 0.49 |
| Hex | DC | 58 | 1F | 0 | 3C | 56 | E | 12 | 4B | 31 |
| Octal | 334 | 130 | 37 | 0 | 74 | 126 | 16 | 22 | 113 | 61 |
| Binary | 11011100 | 1011000 | 11111 | 0 | 111100 | 1010110 | 1110 | 10010 | 1001011 | 110001 |
Color Harmonies of #DC581F
Complementary color
Monochromatic Colors of #DC581F
Black with #DC581F
Text Example
Text Example
White with #DC581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC581F; }
p { color: rgb(220,88,31); }
H1.HeaderClassName
{
color: #DC581F;
}
.AnyTagClassName
{
color: #DC581F;
}
</style>
background-color css
<style>
a { background-color: #DC581F; }
a { background-color: rgb(220,88,31); }
div.DivClassName
{
background-color: #DC581F;
}
.BgClassName
{
background-color: #DC581F;
}
</style>
border-color css
<style>
span { border-color: #DC581F; }
span { border-color: rgb(220,88,31); }
td.TdClassName
{
border-color: #DC581F;
}
.TagClassName
{
border-color: #DC581F;
}
</style>