Shades of Mango Tango #D77500
Tints of Mango Tango #D77500
RGB
CMYK
RGB Variations
Color information
#D77500 (or 0xD77500) is known color: Mango Tango. HEX triplet: D7, 75 and 00. RGB value is (215,117,0). Sum of RGB (Red+Green+Blue) = 215+117+0=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D77500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77500 is #288AFF. Grayscale: #858585. Windows color (decimal): -2657024 or 30167. OLE color: 30167.
HSL color Cylindrical-coordinate representation of color #D77500: hue angle of 32.65º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D77500 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.16 |
| HSL | 32.65º | 1% | 0.42% | - |
| HSV(B) | 32.65º | 1% | 0.84% | - |
| XYZ | 34.39 | 27.17 | 3.43 | - |
| YUV | 132.96 | 52.97 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 0 | 0 | 0.46 | 1 | 0.16 | 32.65 | 1 | 0.42 |
| Hex | D7 | 75 | 0 | 0 | 2E | 64 | 10 | 21 | 64 | 2A |
| Octal | 327 | 165 | 0 | 0 | 56 | 144 | 20 | 41 | 144 | 52 |
| Binary | 11010111 | 1110101 | 0 | 0 | 101110 | 1100100 | 10000 | 100001 | 1100100 | 101010 |
Color Harmonies of #D77500
Complementary color
Monochromatic Colors of #D77500
Black with #D77500
Text Example
Text Example
White with #D77500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77500; }
p { color: rgb(215,117,0); }
H1.HeaderClassName
{
color: #D77500;
}
.AnyTagClassName
{
color: #D77500;
}
</style>
background-color css
<style>
a { background-color: #D77500; }
a { background-color: rgb(215,117,0); }
div.DivClassName
{
background-color: #D77500;
}
.BgClassName
{
background-color: #D77500;
}
</style>
border-color css
<style>
span { border-color: #D77500; }
span { border-color: rgb(215,117,0); }
td.TdClassName
{
border-color: #D77500;
}
.TagClassName
{
border-color: #D77500;
}
</style>