Shades of Mango Tango #D67F00
Tints of Mango Tango #D67F00
RGB
CMYK
RGB Variations
Color information
#D67F00 (or 0xD67F00) is known color: Mango Tango. HEX triplet: D6, 7F and 00. RGB value is (214,127,0). Sum of RGB (Red+Green+Blue) = 214+127+0=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67F00 is #2980FF. Grayscale: #8B8B8B. Windows color (decimal): -2720000 or 32726. OLE color: 32726.
HSL color Cylindrical-coordinate representation of color #D67F00: hue angle of 35.61º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D67F00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.16 |
| HSL | 35.61º | 1% | 0.42% | - |
| HSV(B) | 35.61º | 1% | 0.84% | - |
| XYZ | 35.32 | 29.47 | 3.83 | - |
| YUV | 138.54 | 49.82 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 0 | 0 | 0.41 | 1 | 0.16 | 35.61 | 1 | 0.42 |
| Hex | D6 | 7F | 0 | 0 | 29 | 64 | 10 | 24 | 64 | 2A |
| Octal | 326 | 177 | 0 | 0 | 51 | 144 | 20 | 44 | 144 | 52 |
| Binary | 11010110 | 1111111 | 0 | 0 | 101001 | 1100100 | 10000 | 100100 | 1100100 | 101010 |
Color Harmonies of #D67F00
Complementary color
Monochromatic Colors of #D67F00
Black with #D67F00
Text Example
Text Example
White with #D67F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F00; }
p { color: rgb(214,127,0); }
H1.HeaderClassName
{
color: #D67F00;
}
.AnyTagClassName
{
color: #D67F00;
}
</style>
background-color css
<style>
a { background-color: #D67F00; }
a { background-color: rgb(214,127,0); }
div.DivClassName
{
background-color: #D67F00;
}
.BgClassName
{
background-color: #D67F00;
}
</style>
border-color css
<style>
span { border-color: #D67F00; }
span { border-color: rgb(214,127,0); }
td.TdClassName
{
border-color: #D67F00;
}
.TagClassName
{
border-color: #D67F00;
}
</style>