Shades of Mango Tango #D86C07
Tints of Mango Tango #D86C07
RGB
CMYK
RGB Variations
Color information
#D86C07 (or 0xD86C07) is known color: Mango Tango. HEX triplet: D8, 6C and 07. RGB value is (216,108,7). Sum of RGB (Red+Green+Blue) = 216+108+7=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86C07 is #2793F8. Grayscale: #818181. Windows color (decimal): -2593785 or 486616. OLE color: 486616.
HSL color Cylindrical-coordinate representation of color #D86C07: hue angle of 29º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D86C07 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 7 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.15 |
| HSL | 29º | 0.94% | 0.44% | - |
| HSV(B) | 29º | 0.97% | 0.85% | - |
| XYZ | 33.72 | 25.34 | 3.31 | - |
| YUV | 128.78 | 59.28 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 7 | 0 | 0.50 | 0.97 | 0.15 | 29 | 0.94 | 0.44 |
| Hex | D8 | 6C | 7 | 0 | 32 | 61 | F | 1D | 5E | 2C |
| Octal | 330 | 154 | 7 | 0 | 62 | 141 | 17 | 35 | 136 | 54 |
| Binary | 11011000 | 1101100 | 111 | 0 | 110010 | 1100001 | 1111 | 11101 | 1011110 | 101100 |
Color Harmonies of #D86C07
Complementary color
Monochromatic Colors of #D86C07
Black with #D86C07
Text Example
Text Example
White with #D86C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C07; }
p { color: rgb(216,108,7); }
H1.HeaderClassName
{
color: #D86C07;
}
.AnyTagClassName
{
color: #D86C07;
}
</style>
background-color css
<style>
a { background-color: #D86C07; }
a { background-color: rgb(216,108,7); }
div.DivClassName
{
background-color: #D86C07;
}
.BgClassName
{
background-color: #D86C07;
}
</style>
border-color css
<style>
span { border-color: #D86C07; }
span { border-color: rgb(216,108,7); }
td.TdClassName
{
border-color: #D86C07;
}
.TagClassName
{
border-color: #D86C07;
}
</style>