Shades of Mango Tango #D67407
Tints of Mango Tango #D67407
RGB
CMYK
RGB Variations
Color information
#D67407 (or 0xD67407) is known color: Mango Tango. HEX triplet: D6, 74 and 07. RGB value is (214,116,7). Sum of RGB (Red+Green+Blue) = 214+116+7=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D67407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67407 is #298BF8. Grayscale: #858585. Windows color (decimal): -2722809 or 488662. OLE color: 488662.
HSL color Cylindrical-coordinate representation of color #D67407: hue angle of 31.59º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D67407 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 7 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.16 |
| HSL | 31.59º | 0.94% | 0.43% | - |
| HSV(B) | 31.59º | 0.97% | 0.84% | - |
| XYZ | 34.02 | 26.8 | 3.58 | - |
| YUV | 132.88 | 56.97 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 7 | 0 | 0.46 | 0.97 | 0.16 | 31.59 | 0.94 | 0.43 |
| Hex | D6 | 74 | 7 | 0 | 2E | 61 | 10 | 20 | 5E | 2B |
| Octal | 326 | 164 | 7 | 0 | 56 | 141 | 20 | 40 | 136 | 53 |
| Binary | 11010110 | 1110100 | 111 | 0 | 101110 | 1100001 | 10000 | 100000 | 1011110 | 101011 |
Color Harmonies of #D67407
Complementary color
Monochromatic Colors of #D67407
Black with #D67407
Text Example
Text Example
White with #D67407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67407; }
p { color: rgb(214,116,7); }
H1.HeaderClassName
{
color: #D67407;
}
.AnyTagClassName
{
color: #D67407;
}
</style>
background-color css
<style>
a { background-color: #D67407; }
a { background-color: rgb(214,116,7); }
div.DivClassName
{
background-color: #D67407;
}
.BgClassName
{
background-color: #D67407;
}
</style>
border-color css
<style>
span { border-color: #D67407; }
span { border-color: rgb(214,116,7); }
td.TdClassName
{
border-color: #D67407;
}
.TagClassName
{
border-color: #D67407;
}
</style>