Shades of Mango Tango #D28000
Tints of Mango Tango #D28000
RGB
CMYK
RGB Variations
Color information
#D28000 (or 0xD28000) is known color: Mango Tango. HEX triplet: D2, 80 and 00. RGB value is (210,128,0). Sum of RGB (Red+Green+Blue) = 210+128+0=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D28000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28000 is #2D7FFF. Grayscale: #8A8A8A. Windows color (decimal): -2981888 or 32978. OLE color: 32978.
HSL color Cylindrical-coordinate representation of color #D28000: hue angle of 36.57º 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 #D28000 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.18 |
| HSL | 36.57º | 1% | 0.41% | - |
| HSV(B) | 36.57º | 1% | 0.82% | - |
| XYZ | 34.3 | 29.14 | 3.82 | - |
| YUV | 137.93 | 50.17 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 0 | 0 | 0.39 | 1 | 0.18 | 36.57 | 1 | 0.41 |
| Hex | D2 | 80 | 0 | 0 | 27 | 64 | 12 | 25 | 64 | 29 |
| Octal | 322 | 200 | 0 | 0 | 47 | 144 | 22 | 45 | 144 | 51 |
| Binary | 11010010 | 10000000 | 0 | 0 | 100111 | 1100100 | 10010 | 100101 | 1100100 | 101001 |
Color Harmonies of #D28000
Complementary color
Monochromatic Colors of #D28000
Black with #D28000
Text Example
Text Example
White with #D28000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28000; }
p { color: rgb(210,128,0); }
H1.HeaderClassName
{
color: #D28000;
}
.AnyTagClassName
{
color: #D28000;
}
</style>
background-color css
<style>
a { background-color: #D28000; }
a { background-color: rgb(210,128,0); }
div.DivClassName
{
background-color: #D28000;
}
.BgClassName
{
background-color: #D28000;
}
</style>
border-color css
<style>
span { border-color: #D28000; }
span { border-color: rgb(210,128,0); }
td.TdClassName
{
border-color: #D28000;
}
.TagClassName
{
border-color: #D28000;
}
</style>