Shades of Chocolate #DC531A
Tints of Chocolate #DC531A
RGB
CMYK
RGB Variations
Color information
#DC531A (or 0xDC531A) is known color: Chocolate. HEX triplet: DC, 53 and 1A. RGB value is (220,83,26). Sum of RGB (Red+Green+Blue) = 220+83+26=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC531A is #23ACE5. Grayscale: #757575. Windows color (decimal): -2338022 or 1725404. OLE color: 1725404.
HSL color Cylindrical-coordinate representation of color #DC531A: hue angle of 17.63º 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 #DC531A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 26 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.14 |
| HSL | 17.63º | 0.79% | 0.48% | - |
| HSV(B) | 17.63º | 0.88% | 0.86% | - |
| XYZ | 32.79 | 21.48 | 3.39 | - |
| YUV | 117.47 | 76.39 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 26 | 0 | 0.62 | 0.88 | 0.14 | 17.63 | 0.79 | 0.48 |
| Hex | DC | 53 | 1A | 0 | 3E | 58 | E | 12 | 4F | 30 |
| Octal | 334 | 123 | 32 | 0 | 76 | 130 | 16 | 22 | 117 | 60 |
| Binary | 11011100 | 1010011 | 11010 | 0 | 111110 | 1011000 | 1110 | 10010 | 1001111 | 110000 |
Color Harmonies of #DC531A
Complementary color
Monochromatic Colors of #DC531A
Black with #DC531A
Text Example
Text Example
White with #DC531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC531A; }
p { color: rgb(220,83,26); }
H1.HeaderClassName
{
color: #DC531A;
}
.AnyTagClassName
{
color: #DC531A;
}
</style>
background-color css
<style>
a { background-color: #DC531A; }
a { background-color: rgb(220,83,26); }
div.DivClassName
{
background-color: #DC531A;
}
.BgClassName
{
background-color: #DC531A;
}
</style>
border-color css
<style>
span { border-color: #DC531A; }
span { border-color: rgb(220,83,26); }
td.TdClassName
{
border-color: #DC531A;
}
.TagClassName
{
border-color: #DC531A;
}
</style>