Shades of Mango Tango #D77603
Tints of Mango Tango #D77603
RGB
CMYK
RGB Variations
Color information
#D77603 (or 0xD77603) is known color: Mango Tango. HEX triplet: D7, 76 and 03. RGB value is (215,118,3). Sum of RGB (Red+Green+Blue) = 215+118+3=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D77603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77603 is #2889FC. Grayscale: #868686. Windows color (decimal): -2656765 or 227031. OLE color: 227031.
HSL color Cylindrical-coordinate representation of color #D77603: hue angle of 32.55º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D77603 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 3 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.16 |
| HSL | 32.55º | 0.97% | 0.43% | - |
| HSV(B) | 32.55º | 0.99% | 0.84% | - |
| XYZ | 34.52 | 27.41 | 3.56 | - |
| YUV | 133.89 | 54.14 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 3 | 0 | 0.45 | 0.99 | 0.16 | 32.55 | 0.97 | 0.43 |
| Hex | D7 | 76 | 3 | 0 | 2D | 63 | 10 | 21 | 61 | 2B |
| Octal | 327 | 166 | 3 | 0 | 55 | 143 | 20 | 41 | 141 | 53 |
| Binary | 11010111 | 1110110 | 11 | 0 | 101101 | 1100011 | 10000 | 100001 | 1100001 | 101011 |
Color Harmonies of #D77603
Complementary color
Monochromatic Colors of #D77603
Black with #D77603
Text Example
Text Example
White with #D77603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77603; }
p { color: rgb(215,118,3); }
H1.HeaderClassName
{
color: #D77603;
}
.AnyTagClassName
{
color: #D77603;
}
</style>
background-color css
<style>
a { background-color: #D77603; }
a { background-color: rgb(215,118,3); }
div.DivClassName
{
background-color: #D77603;
}
.BgClassName
{
background-color: #D77603;
}
</style>
border-color css
<style>
span { border-color: #D77603; }
span { border-color: rgb(215,118,3); }
td.TdClassName
{
border-color: #D77603;
}
.TagClassName
{
border-color: #D77603;
}
</style>