Shades of Mango Tango #D46F00
Tints of Mango Tango #D46F00
RGB
CMYK
RGB Variations
Color information
#D46F00 (or 0xD46F00) is known color: Mango Tango. HEX triplet: D4, 6F and 00. RGB value is (212,111,0). Sum of RGB (Red+Green+Blue) = 212+111+0=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46F00 is #2B90FF. Grayscale: #818181. Windows color (decimal): -2855168 or 28628. OLE color: 28628.
HSL color Cylindrical-coordinate representation of color #D46F00: hue angle of 31.42º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D46F00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.17 |
| HSL | 31.42º | 1% | 0.42% | - |
| HSV(B) | 31.42º | 1% | 0.83% | - |
| XYZ | 32.84 | 25.37 | 3.17 | - |
| YUV | 128.55 | 55.46 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 0 | 0 | 0.48 | 1 | 0.17 | 31.42 | 1 | 0.42 |
| Hex | D4 | 6F | 0 | 0 | 30 | 64 | 11 | 1F | 64 | 2A |
| Octal | 324 | 157 | 0 | 0 | 60 | 144 | 21 | 37 | 144 | 52 |
| Binary | 11010100 | 1101111 | 0 | 0 | 110000 | 1100100 | 10001 | 11111 | 1100100 | 101010 |
Color Harmonies of #D46F00
Complementary color
Monochromatic Colors of #D46F00
Black with #D46F00
Text Example
Text Example
White with #D46F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46F00; }
p { color: rgb(212,111,0); }
H1.HeaderClassName
{
color: #D46F00;
}
.AnyTagClassName
{
color: #D46F00;
}
</style>
background-color css
<style>
a { background-color: #D46F00; }
a { background-color: rgb(212,111,0); }
div.DivClassName
{
background-color: #D46F00;
}
.BgClassName
{
background-color: #D46F00;
}
</style>
border-color css
<style>
span { border-color: #D46F00; }
span { border-color: rgb(212,111,0); }
td.TdClassName
{
border-color: #D46F00;
}
.TagClassName
{
border-color: #D46F00;
}
</style>