Shades of Mango Tango #DA830F
Tints of Mango Tango #DA830F
RGB
CMYK
RGB Variations
Color information
#DA830F (or 0xDA830F) is known color: Mango Tango. HEX triplet: DA, 83 and 0F. RGB value is (218,131,15). Sum of RGB (Red+Green+Blue) = 218+131+15=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA830F is #257CF0. Grayscale: #909090. Windows color (decimal): -2456817 or 1016794. OLE color: 1016794.
HSL color Cylindrical-coordinate representation of color #DA830F: hue angle of 34.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA830F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 15 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.15 |
| HSL | 34.29º | 0.87% | 0.46% | - |
| HSV(B) | 34.29º | 0.93% | 0.85% | - |
| XYZ | 37.12 | 31.17 | 4.51 | - |
| YUV | 143.79 | 55.32 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 15 | 0 | 0.40 | 0.93 | 0.15 | 34.29 | 0.87 | 0.46 |
| Hex | DA | 83 | F | 0 | 28 | 5D | F | 22 | 57 | 2E |
| Octal | 332 | 203 | 17 | 0 | 50 | 135 | 17 | 42 | 127 | 56 |
| Binary | 11011010 | 10000011 | 1111 | 0 | 101000 | 1011101 | 1111 | 100010 | 1010111 | 101110 |
Color Harmonies of #DA830F
Complementary color
Monochromatic Colors of #DA830F
Black with #DA830F
Text Example
Text Example
White with #DA830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA830F; }
p { color: rgb(218,131,15); }
H1.HeaderClassName
{
color: #DA830F;
}
.AnyTagClassName
{
color: #DA830F;
}
</style>
background-color css
<style>
a { background-color: #DA830F; }
a { background-color: rgb(218,131,15); }
div.DivClassName
{
background-color: #DA830F;
}
.BgClassName
{
background-color: #DA830F;
}
</style>
border-color css
<style>
span { border-color: #DA830F; }
span { border-color: rgb(218,131,15); }
td.TdClassName
{
border-color: #DA830F;
}
.TagClassName
{
border-color: #DA830F;
}
</style>