Shades of Mango Tango #D87F03
Tints of Mango Tango #D87F03
RGB
CMYK
RGB Variations
Color information
#D87F03 (or 0xD87F03) is known color: Mango Tango. HEX triplet: D8, 7F and 03. RGB value is (216,127,3). Sum of RGB (Red+Green+Blue) = 216+127+3=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87F03 is #2780FC. Grayscale: #8C8C8C. Windows color (decimal): -2588925 or 229336. OLE color: 229336.
HSL color Cylindrical-coordinate representation of color #D87F03: hue angle of 34.93º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D87F03 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 127 | 3 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.15 |
| HSL | 34.93º | 0.97% | 0.43% | - |
| HSV(B) | 34.93º | 0.99% | 0.85% | - |
| XYZ | 35.92 | 29.78 | 3.94 | - |
| YUV | 139.48 | 50.99 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 127 | 3 | 0 | 0.41 | 0.99 | 0.15 | 34.93 | 0.97 | 0.43 |
| Hex | D8 | 7F | 3 | 0 | 29 | 63 | F | 23 | 61 | 2B |
| Octal | 330 | 177 | 3 | 0 | 51 | 143 | 17 | 43 | 141 | 53 |
| Binary | 11011000 | 1111111 | 11 | 0 | 101001 | 1100011 | 1111 | 100011 | 1100001 | 101011 |
Color Harmonies of #D87F03
Complementary color
Monochromatic Colors of #D87F03
Black with #D87F03
Text Example
Text Example
White with #D87F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87F03; }
p { color: rgb(216,127,3); }
H1.HeaderClassName
{
color: #D87F03;
}
.AnyTagClassName
{
color: #D87F03;
}
</style>
background-color css
<style>
a { background-color: #D87F03; }
a { background-color: rgb(216,127,3); }
div.DivClassName
{
background-color: #D87F03;
}
.BgClassName
{
background-color: #D87F03;
}
</style>
border-color css
<style>
span { border-color: #D87F03; }
span { border-color: rgb(216,127,3); }
td.TdClassName
{
border-color: #D87F03;
}
.TagClassName
{
border-color: #D87F03;
}
</style>