Shades of Mango Tango #D68404
Tints of Mango Tango #D68404
RGB
CMYK
RGB Variations
Color information
#D68404 (or 0xD68404) is known color: Mango Tango. HEX triplet: D6, 84 and 04. RGB value is (214,132,4). Sum of RGB (Red+Green+Blue) = 214+132+4=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D68404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68404 is #297BFB. Grayscale: #8E8E8E. Windows color (decimal): -2718716 or 296150. OLE color: 296150.
HSL color Cylindrical-coordinate representation of color #D68404: hue angle of 36.57º 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 #D68404 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.16 |
| HSL | 36.57º | 0.96% | 0.43% | - |
| HSV(B) | 36.57º | 0.98% | 0.84% | - |
| XYZ | 36 | 30.81 | 4.16 | - |
| YUV | 141.93 | 50.17 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 4 | 0 | 0.38 | 0.98 | 0.16 | 36.57 | 0.96 | 0.43 |
| Hex | D6 | 84 | 4 | 0 | 26 | 62 | 10 | 25 | 60 | 2B |
| Octal | 326 | 204 | 4 | 0 | 46 | 142 | 20 | 45 | 140 | 53 |
| Binary | 11010110 | 10000100 | 100 | 0 | 100110 | 1100010 | 10000 | 100101 | 1100000 | 101011 |
Color Harmonies of #D68404
Complementary color
Monochromatic Colors of #D68404
Black with #D68404
Text Example
Text Example
White with #D68404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68404; }
p { color: rgb(214,132,4); }
H1.HeaderClassName
{
color: #D68404;
}
.AnyTagClassName
{
color: #D68404;
}
</style>
background-color css
<style>
a { background-color: #D68404; }
a { background-color: rgb(214,132,4); }
div.DivClassName
{
background-color: #D68404;
}
.BgClassName
{
background-color: #D68404;
}
</style>
border-color css
<style>
span { border-color: #D68404; }
span { border-color: rgb(214,132,4); }
td.TdClassName
{
border-color: #D68404;
}
.TagClassName
{
border-color: #D68404;
}
</style>