Shades of Mango Tango #DA700B
Tints of Mango Tango #DA700B
RGB
CMYK
RGB Variations
Color information
#DA700B (or 0xDA700B) is known color: Mango Tango. HEX triplet: DA, 70 and 0B. RGB value is (218,112,11). Sum of RGB (Red+Green+Blue) = 218+112+11=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA700B is #258FF4. Grayscale: #848484. Windows color (decimal): -2461685 or 749786. OLE color: 749786.
HSL color Cylindrical-coordinate representation of color #DA700B: hue angle of 29.28º 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 #DA700B is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 11 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.15 |
| HSL | 29.28º | 0.9% | 0.45% | - |
| HSV(B) | 29.28º | 0.95% | 0.85% | - |
| XYZ | 34.77 | 26.52 | 3.6 | - |
| YUV | 132.18 | 59.62 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 11 | 0 | 0.49 | 0.95 | 0.15 | 29.28 | 0.9 | 0.45 |
| Hex | DA | 70 | B | 0 | 31 | 5F | F | 1D | 5A | 2D |
| Octal | 332 | 160 | 13 | 0 | 61 | 137 | 17 | 35 | 132 | 55 |
| Binary | 11011010 | 1110000 | 1011 | 0 | 110001 | 1011111 | 1111 | 11101 | 1011010 | 101101 |
Color Harmonies of #DA700B
Complementary color
Monochromatic Colors of #DA700B
Black with #DA700B
Text Example
Text Example
White with #DA700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA700B; }
p { color: rgb(218,112,11); }
H1.HeaderClassName
{
color: #DA700B;
}
.AnyTagClassName
{
color: #DA700B;
}
</style>
background-color css
<style>
a { background-color: #DA700B; }
a { background-color: rgb(218,112,11); }
div.DivClassName
{
background-color: #DA700B;
}
.BgClassName
{
background-color: #DA700B;
}
</style>
border-color css
<style>
span { border-color: #DA700B; }
span { border-color: rgb(218,112,11); }
td.TdClassName
{
border-color: #DA700B;
}
.TagClassName
{
border-color: #DA700B;
}
</style>