Shades of Mango Tango #D26F07
Tints of Mango Tango #D26F07
RGB
CMYK
RGB Variations
Color information
#D26F07 (or 0xD26F07) is known color: Mango Tango. HEX triplet: D2, 6F and 07. RGB value is (210,111,7). Sum of RGB (Red+Green+Blue) = 210+111+7=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26F07 is #2D90F8. Grayscale: #818181. Windows color (decimal): -2986233 or 487378. OLE color: 487378.
HSL color Cylindrical-coordinate representation of color #D26F07: hue angle of 30.74º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D26F07 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 7 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.18 |
| HSL | 30.74º | 0.94% | 0.43% | - |
| HSV(B) | 30.74º | 0.97% | 0.82% | - |
| XYZ | 32.3 | 25.09 | 3.34 | - |
| YUV | 128.75 | 59.3 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 7 | 0 | 0.47 | 0.97 | 0.18 | 30.74 | 0.94 | 0.43 |
| Hex | D2 | 6F | 7 | 0 | 2F | 61 | 12 | 1F | 5E | 2B |
| Octal | 322 | 157 | 7 | 0 | 57 | 141 | 22 | 37 | 136 | 53 |
| Binary | 11010010 | 1101111 | 111 | 0 | 101111 | 1100001 | 10010 | 11111 | 1011110 | 101011 |
Color Harmonies of #D26F07
Complementary color
Monochromatic Colors of #D26F07
Black with #D26F07
Text Example
Text Example
White with #D26F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F07; }
p { color: rgb(210,111,7); }
H1.HeaderClassName
{
color: #D26F07;
}
.AnyTagClassName
{
color: #D26F07;
}
</style>
background-color css
<style>
a { background-color: #D26F07; }
a { background-color: rgb(210,111,7); }
div.DivClassName
{
background-color: #D26F07;
}
.BgClassName
{
background-color: #D26F07;
}
</style>
border-color css
<style>
span { border-color: #D26F07; }
span { border-color: rgb(210,111,7); }
td.TdClassName
{
border-color: #D26F07;
}
.TagClassName
{
border-color: #D26F07;
}
</style>