Shades of Mango Tango #D67401
Tints of Mango Tango #D67401
RGB
CMYK
RGB Variations
Color information
#D67401 (or 0xD67401) is known color: Mango Tango. HEX triplet: D6, 74 and 01. RGB value is (214,116,1). Sum of RGB (Red+Green+Blue) = 214+116+1=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D67401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67401 is #298BFE. Grayscale: #848484. Windows color (decimal): -2722815 or 95446. OLE color: 95446.
HSL color Cylindrical-coordinate representation of color #D67401: hue angle of 32.39º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D67401 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.16 |
| HSL | 32.39º | 0.99% | 0.42% | - |
| HSV(B) | 32.39º | 1% | 0.84% | - |
| XYZ | 33.98 | 26.79 | 3.41 | - |
| YUV | 132.19 | 53.97 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 1 | 0 | 0.46 | 1.00 | 0.16 | 32.39 | 0.99 | 0.42 |
| Hex | D6 | 74 | 1 | 0 | 2E | 64 | 10 | 20 | 63 | 2A |
| Octal | 326 | 164 | 1 | 0 | 56 | 144 | 20 | 40 | 143 | 52 |
| Binary | 11010110 | 1110100 | 1 | 0 | 101110 | 1100100 | 10000 | 100000 | 1100011 | 101010 |
Color Harmonies of #D67401
Complementary color
Monochromatic Colors of #D67401
Black with #D67401
Text Example
Text Example
White with #D67401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67401; }
p { color: rgb(214,116,1); }
H1.HeaderClassName
{
color: #D67401;
}
.AnyTagClassName
{
color: #D67401;
}
</style>
background-color css
<style>
a { background-color: #D67401; }
a { background-color: rgb(214,116,1); }
div.DivClassName
{
background-color: #D67401;
}
.BgClassName
{
background-color: #D67401;
}
</style>
border-color css
<style>
span { border-color: #D67401; }
span { border-color: rgb(214,116,1); }
td.TdClassName
{
border-color: #D67401;
}
.TagClassName
{
border-color: #D67401;
}
</style>