Shades of Mango Tango #D67404
Tints of Mango Tango #D67404
RGB
CMYK
RGB Variations
Color information
#D67404 (or 0xD67404) is known color: Mango Tango. HEX triplet: D6, 74 and 04. RGB value is (214,116,4). Sum of RGB (Red+Green+Blue) = 214+116+4=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D67404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67404 is #298BFB. Grayscale: #858585. Windows color (decimal): -2722812 or 292054. OLE color: 292054.
HSL color Cylindrical-coordinate representation of color #D67404: hue angle of 32º 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 #D67404 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.16 |
| HSL | 32º | 0.96% | 0.43% | - |
| HSV(B) | 32º | 0.98% | 0.84% | - |
| XYZ | 34 | 26.8 | 3.5 | - |
| YUV | 132.53 | 55.47 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 4 | 0 | 0.46 | 0.98 | 0.16 | 32 | 0.96 | 0.43 |
| Hex | D6 | 74 | 4 | 0 | 2E | 62 | 10 | 20 | 60 | 2B |
| Octal | 326 | 164 | 4 | 0 | 56 | 142 | 20 | 40 | 140 | 53 |
| Binary | 11010110 | 1110100 | 100 | 0 | 101110 | 1100010 | 10000 | 100000 | 1100000 | 101011 |
Color Harmonies of #D67404
Complementary color
Monochromatic Colors of #D67404
Black with #D67404
Text Example
Text Example
White with #D67404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67404; }
p { color: rgb(214,116,4); }
H1.HeaderClassName
{
color: #D67404;
}
.AnyTagClassName
{
color: #D67404;
}
</style>
background-color css
<style>
a { background-color: #D67404; }
a { background-color: rgb(214,116,4); }
div.DivClassName
{
background-color: #D67404;
}
.BgClassName
{
background-color: #D67404;
}
</style>
border-color css
<style>
span { border-color: #D67404; }
span { border-color: rgb(214,116,4); }
td.TdClassName
{
border-color: #D67404;
}
.TagClassName
{
border-color: #D67404;
}
</style>