Shades of Mango Tango #D86C0B
Tints of Mango Tango #D86C0B
RGB
CMYK
RGB Variations
Color information
#D86C0B (or 0xD86C0B) is known color: Mango Tango. HEX triplet: D8, 6C and 0B. RGB value is (216,108,11). Sum of RGB (Red+Green+Blue) = 216+108+11=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86C0B is #2793F4. Grayscale: #818181. Windows color (decimal): -2593781 or 748760. OLE color: 748760.
HSL color Cylindrical-coordinate representation of color #D86C0B: hue angle of 28.39º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D86C0B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 11 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.15 |
| HSL | 28.39º | 0.9% | 0.45% | - |
| HSV(B) | 28.39º | 0.95% | 0.85% | - |
| XYZ | 33.74 | 25.35 | 3.43 | - |
| YUV | 129.23 | 61.28 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 11 | 0 | 0.50 | 0.95 | 0.15 | 28.39 | 0.9 | 0.45 |
| Hex | D8 | 6C | B | 0 | 32 | 5F | F | 1C | 5A | 2D |
| Octal | 330 | 154 | 13 | 0 | 62 | 137 | 17 | 34 | 132 | 55 |
| Binary | 11011000 | 1101100 | 1011 | 0 | 110010 | 1011111 | 1111 | 11100 | 1011010 | 101101 |
Color Harmonies of #D86C0B
Complementary color
Monochromatic Colors of #D86C0B
Black with #D86C0B
Text Example
Text Example
White with #D86C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C0B; }
p { color: rgb(216,108,11); }
H1.HeaderClassName
{
color: #D86C0B;
}
.AnyTagClassName
{
color: #D86C0B;
}
</style>
background-color css
<style>
a { background-color: #D86C0B; }
a { background-color: rgb(216,108,11); }
div.DivClassName
{
background-color: #D86C0B;
}
.BgClassName
{
background-color: #D86C0B;
}
</style>
border-color css
<style>
span { border-color: #D86C0B; }
span { border-color: rgb(216,108,11); }
td.TdClassName
{
border-color: #D86C0B;
}
.TagClassName
{
border-color: #D86C0B;
}
</style>