Shades of Mango Tango #D06F00
Tints of Mango Tango #D06F00
RGB
CMYK
RGB Variations
Color information
#D06F00 (or 0xD06F00) is known color: Mango Tango. HEX triplet: D0, 6F and 00. RGB value is (208,111,0). Sum of RGB (Red+Green+Blue) = 208+111+0=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F00 is #2F90FF. Grayscale: #7F7F7F. Windows color (decimal): -3117312 or 28624. OLE color: 28624.
HSL color Cylindrical-coordinate representation of color #D06F00: hue angle of 32.02º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D06F00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.18 |
| HSL | 32.02º | 1% | 0.41% | - |
| HSV(B) | 32.02º | 1% | 0.82% | - |
| XYZ | 31.7 | 24.78 | 3.11 | - |
| YUV | 127.35 | 56.14 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 0 | 0 | 0.47 | 1 | 0.18 | 32.02 | 1 | 0.41 |
| Hex | D0 | 6F | 0 | 0 | 2F | 64 | 12 | 20 | 64 | 29 |
| Octal | 320 | 157 | 0 | 0 | 57 | 144 | 22 | 40 | 144 | 51 |
| Binary | 11010000 | 1101111 | 0 | 0 | 101111 | 1100100 | 10010 | 100000 | 1100100 | 101001 |
Color Harmonies of #D06F00
Complementary color
Monochromatic Colors of #D06F00
Black with #D06F00
Text Example
Text Example
White with #D06F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F00; }
p { color: rgb(208,111,0); }
H1.HeaderClassName
{
color: #D06F00;
}
.AnyTagClassName
{
color: #D06F00;
}
</style>
background-color css
<style>
a { background-color: #D06F00; }
a { background-color: rgb(208,111,0); }
div.DivClassName
{
background-color: #D06F00;
}
.BgClassName
{
background-color: #D06F00;
}
</style>
border-color css
<style>
span { border-color: #D06F00; }
span { border-color: rgb(208,111,0); }
td.TdClassName
{
border-color: #D06F00;
}
.TagClassName
{
border-color: #D06F00;
}
</style>