Shades of Mango Tango #D88105
Tints of Mango Tango #D88105
RGB
CMYK
RGB Variations
Color information
#D88105 (or 0xD88105) is known color: Mango Tango. HEX triplet: D8, 81 and 05. RGB value is (216,129,5). Sum of RGB (Red+Green+Blue) = 216+129+5=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D88105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88105 is #277EFA. Grayscale: #8D8D8D. Windows color (decimal): -2588411 or 360920. OLE color: 360920.
HSL color Cylindrical-coordinate representation of color #D88105: hue angle of 35.26º 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 #D88105 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 5 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.15 |
| HSL | 35.26º | 0.95% | 0.43% | - |
| HSV(B) | 35.26º | 0.98% | 0.85% | - |
| XYZ | 36.2 | 30.31 | 4.09 | - |
| YUV | 140.88 | 51.32 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 5 | 0 | 0.40 | 0.98 | 0.15 | 35.26 | 0.95 | 0.43 |
| Hex | D8 | 81 | 5 | 0 | 28 | 62 | F | 23 | 5F | 2B |
| Octal | 330 | 201 | 5 | 0 | 50 | 142 | 17 | 43 | 137 | 53 |
| Binary | 11011000 | 10000001 | 101 | 0 | 101000 | 1100010 | 1111 | 100011 | 1011111 | 101011 |
Color Harmonies of #D88105
Complementary color
Monochromatic Colors of #D88105
Black with #D88105
Text Example
Text Example
White with #D88105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88105; }
p { color: rgb(216,129,5); }
H1.HeaderClassName
{
color: #D88105;
}
.AnyTagClassName
{
color: #D88105;
}
</style>
background-color css
<style>
a { background-color: #D88105; }
a { background-color: rgb(216,129,5); }
div.DivClassName
{
background-color: #D88105;
}
.BgClassName
{
background-color: #D88105;
}
</style>
border-color css
<style>
span { border-color: #D88105; }
span { border-color: rgb(216,129,5); }
td.TdClassName
{
border-color: #D88105;
}
.TagClassName
{
border-color: #D88105;
}
</style>