Shades of Mango Tango #DC700A
Tints of Mango Tango #DC700A
RGB
CMYK
RGB Variations
Color information
#DC700A (or 0xDC700A) is known color: Mango Tango. HEX triplet: DC, 70 and 0A. RGB value is (220,112,10). Sum of RGB (Red+Green+Blue) = 220+112+10=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC700A is #238FF5. Grayscale: #858585. Windows color (decimal): -2330614 or 684252. OLE color: 684252.
HSL color Cylindrical-coordinate representation of color #DC700A: hue angle of 29.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC700A is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 10 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.14 |
| HSL | 29.14º | 0.91% | 0.45% | - |
| HSV(B) | 29.14º | 0.95% | 0.86% | - |
| XYZ | 35.36 | 26.83 | 3.6 | - |
| YUV | 132.66 | 58.78 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 10 | 0 | 0.49 | 0.95 | 0.14 | 29.14 | 0.91 | 0.45 |
| Hex | DC | 70 | A | 0 | 31 | 5F | E | 1D | 5B | 2D |
| Octal | 334 | 160 | 12 | 0 | 61 | 137 | 16 | 35 | 133 | 55 |
| Binary | 11011100 | 1110000 | 1010 | 0 | 110001 | 1011111 | 1110 | 11101 | 1011011 | 101101 |
Color Harmonies of #DC700A
Complementary color
Monochromatic Colors of #DC700A
Black with #DC700A
Text Example
Text Example
White with #DC700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC700A; }
p { color: rgb(220,112,10); }
H1.HeaderClassName
{
color: #DC700A;
}
.AnyTagClassName
{
color: #DC700A;
}
</style>
background-color css
<style>
a { background-color: #DC700A; }
a { background-color: rgb(220,112,10); }
div.DivClassName
{
background-color: #DC700A;
}
.BgClassName
{
background-color: #DC700A;
}
</style>
border-color css
<style>
span { border-color: #DC700A; }
span { border-color: rgb(220,112,10); }
td.TdClassName
{
border-color: #DC700A;
}
.TagClassName
{
border-color: #DC700A;
}
</style>