Shades of Chocolate #DC581A
Tints of Chocolate #DC581A
RGB
CMYK
RGB Variations
Color information
#DC581A (or 0xDC581A) is known color: Chocolate. HEX triplet: DC, 58 and 1A. RGB value is (220,88,26). Sum of RGB (Red+Green+Blue) = 220+88+26=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC581A is #23A7E5. Grayscale: #787878. Windows color (decimal): -2336742 or 1726684. OLE color: 1726684.
HSL color Cylindrical-coordinate representation of color #DC581A: hue angle of 19.18º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC581A is Cyan = 0, Magento = 0.6, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 26 | - |
| CMYK | 0 | 0.6 | 0.88 | 0.14 |
| HSL | 19.18º | 0.79% | 0.48% | - |
| HSV(B) | 19.18º | 0.88% | 0.86% | - |
| XYZ | 33.19 | 22.27 | 3.53 | - |
| YUV | 120.4 | 74.73 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 26 | 0 | 0.6 | 0.88 | 0.14 | 19.18 | 0.79 | 0.48 |
| Hex | DC | 58 | 1A | 0 | 3C | 58 | E | 13 | 4F | 30 |
| Octal | 334 | 130 | 32 | 0 | 74 | 130 | 16 | 23 | 117 | 60 |
| Binary | 11011100 | 1011000 | 11010 | 0 | 111100 | 1011000 | 1110 | 10011 | 1001111 | 110000 |
Color Harmonies of #DC581A
Complementary color
Monochromatic Colors of #DC581A
Black with #DC581A
Text Example
Text Example
White with #DC581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC581A; }
p { color: rgb(220,88,26); }
H1.HeaderClassName
{
color: #DC581A;
}
.AnyTagClassName
{
color: #DC581A;
}
</style>
background-color css
<style>
a { background-color: #DC581A; }
a { background-color: rgb(220,88,26); }
div.DivClassName
{
background-color: #DC581A;
}
.BgClassName
{
background-color: #DC581A;
}
</style>
border-color css
<style>
span { border-color: #DC581A; }
span { border-color: rgb(220,88,26); }
td.TdClassName
{
border-color: #DC581A;
}
.TagClassName
{
border-color: #DC581A;
}
</style>