Shades of Mango Tango #D87600
Tints of Mango Tango #D87600
RGB
CMYK
RGB Variations
Color information
#D87600 (or 0xD87600) is known color: Mango Tango. HEX triplet: D8, 76 and 00. RGB value is (216,118,0). Sum of RGB (Red+Green+Blue) = 216+118+0=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D87600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87600 is #2789FF. Grayscale: #868686. Windows color (decimal): -2591232 or 30424. OLE color: 30424.
HSL color Cylindrical-coordinate representation of color #D87600: hue angle of 32.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D87600 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.15 |
| HSL | 32.78º | 1% | 0.42% | - |
| HSV(B) | 32.78º | 1% | 0.85% | - |
| XYZ | 34.8 | 27.56 | 3.48 | - |
| YUV | 133.85 | 52.47 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 0 | 0 | 0.45 | 1 | 0.15 | 32.78 | 1 | 0.42 |
| Hex | D8 | 76 | 0 | 0 | 2D | 64 | F | 21 | 64 | 2A |
| Octal | 330 | 166 | 0 | 0 | 55 | 144 | 17 | 41 | 144 | 52 |
| Binary | 11011000 | 1110110 | 0 | 0 | 101101 | 1100100 | 1111 | 100001 | 1100100 | 101010 |
Color Harmonies of #D87600
Complementary color
Monochromatic Colors of #D87600
Black with #D87600
Text Example
Text Example
White with #D87600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87600; }
p { color: rgb(216,118,0); }
H1.HeaderClassName
{
color: #D87600;
}
.AnyTagClassName
{
color: #D87600;
}
</style>
background-color css
<style>
a { background-color: #D87600; }
a { background-color: rgb(216,118,0); }
div.DivClassName
{
background-color: #D87600;
}
.BgClassName
{
background-color: #D87600;
}
</style>
border-color css
<style>
span { border-color: #D87600; }
span { border-color: rgb(216,118,0); }
td.TdClassName
{
border-color: #D87600;
}
.TagClassName
{
border-color: #D87600;
}
</style>