Shades of Mango Tango #DC780A
Tints of Mango Tango #DC780A
RGB
CMYK
RGB Variations
Color information
#DC780A (or 0xDC780A) is known color: Mango Tango. HEX triplet: DC, 78 and 0A. RGB value is (220,120,10). Sum of RGB (Red+Green+Blue) = 220+120+10=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC780A is #2387F5. Grayscale: #898989. Windows color (decimal): -2328566 or 686300. OLE color: 686300.
HSL color Cylindrical-coordinate representation of color #DC780A: hue angle of 31.43º 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 #DC780A is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 10 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.14 |
| HSL | 31.43º | 0.91% | 0.45% | - |
| HSV(B) | 31.43º | 0.95% | 0.86% | - |
| XYZ | 36.29 | 28.67 | 3.91 | - |
| YUV | 137.36 | 56.13 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 10 | 0 | 0.45 | 0.95 | 0.14 | 31.43 | 0.91 | 0.45 |
| Hex | DC | 78 | A | 0 | 2D | 5F | E | 1F | 5B | 2D |
| Octal | 334 | 170 | 12 | 0 | 55 | 137 | 16 | 37 | 133 | 55 |
| Binary | 11011100 | 1111000 | 1010 | 0 | 101101 | 1011111 | 1110 | 11111 | 1011011 | 101101 |
Color Harmonies of #DC780A
Complementary color
Monochromatic Colors of #DC780A
Black with #DC780A
Text Example
Text Example
White with #DC780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC780A; }
p { color: rgb(220,120,10); }
H1.HeaderClassName
{
color: #DC780A;
}
.AnyTagClassName
{
color: #DC780A;
}
</style>
background-color css
<style>
a { background-color: #DC780A; }
a { background-color: rgb(220,120,10); }
div.DivClassName
{
background-color: #DC780A;
}
.BgClassName
{
background-color: #DC780A;
}
</style>
border-color css
<style>
span { border-color: #DC780A; }
span { border-color: rgb(220,120,10); }
td.TdClassName
{
border-color: #DC780A;
}
.TagClassName
{
border-color: #DC780A;
}
</style>