Shades of Mango Tango #D26E00
Tints of Mango Tango #D26E00
RGB
CMYK
RGB Variations
Color information
#D26E00 (or 0xD26E00) is known color: Mango Tango. HEX triplet: D2, 6E and 00. RGB value is (210,110,0). Sum of RGB (Red+Green+Blue) = 210+110+0=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26E00 is #2D91FF. Grayscale: #7F7F7F. Windows color (decimal): -2986496 or 28370. OLE color: 28370.
HSL color Cylindrical-coordinate representation of color #D26E00: hue angle of 31.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D26E00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.18 |
| HSL | 31.43º | 1% | 0.41% | - |
| HSV(B) | 31.43º | 1% | 0.82% | - |
| XYZ | 32.15 | 24.85 | 3.1 | - |
| YUV | 127.36 | 56.13 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 0 | 0 | 0.48 | 1 | 0.18 | 31.43 | 1 | 0.41 |
| Hex | D2 | 6E | 0 | 0 | 30 | 64 | 12 | 1F | 64 | 29 |
| Octal | 322 | 156 | 0 | 0 | 60 | 144 | 22 | 37 | 144 | 51 |
| Binary | 11010010 | 1101110 | 0 | 0 | 110000 | 1100100 | 10010 | 11111 | 1100100 | 101001 |
Color Harmonies of #D26E00
Complementary color
Monochromatic Colors of #D26E00
Black with #D26E00
Text Example
Text Example
White with #D26E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26E00; }
p { color: rgb(210,110,0); }
H1.HeaderClassName
{
color: #D26E00;
}
.AnyTagClassName
{
color: #D26E00;
}
</style>
background-color css
<style>
a { background-color: #D26E00; }
a { background-color: rgb(210,110,0); }
div.DivClassName
{
background-color: #D26E00;
}
.BgClassName
{
background-color: #D26E00;
}
</style>
border-color css
<style>
span { border-color: #D26E00; }
span { border-color: rgb(210,110,0); }
td.TdClassName
{
border-color: #D26E00;
}
.TagClassName
{
border-color: #D26E00;
}
</style>