Shades of Mango Tango #DC7801
Tints of Mango Tango #DC7801
RGB
CMYK
RGB Variations
Color information
#DC7801 (or 0xDC7801) is known color: Mango Tango. HEX triplet: DC, 78 and 01. RGB value is (220,120,1). Sum of RGB (Red+Green+Blue) = 220+120+1=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7801 is #2387FE. Grayscale: #888888. Windows color (decimal): -2328575 or 96476. OLE color: 96476.
HSL color Cylindrical-coordinate representation of color #DC7801: hue angle of 32.6º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC7801 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.14 |
| HSL | 32.6º | 0.99% | 0.43% | - |
| HSV(B) | 32.6º | 1% | 0.86% | - |
| XYZ | 36.24 | 28.65 | 3.65 | - |
| YUV | 136.33 | 51.63 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 1 | 0 | 0.45 | 1.00 | 0.14 | 32.6 | 0.99 | 0.43 |
| Hex | DC | 78 | 1 | 0 | 2D | 64 | E | 21 | 63 | 2B |
| Octal | 334 | 170 | 1 | 0 | 55 | 144 | 16 | 41 | 143 | 53 |
| Binary | 11011100 | 1111000 | 1 | 0 | 101101 | 1100100 | 1110 | 100001 | 1100011 | 101011 |
Color Harmonies of #DC7801
Complementary color
Monochromatic Colors of #DC7801
Black with #DC7801
Text Example
Text Example
White with #DC7801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7801; }
p { color: rgb(220,120,1); }
H1.HeaderClassName
{
color: #DC7801;
}
.AnyTagClassName
{
color: #DC7801;
}
</style>
background-color css
<style>
a { background-color: #DC7801; }
a { background-color: rgb(220,120,1); }
div.DivClassName
{
background-color: #DC7801;
}
.BgClassName
{
background-color: #DC7801;
}
</style>
border-color css
<style>
span { border-color: #DC7801; }
span { border-color: rgb(220,120,1); }
td.TdClassName
{
border-color: #DC7801;
}
.TagClassName
{
border-color: #DC7801;
}
</style>