Shades of Mango Tango #D67507
Tints of Mango Tango #D67507
RGB
CMYK
RGB Variations
Color information
#D67507 (or 0xD67507) is known color: Mango Tango. HEX triplet: D6, 75 and 07. RGB value is (214,117,7). Sum of RGB (Red+Green+Blue) = 214+117+7=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D67507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67507 is #298AF8. Grayscale: #868686. Windows color (decimal): -2722553 or 488918. OLE color: 488918.
HSL color Cylindrical-coordinate representation of color #D67507: hue angle of 31.88º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D67507 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 7 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.16 |
| HSL | 31.88º | 0.94% | 0.43% | - |
| HSV(B) | 31.88º | 0.97% | 0.84% | - |
| XYZ | 34.13 | 27.03 | 3.62 | - |
| YUV | 133.46 | 56.64 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 7 | 0 | 0.45 | 0.97 | 0.16 | 31.88 | 0.94 | 0.43 |
| Hex | D6 | 75 | 7 | 0 | 2D | 61 | 10 | 20 | 5E | 2B |
| Octal | 326 | 165 | 7 | 0 | 55 | 141 | 20 | 40 | 136 | 53 |
| Binary | 11010110 | 1110101 | 111 | 0 | 101101 | 1100001 | 10000 | 100000 | 1011110 | 101011 |
Color Harmonies of #D67507
Complementary color
Monochromatic Colors of #D67507
Black with #D67507
Text Example
Text Example
White with #D67507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67507; }
p { color: rgb(214,117,7); }
H1.HeaderClassName
{
color: #D67507;
}
.AnyTagClassName
{
color: #D67507;
}
</style>
background-color css
<style>
a { background-color: #D67507; }
a { background-color: rgb(214,117,7); }
div.DivClassName
{
background-color: #D67507;
}
.BgClassName
{
background-color: #D67507;
}
</style>
border-color css
<style>
span { border-color: #D67507; }
span { border-color: rgb(214,117,7); }
td.TdClassName
{
border-color: #D67507;
}
.TagClassName
{
border-color: #D67507;
}
</style>