Shades of Mango Tango #DA830B
Tints of Mango Tango #DA830B
RGB
CMYK
RGB Variations
Color information
#DA830B (or 0xDA830B) is known color: Mango Tango. HEX triplet: DA, 83 and 0B. RGB value is (218,131,11). Sum of RGB (Red+Green+Blue) = 218+131+11=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA830B is #257CF4. Grayscale: #8F8F8F. Windows color (decimal): -2456821 or 754650. OLE color: 754650.
HSL color Cylindrical-coordinate representation of color #DA830B: hue angle of 34.78º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA830B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 11 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.15 |
| HSL | 34.78º | 0.9% | 0.45% | - |
| HSV(B) | 34.78º | 0.95% | 0.85% | - |
| XYZ | 37.09 | 31.16 | 4.38 | - |
| YUV | 143.33 | 53.32 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 11 | 0 | 0.40 | 0.95 | 0.15 | 34.78 | 0.9 | 0.45 |
| Hex | DA | 83 | B | 0 | 28 | 5F | F | 23 | 5A | 2D |
| Octal | 332 | 203 | 13 | 0 | 50 | 137 | 17 | 43 | 132 | 55 |
| Binary | 11011010 | 10000011 | 1011 | 0 | 101000 | 1011111 | 1111 | 100011 | 1011010 | 101101 |
Color Harmonies of #DA830B
Complementary color
Monochromatic Colors of #DA830B
Black with #DA830B
Text Example
Text Example
White with #DA830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA830B; }
p { color: rgb(218,131,11); }
H1.HeaderClassName
{
color: #DA830B;
}
.AnyTagClassName
{
color: #DA830B;
}
</style>
background-color css
<style>
a { background-color: #DA830B; }
a { background-color: rgb(218,131,11); }
div.DivClassName
{
background-color: #DA830B;
}
.BgClassName
{
background-color: #DA830B;
}
</style>
border-color css
<style>
span { border-color: #DA830B; }
span { border-color: rgb(218,131,11); }
td.TdClassName
{
border-color: #DA830B;
}
.TagClassName
{
border-color: #DA830B;
}
</style>