Shades of Mango Tango #D67009
Tints of Mango Tango #D67009
RGB
CMYK
RGB Variations
Color information
#D67009 (or 0xD67009) is known color: Mango Tango. HEX triplet: D6, 70 and 09. RGB value is (214,112,9). Sum of RGB (Red+Green+Blue) = 214+112+9=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D67009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67009 is #298FF6. Grayscale: #838383. Windows color (decimal): -2723831 or 618710. OLE color: 618710.
HSL color Cylindrical-coordinate representation of color #D67009: hue angle of 30.15º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D67009 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 9 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.16 |
| HSL | 30.15º | 0.92% | 0.44% | - |
| HSV(B) | 30.15º | 0.96% | 0.84% | - |
| XYZ | 33.58 | 25.9 | 3.49 | - |
| YUV | 130.76 | 59.29 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 9 | 0 | 0.48 | 0.96 | 0.16 | 30.15 | 0.92 | 0.44 |
| Hex | D6 | 70 | 9 | 0 | 30 | 60 | 10 | 1E | 5C | 2C |
| Octal | 326 | 160 | 11 | 0 | 60 | 140 | 20 | 36 | 134 | 54 |
| Binary | 11010110 | 1110000 | 1001 | 0 | 110000 | 1100000 | 10000 | 11110 | 1011100 | 101100 |
Color Harmonies of #D67009
Complementary color
Monochromatic Colors of #D67009
Black with #D67009
Text Example
Text Example
White with #D67009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67009; }
p { color: rgb(214,112,9); }
H1.HeaderClassName
{
color: #D67009;
}
.AnyTagClassName
{
color: #D67009;
}
</style>
background-color css
<style>
a { background-color: #D67009; }
a { background-color: rgb(214,112,9); }
div.DivClassName
{
background-color: #D67009;
}
.BgClassName
{
background-color: #D67009;
}
</style>
border-color css
<style>
span { border-color: #D67009; }
span { border-color: rgb(214,112,9); }
td.TdClassName
{
border-color: #D67009;
}
.TagClassName
{
border-color: #D67009;
}
</style>