Shades of Mango Tango #D67A07
Tints of Mango Tango #D67A07
RGB
CMYK
RGB Variations
Color information
#D67A07 (or 0xD67A07) is known color: Mango Tango. HEX triplet: D6, 7A and 07. RGB value is (214,122,7). Sum of RGB (Red+Green+Blue) = 214+122+7=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67A07 is #2985F8. Grayscale: #888888. Windows color (decimal): -2721273 or 490198. OLE color: 490198.
HSL color Cylindrical-coordinate representation of color #D67A07: hue angle of 33.33º 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 #D67A07 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 7 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.16 |
| HSL | 33.33º | 0.94% | 0.43% | - |
| HSV(B) | 33.33º | 0.97% | 0.84% | - |
| XYZ | 34.73 | 28.23 | 3.82 | - |
| YUV | 136.4 | 54.98 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 7 | 0 | 0.43 | 0.97 | 0.16 | 33.33 | 0.94 | 0.43 |
| Hex | D6 | 7A | 7 | 0 | 2B | 61 | 10 | 21 | 5E | 2B |
| Octal | 326 | 172 | 7 | 0 | 53 | 141 | 20 | 41 | 136 | 53 |
| Binary | 11010110 | 1111010 | 111 | 0 | 101011 | 1100001 | 10000 | 100001 | 1011110 | 101011 |
Color Harmonies of #D67A07
Complementary color
Monochromatic Colors of #D67A07
Black with #D67A07
Text Example
Text Example
White with #D67A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A07; }
p { color: rgb(214,122,7); }
H1.HeaderClassName
{
color: #D67A07;
}
.AnyTagClassName
{
color: #D67A07;
}
</style>
background-color css
<style>
a { background-color: #D67A07; }
a { background-color: rgb(214,122,7); }
div.DivClassName
{
background-color: #D67A07;
}
.BgClassName
{
background-color: #D67A07;
}
</style>
border-color css
<style>
span { border-color: #D67A07; }
span { border-color: rgb(214,122,7); }
td.TdClassName
{
border-color: #D67A07;
}
.TagClassName
{
border-color: #D67A07;
}
</style>