Shades of Mango Tango #D88203
Tints of Mango Tango #D88203
RGB
CMYK
RGB Variations
Color information
#D88203 (or 0xD88203) is known color: Mango Tango. HEX triplet: D8, 82 and 03. RGB value is (216,130,3). Sum of RGB (Red+Green+Blue) = 216+130+3=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D88203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88203 is #277DFC. Grayscale: #8D8D8D. Windows color (decimal): -2588157 or 230104. OLE color: 230104.
HSL color Cylindrical-coordinate representation of color #D88203: hue angle of 35.77º 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 #D88203 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 3 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.15 |
| HSL | 35.77º | 0.97% | 0.43% | - |
| HSV(B) | 35.77º | 0.99% | 0.85% | - |
| XYZ | 36.32 | 30.57 | 4.07 | - |
| YUV | 141.24 | 49.99 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 3 | 0 | 0.40 | 0.99 | 0.15 | 35.77 | 0.97 | 0.43 |
| Hex | D8 | 82 | 3 | 0 | 28 | 63 | F | 24 | 61 | 2B |
| Octal | 330 | 202 | 3 | 0 | 50 | 143 | 17 | 44 | 141 | 53 |
| Binary | 11011000 | 10000010 | 11 | 0 | 101000 | 1100011 | 1111 | 100100 | 1100001 | 101011 |
Color Harmonies of #D88203
Complementary color
Monochromatic Colors of #D88203
Black with #D88203
Text Example
Text Example
White with #D88203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88203; }
p { color: rgb(216,130,3); }
H1.HeaderClassName
{
color: #D88203;
}
.AnyTagClassName
{
color: #D88203;
}
</style>
background-color css
<style>
a { background-color: #D88203; }
a { background-color: rgb(216,130,3); }
div.DivClassName
{
background-color: #D88203;
}
.BgClassName
{
background-color: #D88203;
}
</style>
border-color css
<style>
span { border-color: #D88203; }
span { border-color: rgb(216,130,3); }
td.TdClassName
{
border-color: #D88203;
}
.TagClassName
{
border-color: #D88203;
}
</style>