Shades of Mango Tango #D77D05
Tints of Mango Tango #D77D05
RGB
CMYK
RGB Variations
Color information
#D77D05 (or 0xD77D05) is known color: Mango Tango. HEX triplet: D7, 7D and 05. RGB value is (215,125,5). Sum of RGB (Red+Green+Blue) = 215+125+5=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77D05 is #2882FA. Grayscale: #8A8A8A. Windows color (decimal): -2654971 or 359895. OLE color: 359895.
HSL color Cylindrical-coordinate representation of color #D77D05: hue angle of 34.29º 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 #D77D05 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.16 |
| HSL | 34.29º | 0.95% | 0.43% | - |
| HSV(B) | 34.29º | 0.98% | 0.84% | - |
| XYZ | 35.39 | 29.13 | 3.9 | - |
| YUV | 138.23 | 52.82 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 5 | 0 | 0.42 | 0.98 | 0.16 | 34.29 | 0.95 | 0.43 |
| Hex | D7 | 7D | 5 | 0 | 2A | 62 | 10 | 22 | 5F | 2B |
| Octal | 327 | 175 | 5 | 0 | 52 | 142 | 20 | 42 | 137 | 53 |
| Binary | 11010111 | 1111101 | 101 | 0 | 101010 | 1100010 | 10000 | 100010 | 1011111 | 101011 |
Color Harmonies of #D77D05
Complementary color
Monochromatic Colors of #D77D05
Black with #D77D05
Text Example
Text Example
White with #D77D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77D05; }
p { color: rgb(215,125,5); }
H1.HeaderClassName
{
color: #D77D05;
}
.AnyTagClassName
{
color: #D77D05;
}
</style>
background-color css
<style>
a { background-color: #D77D05; }
a { background-color: rgb(215,125,5); }
div.DivClassName
{
background-color: #D77D05;
}
.BgClassName
{
background-color: #D77D05;
}
</style>
border-color css
<style>
span { border-color: #D77D05; }
span { border-color: rgb(215,125,5); }
td.TdClassName
{
border-color: #D77D05;
}
.TagClassName
{
border-color: #D77D05;
}
</style>