Shades of Mango Tango #DD780A
Tints of Mango Tango #DD780A
RGB
CMYK
RGB Variations
Color information
#DD780A (or 0xDD780A) is known color: Mango Tango. HEX triplet: DD, 78 and 0A. RGB value is (221,120,10). Sum of RGB (Red+Green+Blue) = 221+120+10=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD780A is #2287F5. Grayscale: #8A8A8A. Windows color (decimal): -2263030 or 686301. OLE color: 686301.
HSL color Cylindrical-coordinate representation of color #DD780A: hue angle of 31.28º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD780A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 10 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.13 |
| HSL | 31.28º | 0.91% | 0.45% | - |
| HSV(B) | 31.28º | 0.95% | 0.87% | - |
| XYZ | 36.59 | 28.83 | 3.92 | - |
| YUV | 137.66 | 55.96 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 10 | 0 | 0.46 | 0.95 | 0.13 | 31.28 | 0.91 | 0.45 |
| Hex | DD | 78 | A | 0 | 2E | 5F | D | 1F | 5B | 2D |
| Octal | 335 | 170 | 12 | 0 | 56 | 137 | 15 | 37 | 133 | 55 |
| Binary | 11011101 | 1111000 | 1010 | 0 | 101110 | 1011111 | 1101 | 11111 | 1011011 | 101101 |
Color Harmonies of #DD780A
Complementary color
Monochromatic Colors of #DD780A
Black with #DD780A
Text Example
Text Example
White with #DD780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD780A; }
p { color: rgb(221,120,10); }
H1.HeaderClassName
{
color: #DD780A;
}
.AnyTagClassName
{
color: #DD780A;
}
</style>
background-color css
<style>
a { background-color: #DD780A; }
a { background-color: rgb(221,120,10); }
div.DivClassName
{
background-color: #DD780A;
}
.BgClassName
{
background-color: #DD780A;
}
</style>
border-color css
<style>
span { border-color: #DD780A; }
span { border-color: rgb(221,120,10); }
td.TdClassName
{
border-color: #DD780A;
}
.TagClassName
{
border-color: #DD780A;
}
</style>