Shades of Mango Tango #D28008
Tints of Mango Tango #D28008
RGB
CMYK
RGB Variations
Color information
#D28008 (or 0xD28008) is known color: Mango Tango. HEX triplet: D2, 80 and 08. RGB value is (210,128,8). Sum of RGB (Red+Green+Blue) = 210+128+8=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D28008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28008 is #2D7FF7. Grayscale: #8B8B8B. Windows color (decimal): -2981880 or 557266. OLE color: 557266.
HSL color Cylindrical-coordinate representation of color #D28008: hue angle of 35.64º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D28008 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.18 |
| HSL | 35.64º | 0.93% | 0.43% | - |
| HSV(B) | 35.64º | 0.96% | 0.82% | - |
| XYZ | 34.34 | 29.16 | 4.05 | - |
| YUV | 138.84 | 54.17 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 8 | 0 | 0.39 | 0.96 | 0.18 | 35.64 | 0.93 | 0.43 |
| Hex | D2 | 80 | 8 | 0 | 27 | 60 | 12 | 24 | 5D | 2B |
| Octal | 322 | 200 | 10 | 0 | 47 | 140 | 22 | 44 | 135 | 53 |
| Binary | 11010010 | 10000000 | 1000 | 0 | 100111 | 1100000 | 10010 | 100100 | 1011101 | 101011 |
Color Harmonies of #D28008
Complementary color
Monochromatic Colors of #D28008
Black with #D28008
Text Example
Text Example
White with #D28008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28008; }
p { color: rgb(210,128,8); }
H1.HeaderClassName
{
color: #D28008;
}
.AnyTagClassName
{
color: #D28008;
}
</style>
background-color css
<style>
a { background-color: #D28008; }
a { background-color: rgb(210,128,8); }
div.DivClassName
{
background-color: #D28008;
}
.BgClassName
{
background-color: #D28008;
}
</style>
border-color css
<style>
span { border-color: #D28008; }
span { border-color: rgb(210,128,8); }
td.TdClassName
{
border-color: #D28008;
}
.TagClassName
{
border-color: #D28008;
}
</style>