Shades of Mango Tango #D67200
Tints of Mango Tango #D67200
RGB
CMYK
RGB Variations
Color information
#D67200 (or 0xD67200) is known color: Mango Tango. HEX triplet: D6, 72 and 00. RGB value is (214,114,0). Sum of RGB (Red+Green+Blue) = 214+114+0=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D67200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67200 is #298DFF. Grayscale: #838383. Windows color (decimal): -2723328 or 29398. OLE color: 29398.
HSL color Cylindrical-coordinate representation of color #D67200: hue angle of 31.96º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D67200 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.16 |
| HSL | 31.96º | 1% | 0.42% | - |
| HSV(B) | 31.96º | 1% | 0.84% | - |
| XYZ | 33.75 | 26.33 | 3.3 | - |
| YUV | 130.9 | 54.13 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 0 | 0 | 0.47 | 1 | 0.16 | 31.96 | 1 | 0.42 |
| Hex | D6 | 72 | 0 | 0 | 2F | 64 | 10 | 20 | 64 | 2A |
| Octal | 326 | 162 | 0 | 0 | 57 | 144 | 20 | 40 | 144 | 52 |
| Binary | 11010110 | 1110010 | 0 | 0 | 101111 | 1100100 | 10000 | 100000 | 1100100 | 101010 |
Color Harmonies of #D67200
Complementary color
Monochromatic Colors of #D67200
Black with #D67200
Text Example
Text Example
White with #D67200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67200; }
p { color: rgb(214,114,0); }
H1.HeaderClassName
{
color: #D67200;
}
.AnyTagClassName
{
color: #D67200;
}
</style>
background-color css
<style>
a { background-color: #D67200; }
a { background-color: rgb(214,114,0); }
div.DivClassName
{
background-color: #D67200;
}
.BgClassName
{
background-color: #D67200;
}
</style>
border-color css
<style>
span { border-color: #D67200; }
span { border-color: rgb(214,114,0); }
td.TdClassName
{
border-color: #D67200;
}
.TagClassName
{
border-color: #D67200;
}
</style>