Shades of Tango #DC7133
Tints of Tango #DC7133
RGB
CMYK
RGB Variations
Color information
#DC7133 (or 0xDC7133) is known color: Tango. HEX triplet: DC, 71 and 33. RGB value is (220,113,51). Sum of RGB (Red+Green+Blue) = 220+113+51=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7133 is #238ECC. Grayscale: #8A8A8A. Windows color (decimal): -2330317 or 3371484. OLE color: 3371484.
HSL color Cylindrical-coordinate representation of color #DC7133: hue angle of 22.01º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC7133 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 51 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.14 |
| HSL | 22.01º | 0.71% | 0.53% | - |
| HSV(B) | 22.01º | 0.77% | 0.86% | - |
| XYZ | 36.02 | 27.26 | 6.5 | - |
| YUV | 137.93 | 78.95 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 51 | 0 | 0.49 | 0.77 | 0.14 | 22.01 | 0.71 | 0.53 |
| Hex | DC | 71 | 33 | 0 | 31 | 4D | E | 16 | 47 | 35 |
| Octal | 334 | 161 | 63 | 0 | 61 | 115 | 16 | 26 | 107 | 65 |
| Binary | 11011100 | 1110001 | 110011 | 0 | 110001 | 1001101 | 1110 | 10110 | 1000111 | 110101 |
Color Harmonies of #DC7133
Complementary color
Monochromatic Colors of #DC7133
Black with #DC7133
Text Example
Text Example
White with #DC7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7133; }
p { color: rgb(220,113,51); }
H1.HeaderClassName
{
color: #DC7133;
}
.AnyTagClassName
{
color: #DC7133;
}
</style>
background-color css
<style>
a { background-color: #DC7133; }
a { background-color: rgb(220,113,51); }
div.DivClassName
{
background-color: #DC7133;
}
.BgClassName
{
background-color: #DC7133;
}
</style>
border-color css
<style>
span { border-color: #DC7133; }
span { border-color: rgb(220,113,51); }
td.TdClassName
{
border-color: #DC7133;
}
.TagClassName
{
border-color: #DC7133;
}
</style>