Shades of Mango Tango #DD770F
Tints of Mango Tango #DD770F
RGB
CMYK
RGB Variations
Color information
#DD770F (or 0xDD770F) is known color: Mango Tango. HEX triplet: DD, 77 and 0F. RGB value is (221,119,15). Sum of RGB (Red+Green+Blue) = 221+119+15=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD770F is #2288F0. Grayscale: #8A8A8A. Windows color (decimal): -2263281 or 1013725. OLE color: 1013725.
HSL color Cylindrical-coordinate representation of color #DD770F: hue angle of 30.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD770F is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 15 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.13 |
| HSL | 30.29º | 0.87% | 0.46% | - |
| HSV(B) | 30.29º | 0.93% | 0.87% | - |
| XYZ | 36.5 | 28.6 | 4.05 | - |
| YUV | 137.64 | 58.79 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 15 | 0 | 0.46 | 0.93 | 0.13 | 30.29 | 0.87 | 0.46 |
| Hex | DD | 77 | F | 0 | 2E | 5D | D | 1E | 57 | 2E |
| Octal | 335 | 167 | 17 | 0 | 56 | 135 | 15 | 36 | 127 | 56 |
| Binary | 11011101 | 1110111 | 1111 | 0 | 101110 | 1011101 | 1101 | 11110 | 1010111 | 101110 |
Color Harmonies of #DD770F
Complementary color
Monochromatic Colors of #DD770F
Black with #DD770F
Text Example
Text Example
White with #DD770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD770F; }
p { color: rgb(221,119,15); }
H1.HeaderClassName
{
color: #DD770F;
}
.AnyTagClassName
{
color: #DD770F;
}
</style>
background-color css
<style>
a { background-color: #DD770F; }
a { background-color: rgb(221,119,15); }
div.DivClassName
{
background-color: #DD770F;
}
.BgClassName
{
background-color: #DD770F;
}
</style>
border-color css
<style>
span { border-color: #DD770F; }
span { border-color: rgb(221,119,15); }
td.TdClassName
{
border-color: #DD770F;
}
.TagClassName
{
border-color: #DD770F;
}
</style>