Shades of Mango Tango #D26C00
Tints of Mango Tango #D26C00
RGB
CMYK
RGB Variations
Color information
#D26C00 (or 0xD26C00) is known color: Mango Tango. HEX triplet: D2, 6C and 00. RGB value is (210,108,0). Sum of RGB (Red+Green+Blue) = 210+108+0=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26C00 is #2D93FF. Grayscale: #7E7E7E. Windows color (decimal): -2987008 or 27858. OLE color: 27858.
HSL color Cylindrical-coordinate representation of color #D26C00: hue angle of 30.86º 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 #D26C00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.18 |
| HSL | 30.86º | 1% | 0.41% | - |
| HSV(B) | 30.86º | 1% | 0.82% | - |
| XYZ | 31.94 | 24.43 | 3.03 | - |
| YUV | 126.19 | 56.79 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 0 | 0 | 0.49 | 1 | 0.18 | 30.86 | 1 | 0.41 |
| Hex | D2 | 6C | 0 | 0 | 31 | 64 | 12 | 1F | 64 | 29 |
| Octal | 322 | 154 | 0 | 0 | 61 | 144 | 22 | 37 | 144 | 51 |
| Binary | 11010010 | 1101100 | 0 | 0 | 110001 | 1100100 | 10010 | 11111 | 1100100 | 101001 |
Color Harmonies of #D26C00
Complementary color
Monochromatic Colors of #D26C00
Black with #D26C00
Text Example
Text Example
White with #D26C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C00; }
p { color: rgb(210,108,0); }
H1.HeaderClassName
{
color: #D26C00;
}
.AnyTagClassName
{
color: #D26C00;
}
</style>
background-color css
<style>
a { background-color: #D26C00; }
a { background-color: rgb(210,108,0); }
div.DivClassName
{
background-color: #D26C00;
}
.BgClassName
{
background-color: #D26C00;
}
</style>
border-color css
<style>
span { border-color: #D26C00; }
span { border-color: rgb(210,108,0); }
td.TdClassName
{
border-color: #D26C00;
}
.TagClassName
{
border-color: #D26C00;
}
</style>