Shades of Mango Tango #D77606
Tints of Mango Tango #D77606
RGB
CMYK
RGB Variations
Color information
#D77606 (or 0xD77606) is known color: Mango Tango. HEX triplet: D7, 76 and 06. RGB value is (215,118,6). Sum of RGB (Red+Green+Blue) = 215+118+6=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D77606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77606 is #2889F9. Grayscale: #868686. Windows color (decimal): -2656762 or 423639. OLE color: 423639.
HSL color Cylindrical-coordinate representation of color #D77606: hue angle of 32.15º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D77606 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 6 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.16 |
| HSL | 32.15º | 0.95% | 0.43% | - |
| HSV(B) | 32.15º | 0.97% | 0.84% | - |
| XYZ | 34.54 | 27.42 | 3.64 | - |
| YUV | 134.24 | 55.64 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 6 | 0 | 0.45 | 0.97 | 0.16 | 32.15 | 0.95 | 0.43 |
| Hex | D7 | 76 | 6 | 0 | 2D | 61 | 10 | 20 | 5F | 2B |
| Octal | 327 | 166 | 6 | 0 | 55 | 141 | 20 | 40 | 137 | 53 |
| Binary | 11010111 | 1110110 | 110 | 0 | 101101 | 1100001 | 10000 | 100000 | 1011111 | 101011 |
Color Harmonies of #D77606
Complementary color
Monochromatic Colors of #D77606
Black with #D77606
Text Example
Text Example
White with #D77606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77606; }
p { color: rgb(215,118,6); }
H1.HeaderClassName
{
color: #D77606;
}
.AnyTagClassName
{
color: #D77606;
}
</style>
background-color css
<style>
a { background-color: #D77606; }
a { background-color: rgb(215,118,6); }
div.DivClassName
{
background-color: #D77606;
}
.BgClassName
{
background-color: #D77606;
}
</style>
border-color css
<style>
span { border-color: #D77606; }
span { border-color: rgb(215,118,6); }
td.TdClassName
{
border-color: #D77606;
}
.TagClassName
{
border-color: #D77606;
}
</style>