Shades of Mango Tango #D28002
Tints of Mango Tango #D28002
RGB
CMYK
RGB Variations
Color information
#D28002 (or 0xD28002) is known color: Mango Tango. HEX triplet: D2, 80 and 02. RGB value is (210,128,2). Sum of RGB (Red+Green+Blue) = 210+128+2=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D28002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28002 is #2D7FFD. Grayscale: #8A8A8A. Windows color (decimal): -2981886 or 164050. OLE color: 164050.
HSL color Cylindrical-coordinate representation of color #D28002: hue angle of 36.35º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D28002 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.18 |
| HSL | 36.35º | 0.98% | 0.42% | - |
| HSV(B) | 36.35º | 0.99% | 0.82% | - |
| XYZ | 34.31 | 29.14 | 3.87 | - |
| YUV | 138.15 | 51.17 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 2 | 0 | 0.39 | 0.99 | 0.18 | 36.35 | 0.98 | 0.42 |
| Hex | D2 | 80 | 2 | 0 | 27 | 63 | 12 | 24 | 62 | 2A |
| Octal | 322 | 200 | 2 | 0 | 47 | 143 | 22 | 44 | 142 | 52 |
| Binary | 11010010 | 10000000 | 10 | 0 | 100111 | 1100011 | 10010 | 100100 | 1100010 | 101010 |
Color Harmonies of #D28002
Complementary color
Monochromatic Colors of #D28002
Black with #D28002
Text Example
Text Example
White with #D28002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28002; }
p { color: rgb(210,128,2); }
H1.HeaderClassName
{
color: #D28002;
}
.AnyTagClassName
{
color: #D28002;
}
</style>
background-color css
<style>
a { background-color: #D28002; }
a { background-color: rgb(210,128,2); }
div.DivClassName
{
background-color: #D28002;
}
.BgClassName
{
background-color: #D28002;
}
</style>
border-color css
<style>
span { border-color: #D28002; }
span { border-color: rgb(210,128,2); }
td.TdClassName
{
border-color: #D28002;
}
.TagClassName
{
border-color: #D28002;
}
</style>