Shades of Mango Tango #DD770C
Tints of Mango Tango #DD770C
RGB
CMYK
RGB Variations
Color information
#DD770C (or 0xDD770C) is known color: Mango Tango. HEX triplet: DD, 77 and 0C. RGB value is (221,119,12). Sum of RGB (Red+Green+Blue) = 221+119+12=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD770C is #2288F3. Grayscale: #898989. Windows color (decimal): -2263284 or 817117. OLE color: 817117.
HSL color Cylindrical-coordinate representation of color #DD770C: hue angle of 30.72º 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 #DD770C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 12 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.13 |
| HSL | 30.72º | 0.9% | 0.46% | - |
| HSV(B) | 30.72º | 0.95% | 0.87% | - |
| XYZ | 36.48 | 28.59 | 3.94 | - |
| YUV | 137.3 | 57.29 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 12 | 0 | 0.46 | 0.95 | 0.13 | 30.72 | 0.9 | 0.46 |
| Hex | DD | 77 | C | 0 | 2E | 5F | D | 1F | 5A | 2E |
| Octal | 335 | 167 | 14 | 0 | 56 | 137 | 15 | 37 | 132 | 56 |
| Binary | 11011101 | 1110111 | 1100 | 0 | 101110 | 1011111 | 1101 | 11111 | 1011010 | 101110 |
Color Harmonies of #DD770C
Complementary color
Monochromatic Colors of #DD770C
Black with #DD770C
Text Example
Text Example
White with #DD770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD770C; }
p { color: rgb(221,119,12); }
H1.HeaderClassName
{
color: #DD770C;
}
.AnyTagClassName
{
color: #DD770C;
}
</style>
background-color css
<style>
a { background-color: #DD770C; }
a { background-color: rgb(221,119,12); }
div.DivClassName
{
background-color: #DD770C;
}
.BgClassName
{
background-color: #DD770C;
}
</style>
border-color css
<style>
span { border-color: #DD770C; }
span { border-color: rgb(221,119,12); }
td.TdClassName
{
border-color: #DD770C;
}
.TagClassName
{
border-color: #DD770C;
}
</style>