Shades of Mango Tango #D67F04
Tints of Mango Tango #D67F04
RGB
CMYK
RGB Variations
Color information
#D67F04 (or 0xD67F04) is known color: Mango Tango. HEX triplet: D6, 7F and 04. RGB value is (214,127,4). Sum of RGB (Red+Green+Blue) = 214+127+4=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67F04 is #2980FB. Grayscale: #8B8B8B. Windows color (decimal): -2719996 or 294870. OLE color: 294870.
HSL color Cylindrical-coordinate representation of color #D67F04: hue angle of 35.14º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D67F04 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.16 |
| HSL | 35.14º | 0.96% | 0.43% | - |
| HSV(B) | 35.14º | 0.98% | 0.84% | - |
| XYZ | 35.34 | 29.48 | 3.94 | - |
| YUV | 138.99 | 51.82 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 4 | 0 | 0.41 | 0.98 | 0.16 | 35.14 | 0.96 | 0.43 |
| Hex | D6 | 7F | 4 | 0 | 29 | 62 | 10 | 23 | 60 | 2B |
| Octal | 326 | 177 | 4 | 0 | 51 | 142 | 20 | 43 | 140 | 53 |
| Binary | 11010110 | 1111111 | 100 | 0 | 101001 | 1100010 | 10000 | 100011 | 1100000 | 101011 |
Color Harmonies of #D67F04
Complementary color
Monochromatic Colors of #D67F04
Black with #D67F04
Text Example
Text Example
White with #D67F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F04; }
p { color: rgb(214,127,4); }
H1.HeaderClassName
{
color: #D67F04;
}
.AnyTagClassName
{
color: #D67F04;
}
</style>
background-color css
<style>
a { background-color: #D67F04; }
a { background-color: rgb(214,127,4); }
div.DivClassName
{
background-color: #D67F04;
}
.BgClassName
{
background-color: #D67F04;
}
</style>
border-color css
<style>
span { border-color: #D67F04; }
span { border-color: rgb(214,127,4); }
td.TdClassName
{
border-color: #D67F04;
}
.TagClassName
{
border-color: #D67F04;
}
</style>