Shades of Mango Tango #D77E05
Tints of Mango Tango #D77E05
RGB
CMYK
RGB Variations
Color information
#D77E05 (or 0xD77E05) is known color: Mango Tango. HEX triplet: D7, 7E and 05. RGB value is (215,126,5). Sum of RGB (Red+Green+Blue) = 215+126+5=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77E05 is #2881FA. Grayscale: #8B8B8B. Windows color (decimal): -2654715 or 360151. OLE color: 360151.
HSL color Cylindrical-coordinate representation of color #D77E05: hue angle of 34.57º 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 #D77E05 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 126 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.16 |
| HSL | 34.57º | 0.95% | 0.43% | - |
| HSV(B) | 34.57º | 0.98% | 0.84% | - |
| XYZ | 35.51 | 29.38 | 3.94 | - |
| YUV | 138.82 | 52.49 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 5 | 0 | 0.41 | 0.98 | 0.16 | 34.57 | 0.95 | 0.43 |
| Hex | D7 | 7E | 5 | 0 | 29 | 62 | 10 | 23 | 5F | 2B |
| Octal | 327 | 176 | 5 | 0 | 51 | 142 | 20 | 43 | 137 | 53 |
| Binary | 11010111 | 1111110 | 101 | 0 | 101001 | 1100010 | 10000 | 100011 | 1011111 | 101011 |
Color Harmonies of #D77E05
Complementary color
Monochromatic Colors of #D77E05
Black with #D77E05
Text Example
Text Example
White with #D77E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E05; }
p { color: rgb(215,126,5); }
H1.HeaderClassName
{
color: #D77E05;
}
.AnyTagClassName
{
color: #D77E05;
}
</style>
background-color css
<style>
a { background-color: #D77E05; }
a { background-color: rgb(215,126,5); }
div.DivClassName
{
background-color: #D77E05;
}
.BgClassName
{
background-color: #D77E05;
}
</style>
border-color css
<style>
span { border-color: #D77E05; }
span { border-color: rgb(215,126,5); }
td.TdClassName
{
border-color: #D77E05;
}
.TagClassName
{
border-color: #D77E05;
}
</style>