Shades of Mango Tango #D77700
Tints of Mango Tango #D77700
RGB
CMYK
RGB Variations
Color information
#D77700 (or 0xD77700) is known color: Mango Tango. HEX triplet: D7, 77 and 00. RGB value is (215,119,0). Sum of RGB (Red+Green+Blue) = 215+119+0=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D77700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77700 is #2888FF. Grayscale: #868686. Windows color (decimal): -2656512 or 30679. OLE color: 30679.
HSL color Cylindrical-coordinate representation of color #D77700: hue angle of 33.21º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D77700 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.16 |
| HSL | 33.21º | 1% | 0.42% | - |
| HSV(B) | 33.21º | 1% | 0.84% | - |
| XYZ | 34.62 | 27.64 | 3.51 | - |
| YUV | 134.14 | 52.3 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 0 | 0 | 0.45 | 1 | 0.16 | 33.21 | 1 | 0.42 |
| Hex | D7 | 77 | 0 | 0 | 2D | 64 | 10 | 21 | 64 | 2A |
| Octal | 327 | 167 | 0 | 0 | 55 | 144 | 20 | 41 | 144 | 52 |
| Binary | 11010111 | 1110111 | 0 | 0 | 101101 | 1100100 | 10000 | 100001 | 1100100 | 101010 |
Color Harmonies of #D77700
Complementary color
Monochromatic Colors of #D77700
Black with #D77700
Text Example
Text Example
White with #D77700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77700; }
p { color: rgb(215,119,0); }
H1.HeaderClassName
{
color: #D77700;
}
.AnyTagClassName
{
color: #D77700;
}
</style>
background-color css
<style>
a { background-color: #D77700; }
a { background-color: rgb(215,119,0); }
div.DivClassName
{
background-color: #D77700;
}
.BgClassName
{
background-color: #D77700;
}
</style>
border-color css
<style>
span { border-color: #D77700; }
span { border-color: rgb(215,119,0); }
td.TdClassName
{
border-color: #D77700;
}
.TagClassName
{
border-color: #D77700;
}
</style>