Shades of Mango Tango #DC7A00
Tints of Mango Tango #DC7A00
RGB
CMYK
RGB Variations
Color information
#DC7A00 (or 0xDC7A00) is known color: Mango Tango. HEX triplet: DC, 7A and 00. RGB value is (220,122,0). Sum of RGB (Red+Green+Blue) = 220+122+0=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7A00 is #2385FF. Grayscale: #898989. Windows color (decimal): -2328064 or 31452. OLE color: 31452.
HSL color Cylindrical-coordinate representation of color #DC7A00: hue angle of 33.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC7A00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.14 |
| HSL | 33.27º | 1% | 0.43% | - |
| HSV(B) | 33.27º | 1% | 0.86% | - |
| XYZ | 36.47 | 29.13 | 3.7 | - |
| YUV | 137.39 | 50.47 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 0 | 0 | 0.45 | 1 | 0.14 | 33.27 | 1 | 0.43 |
| Hex | DC | 7A | 0 | 0 | 2D | 64 | E | 21 | 64 | 2B |
| Octal | 334 | 172 | 0 | 0 | 55 | 144 | 16 | 41 | 144 | 53 |
| Binary | 11011100 | 1111010 | 0 | 0 | 101101 | 1100100 | 1110 | 100001 | 1100100 | 101011 |
Color Harmonies of #DC7A00
Complementary color
Monochromatic Colors of #DC7A00
Black with #DC7A00
Text Example
Text Example
White with #DC7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A00; }
p { color: rgb(220,122,0); }
H1.HeaderClassName
{
color: #DC7A00;
}
.AnyTagClassName
{
color: #DC7A00;
}
</style>
background-color css
<style>
a { background-color: #DC7A00; }
a { background-color: rgb(220,122,0); }
div.DivClassName
{
background-color: #DC7A00;
}
.BgClassName
{
background-color: #DC7A00;
}
</style>
border-color css
<style>
span { border-color: #DC7A00; }
span { border-color: rgb(220,122,0); }
td.TdClassName
{
border-color: #DC7A00;
}
.TagClassName
{
border-color: #DC7A00;
}
</style>