Shades of Mango Tango #DA8008
Tints of Mango Tango #DA8008
RGB
CMYK
RGB Variations
Color information
#DA8008 (or 0xDA8008) is known color: Mango Tango. HEX triplet: DA, 80 and 08. RGB value is (218,128,8). Sum of RGB (Red+Green+Blue) = 218+128+8=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8008 is #257FF7. Grayscale: #8D8D8D. Windows color (decimal): -2457592 or 557274. OLE color: 557274.
HSL color Cylindrical-coordinate representation of color #DA8008: hue angle of 34.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA8008 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.15 |
| HSL | 34.29º | 0.93% | 0.44% | - |
| HSV(B) | 34.29º | 0.96% | 0.85% | - |
| XYZ | 36.68 | 30.36 | 4.16 | - |
| YUV | 141.23 | 52.82 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 8 | 0 | 0.41 | 0.96 | 0.15 | 34.29 | 0.93 | 0.44 |
| Hex | DA | 80 | 8 | 0 | 29 | 60 | F | 22 | 5D | 2C |
| Octal | 332 | 200 | 10 | 0 | 51 | 140 | 17 | 42 | 135 | 54 |
| Binary | 11011010 | 10000000 | 1000 | 0 | 101001 | 1100000 | 1111 | 100010 | 1011101 | 101100 |
Color Harmonies of #DA8008
Complementary color
Monochromatic Colors of #DA8008
Black with #DA8008
Text Example
Text Example
White with #DA8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8008; }
p { color: rgb(218,128,8); }
H1.HeaderClassName
{
color: #DA8008;
}
.AnyTagClassName
{
color: #DA8008;
}
</style>
background-color css
<style>
a { background-color: #DA8008; }
a { background-color: rgb(218,128,8); }
div.DivClassName
{
background-color: #DA8008;
}
.BgClassName
{
background-color: #DA8008;
}
</style>
border-color css
<style>
span { border-color: #DA8008; }
span { border-color: rgb(218,128,8); }
td.TdClassName
{
border-color: #DA8008;
}
.TagClassName
{
border-color: #DA8008;
}
</style>