Shades of Mango Tango #D87905
Tints of Mango Tango #D87905
RGB
CMYK
RGB Variations
Color information
#D87905 (or 0xD87905) is known color: Mango Tango. HEX triplet: D8, 79 and 05. RGB value is (216,121,5). Sum of RGB (Red+Green+Blue) = 216+121+5=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D87905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87905 is #2786FA. Grayscale: #888888. Windows color (decimal): -2590459 or 358872. OLE color: 358872.
HSL color Cylindrical-coordinate representation of color #D87905: hue angle of 32.99º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D87905 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 121 | 5 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.15 |
| HSL | 32.99º | 0.95% | 0.43% | - |
| HSV(B) | 32.99º | 0.98% | 0.85% | - |
| XYZ | 35.18 | 28.28 | 3.75 | - |
| YUV | 136.18 | 53.97 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 5 | 0 | 0.44 | 0.98 | 0.15 | 32.99 | 0.95 | 0.43 |
| Hex | D8 | 79 | 5 | 0 | 2C | 62 | F | 21 | 5F | 2B |
| Octal | 330 | 171 | 5 | 0 | 54 | 142 | 17 | 41 | 137 | 53 |
| Binary | 11011000 | 1111001 | 101 | 0 | 101100 | 1100010 | 1111 | 100001 | 1011111 | 101011 |
Color Harmonies of #D87905
Complementary color
Monochromatic Colors of #D87905
Black with #D87905
Text Example
Text Example
White with #D87905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87905; }
p { color: rgb(216,121,5); }
H1.HeaderClassName
{
color: #D87905;
}
.AnyTagClassName
{
color: #D87905;
}
</style>
background-color css
<style>
a { background-color: #D87905; }
a { background-color: rgb(216,121,5); }
div.DivClassName
{
background-color: #D87905;
}
.BgClassName
{
background-color: #D87905;
}
</style>
border-color css
<style>
span { border-color: #D87905; }
span { border-color: rgb(216,121,5); }
td.TdClassName
{
border-color: #D87905;
}
.TagClassName
{
border-color: #D87905;
}
</style>