Shades of Mango Tango #D87201
Tints of Mango Tango #D87201
RGB
CMYK
RGB Variations
Color information
#D87201 (or 0xD87201) is known color: Mango Tango. HEX triplet: D8, 72 and 01. RGB value is (216,114,1). Sum of RGB (Red+Green+Blue) = 216+114+1=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D87201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87201 is #278DFE. Grayscale: #848484. Windows color (decimal): -2592255 or 94936. OLE color: 94936.
HSL color Cylindrical-coordinate representation of color #D87201: hue angle of 31.53º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D87201 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 114 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.15 |
| HSL | 31.53º | 0.99% | 0.43% | - |
| HSV(B) | 31.53º | 1% | 0.85% | - |
| XYZ | 34.34 | 26.64 | 3.36 | - |
| YUV | 131.62 | 54.29 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 114 | 1 | 0 | 0.47 | 1.00 | 0.15 | 31.53 | 0.99 | 0.43 |
| Hex | D8 | 72 | 1 | 0 | 2F | 64 | F | 20 | 63 | 2B |
| Octal | 330 | 162 | 1 | 0 | 57 | 144 | 17 | 40 | 143 | 53 |
| Binary | 11011000 | 1110010 | 1 | 0 | 101111 | 1100100 | 1111 | 100000 | 1100011 | 101011 |
Color Harmonies of #D87201
Complementary color
Monochromatic Colors of #D87201
Black with #D87201
Text Example
Text Example
White with #D87201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87201; }
p { color: rgb(216,114,1); }
H1.HeaderClassName
{
color: #D87201;
}
.AnyTagClassName
{
color: #D87201;
}
</style>
background-color css
<style>
a { background-color: #D87201; }
a { background-color: rgb(216,114,1); }
div.DivClassName
{
background-color: #D87201;
}
.BgClassName
{
background-color: #D87201;
}
</style>
border-color css
<style>
span { border-color: #D87201; }
span { border-color: rgb(216,114,1); }
td.TdClassName
{
border-color: #D87201;
}
.TagClassName
{
border-color: #D87201;
}
</style>