Shades of Mango Tango #DD770A
Tints of Mango Tango #DD770A
RGB
CMYK
RGB Variations
Color information
#DD770A (or 0xDD770A) is known color: Mango Tango. HEX triplet: DD, 77 and 0A. RGB value is (221,119,10). Sum of RGB (Red+Green+Blue) = 221+119+10=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD770A is #2288F5. Grayscale: #898989. Windows color (decimal): -2263286 or 686045. OLE color: 686045.
HSL color Cylindrical-coordinate representation of color #DD770A: hue angle of 31º 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 #DD770A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 10 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.13 |
| HSL | 31º | 0.91% | 0.45% | - |
| HSV(B) | 31º | 0.95% | 0.87% | - |
| XYZ | 36.47 | 28.59 | 3.88 | - |
| YUV | 137.07 | 56.29 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 10 | 0 | 0.46 | 0.95 | 0.13 | 31 | 0.91 | 0.45 |
| Hex | DD | 77 | A | 0 | 2E | 5F | D | 1F | 5B | 2D |
| Octal | 335 | 167 | 12 | 0 | 56 | 137 | 15 | 37 | 133 | 55 |
| Binary | 11011101 | 1110111 | 1010 | 0 | 101110 | 1011111 | 1101 | 11111 | 1011011 | 101101 |
Color Harmonies of #DD770A
Complementary color
Monochromatic Colors of #DD770A
Black with #DD770A
Text Example
Text Example
White with #DD770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD770A; }
p { color: rgb(221,119,10); }
H1.HeaderClassName
{
color: #DD770A;
}
.AnyTagClassName
{
color: #DD770A;
}
</style>
background-color css
<style>
a { background-color: #DD770A; }
a { background-color: rgb(221,119,10); }
div.DivClassName
{
background-color: #DD770A;
}
.BgClassName
{
background-color: #DD770A;
}
</style>
border-color css
<style>
span { border-color: #DD770A; }
span { border-color: rgb(221,119,10); }
td.TdClassName
{
border-color: #DD770A;
}
.TagClassName
{
border-color: #DD770A;
}
</style>