Shades of Mango Tango #D77405
Tints of Mango Tango #D77405
RGB
CMYK
RGB Variations
Color information
#D77405 (or 0xD77405) is known color: Mango Tango. HEX triplet: D7, 74 and 05. RGB value is (215,116,5). Sum of RGB (Red+Green+Blue) = 215+116+5=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D77405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77405 is #288BFA. Grayscale: #858585. Windows color (decimal): -2657275 or 357591. OLE color: 357591.
HSL color Cylindrical-coordinate representation of color #D77405: hue angle of 31.71º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D77405 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.16 |
| HSL | 31.71º | 0.95% | 0.43% | - |
| HSV(B) | 31.71º | 0.98% | 0.84% | - |
| XYZ | 34.3 | 26.95 | 3.54 | - |
| YUV | 132.95 | 55.8 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 5 | 0 | 0.46 | 0.98 | 0.16 | 31.71 | 0.95 | 0.43 |
| Hex | D7 | 74 | 5 | 0 | 2E | 62 | 10 | 20 | 5F | 2B |
| Octal | 327 | 164 | 5 | 0 | 56 | 142 | 20 | 40 | 137 | 53 |
| Binary | 11010111 | 1110100 | 101 | 0 | 101110 | 1100010 | 10000 | 100000 | 1011111 | 101011 |
Color Harmonies of #D77405
Complementary color
Monochromatic Colors of #D77405
Black with #D77405
Text Example
Text Example
White with #D77405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77405; }
p { color: rgb(215,116,5); }
H1.HeaderClassName
{
color: #D77405;
}
.AnyTagClassName
{
color: #D77405;
}
</style>
background-color css
<style>
a { background-color: #D77405; }
a { background-color: rgb(215,116,5); }
div.DivClassName
{
background-color: #D77405;
}
.BgClassName
{
background-color: #D77405;
}
</style>
border-color css
<style>
span { border-color: #D77405; }
span { border-color: rgb(215,116,5); }
td.TdClassName
{
border-color: #D77405;
}
.TagClassName
{
border-color: #D77405;
}
</style>