Shades of Mango Tango #DD780C
Tints of Mango Tango #DD780C
RGB
CMYK
RGB Variations
Color information
#DD780C (or 0xDD780C) is known color: Mango Tango. HEX triplet: DD, 78 and 0C. RGB value is (221,120,12). Sum of RGB (Red+Green+Blue) = 221+120+12=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD780C is #2287F3. Grayscale: #8A8A8A. Windows color (decimal): -2263028 or 817373. OLE color: 817373.
HSL color Cylindrical-coordinate representation of color #DD780C: hue angle of 31º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD780C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 12 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.13 |
| HSL | 31º | 0.9% | 0.46% | - |
| HSV(B) | 31º | 0.95% | 0.87% | - |
| XYZ | 36.6 | 28.83 | 3.98 | - |
| YUV | 137.89 | 56.96 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 12 | 0 | 0.46 | 0.95 | 0.13 | 31 | 0.9 | 0.46 |
| Hex | DD | 78 | C | 0 | 2E | 5F | D | 1F | 5A | 2E |
| Octal | 335 | 170 | 14 | 0 | 56 | 137 | 15 | 37 | 132 | 56 |
| Binary | 11011101 | 1111000 | 1100 | 0 | 101110 | 1011111 | 1101 | 11111 | 1011010 | 101110 |
Color Harmonies of #DD780C
Complementary color
Monochromatic Colors of #DD780C
Black with #DD780C
Text Example
Text Example
White with #DD780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD780C; }
p { color: rgb(221,120,12); }
H1.HeaderClassName
{
color: #DD780C;
}
.AnyTagClassName
{
color: #DD780C;
}
</style>
background-color css
<style>
a { background-color: #DD780C; }
a { background-color: rgb(221,120,12); }
div.DivClassName
{
background-color: #DD780C;
}
.BgClassName
{
background-color: #DD780C;
}
</style>
border-color css
<style>
span { border-color: #DD780C; }
span { border-color: rgb(221,120,12); }
td.TdClassName
{
border-color: #DD780C;
}
.TagClassName
{
border-color: #DD780C;
}
</style>