Shades of Mango Tango #D86D00
Tints of Mango Tango #D86D00
RGB
CMYK
RGB Variations
Color information
#D86D00 (or 0xD86D00) is known color: Mango Tango. HEX triplet: D8, 6D and 00. RGB value is (216,109,0). Sum of RGB (Red+Green+Blue) = 216+109+0=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86D00 is #2792FF. Grayscale: #818181. Windows color (decimal): -2593536 or 28120. OLE color: 28120.
HSL color Cylindrical-coordinate representation of color #D86D00: hue angle of 30.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D86D00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.15 |
| HSL | 30.28º | 1% | 0.42% | - |
| HSV(B) | 30.28º | 1% | 0.85% | - |
| XYZ | 33.79 | 25.54 | 3.15 | - |
| YUV | 128.57 | 55.45 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 0 | 0 | 0.50 | 1 | 0.15 | 30.28 | 1 | 0.42 |
| Hex | D8 | 6D | 0 | 0 | 32 | 64 | F | 1E | 64 | 2A |
| Octal | 330 | 155 | 0 | 0 | 62 | 144 | 17 | 36 | 144 | 52 |
| Binary | 11011000 | 1101101 | 0 | 0 | 110010 | 1100100 | 1111 | 11110 | 1100100 | 101010 |
Color Harmonies of #D86D00
Complementary color
Monochromatic Colors of #D86D00
Black with #D86D00
Text Example
Text Example
White with #D86D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D00; }
p { color: rgb(216,109,0); }
H1.HeaderClassName
{
color: #D86D00;
}
.AnyTagClassName
{
color: #D86D00;
}
</style>
background-color css
<style>
a { background-color: #D86D00; }
a { background-color: rgb(216,109,0); }
div.DivClassName
{
background-color: #D86D00;
}
.BgClassName
{
background-color: #D86D00;
}
</style>
border-color css
<style>
span { border-color: #D86D00; }
span { border-color: rgb(216,109,0); }
td.TdClassName
{
border-color: #D86D00;
}
.TagClassName
{
border-color: #D86D00;
}
</style>