Shades of Chocolate #DC581D
Tints of Chocolate #DC581D
RGB
CMYK
RGB Variations
Color information
#DC581D (or 0xDC581D) is known color: Chocolate. HEX triplet: DC, 58 and 1D. RGB value is (220,88,29). Sum of RGB (Red+Green+Blue) = 220+88+29=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC581D is #23A7E2. Grayscale: #797979. Windows color (decimal): -2336739 or 1923292. OLE color: 1923292.
HSL color Cylindrical-coordinate representation of color #DC581D: hue angle of 18.53º 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 #DC581D is Cyan = 0, Magento = 0.6, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 29 | - |
| CMYK | 0 | 0.6 | 0.87 | 0.14 |
| HSL | 18.53º | 0.77% | 0.49% | - |
| HSV(B) | 18.53º | 0.87% | 0.86% | - |
| XYZ | 33.23 | 22.28 | 3.71 | - |
| YUV | 120.74 | 76.23 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 29 | 0 | 0.6 | 0.87 | 0.14 | 18.53 | 0.77 | 0.49 |
| Hex | DC | 58 | 1D | 0 | 3C | 57 | E | 13 | 4D | 31 |
| Octal | 334 | 130 | 35 | 0 | 74 | 127 | 16 | 23 | 115 | 61 |
| Binary | 11011100 | 1011000 | 11101 | 0 | 111100 | 1010111 | 1110 | 10011 | 1001101 | 110001 |
Color Harmonies of #DC581D
Complementary color
Monochromatic Colors of #DC581D
Black with #DC581D
Text Example
Text Example
White with #DC581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC581D; }
p { color: rgb(220,88,29); }
H1.HeaderClassName
{
color: #DC581D;
}
.AnyTagClassName
{
color: #DC581D;
}
</style>
background-color css
<style>
a { background-color: #DC581D; }
a { background-color: rgb(220,88,29); }
div.DivClassName
{
background-color: #DC581D;
}
.BgClassName
{
background-color: #DC581D;
}
</style>
border-color css
<style>
span { border-color: #DC581D; }
span { border-color: rgb(220,88,29); }
td.TdClassName
{
border-color: #DC581D;
}
.TagClassName
{
border-color: #DC581D;
}
</style>