Shades of Tango #DC7637
Tints of Tango #DC7637
RGB
CMYK
RGB Variations
Color information
#DC7637 (or 0xDC7637) is known color: Tango. HEX triplet: DC, 76 and 37. RGB value is (220,118,55). Sum of RGB (Red+Green+Blue) = 220+118+55=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7637 is #2389C8. Grayscale: #8D8D8D. Windows color (decimal): -2329033 or 3634908. OLE color: 3634908.
HSL color Cylindrical-coordinate representation of color #DC7637: hue angle of 22.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC7637 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 55 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.14 |
| HSL | 22.91º | 0.7% | 0.54% | - |
| HSV(B) | 22.91º | 0.75% | 0.86% | - |
| XYZ | 36.68 | 28.45 | 7.17 | - |
| YUV | 141.32 | 79.29 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 55 | 0 | 0.46 | 0.75 | 0.14 | 22.91 | 0.7 | 0.54 |
| Hex | DC | 76 | 37 | 0 | 2E | 4B | E | 17 | 46 | 36 |
| Octal | 334 | 166 | 67 | 0 | 56 | 113 | 16 | 27 | 106 | 66 |
| Binary | 11011100 | 1110110 | 110111 | 0 | 101110 | 1001011 | 1110 | 10111 | 1000110 | 110110 |
Color Harmonies of #DC7637
Complementary color
Monochromatic Colors of #DC7637
Black with #DC7637
Text Example
Text Example
White with #DC7637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7637; }
p { color: rgb(220,118,55); }
H1.HeaderClassName
{
color: #DC7637;
}
.AnyTagClassName
{
color: #DC7637;
}
</style>
background-color css
<style>
a { background-color: #DC7637; }
a { background-color: rgb(220,118,55); }
div.DivClassName
{
background-color: #DC7637;
}
.BgClassName
{
background-color: #DC7637;
}
</style>
border-color css
<style>
span { border-color: #DC7637; }
span { border-color: rgb(220,118,55); }
td.TdClassName
{
border-color: #DC7637;
}
.TagClassName
{
border-color: #DC7637;
}
</style>