Shades of Mango Tango #D88301
Tints of Mango Tango #D88301
RGB
CMYK
RGB Variations
Color information
#D88301 (or 0xD88301) is known color: Mango Tango. HEX triplet: D8, 83 and 01. RGB value is (216,131,1). Sum of RGB (Red+Green+Blue) = 216+131+1=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D88301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88301 is #277CFE. Grayscale: #8E8E8E. Windows color (decimal): -2587903 or 99288. OLE color: 99288.
HSL color Cylindrical-coordinate representation of color #D88301: hue angle of 36.28º 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 #D88301 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 131 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.15 |
| HSL | 36.28º | 0.99% | 0.43% | - |
| HSV(B) | 36.28º | 1% | 0.85% | - |
| XYZ | 36.44 | 30.83 | 4.06 | - |
| YUV | 141.6 | 48.66 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 131 | 1 | 0 | 0.39 | 1.00 | 0.15 | 36.28 | 0.99 | 0.43 |
| Hex | D8 | 83 | 1 | 0 | 27 | 64 | F | 24 | 63 | 2B |
| Octal | 330 | 203 | 1 | 0 | 47 | 144 | 17 | 44 | 143 | 53 |
| Binary | 11011000 | 10000011 | 1 | 0 | 100111 | 1100100 | 1111 | 100100 | 1100011 | 101011 |
Color Harmonies of #D88301
Complementary color
Monochromatic Colors of #D88301
Black with #D88301
Text Example
Text Example
White with #D88301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88301; }
p { color: rgb(216,131,1); }
H1.HeaderClassName
{
color: #D88301;
}
.AnyTagClassName
{
color: #D88301;
}
</style>
background-color css
<style>
a { background-color: #D88301; }
a { background-color: rgb(216,131,1); }
div.DivClassName
{
background-color: #D88301;
}
.BgClassName
{
background-color: #D88301;
}
</style>
border-color css
<style>
span { border-color: #D88301; }
span { border-color: rgb(216,131,1); }
td.TdClassName
{
border-color: #D88301;
}
.TagClassName
{
border-color: #D88301;
}
</style>