Shades of Mango Tango #DA8308
Tints of Mango Tango #DA8308
RGB
CMYK
RGB Variations
Color information
#DA8308 (or 0xDA8308) is known color: Mango Tango. HEX triplet: DA, 83 and 08. RGB value is (218,131,8). Sum of RGB (Red+Green+Blue) = 218+131+8=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8308 is #257CF7. Grayscale: #8F8F8F. Windows color (decimal): -2456824 or 558042. OLE color: 558042.
HSL color Cylindrical-coordinate representation of color #DA8308: hue angle of 35.14º 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 #DA8308 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 8 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.15 |
| HSL | 35.14º | 0.93% | 0.44% | - |
| HSV(B) | 35.14º | 0.96% | 0.85% | - |
| XYZ | 37.07 | 31.16 | 4.29 | - |
| YUV | 142.99 | 51.82 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 8 | 0 | 0.40 | 0.96 | 0.15 | 35.14 | 0.93 | 0.44 |
| Hex | DA | 83 | 8 | 0 | 28 | 60 | F | 23 | 5D | 2C |
| Octal | 332 | 203 | 10 | 0 | 50 | 140 | 17 | 43 | 135 | 54 |
| Binary | 11011010 | 10000011 | 1000 | 0 | 101000 | 1100000 | 1111 | 100011 | 1011101 | 101100 |
Color Harmonies of #DA8308
Complementary color
Monochromatic Colors of #DA8308
Black with #DA8308
Text Example
Text Example
White with #DA8308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8308; }
p { color: rgb(218,131,8); }
H1.HeaderClassName
{
color: #DA8308;
}
.AnyTagClassName
{
color: #DA8308;
}
</style>
background-color css
<style>
a { background-color: #DA8308; }
a { background-color: rgb(218,131,8); }
div.DivClassName
{
background-color: #DA8308;
}
.BgClassName
{
background-color: #DA8308;
}
</style>
border-color css
<style>
span { border-color: #DA8308; }
span { border-color: rgb(218,131,8); }
td.TdClassName
{
border-color: #DA8308;
}
.TagClassName
{
border-color: #DA8308;
}
</style>