Shades of Mango Tango #DA7D0B
Tints of Mango Tango #DA7D0B
RGB
CMYK
RGB Variations
Color information
#DA7D0B (or 0xDA7D0B) is known color: Mango Tango. HEX triplet: DA, 7D and 0B. RGB value is (218,125,11). Sum of RGB (Red+Green+Blue) = 218+125+11=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7D0B is #2582F4. Grayscale: #8C8C8C. Windows color (decimal): -2458357 or 753114. OLE color: 753114.
HSL color Cylindrical-coordinate representation of color #DA7D0B: hue angle of 33.04º 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 #DA7D0B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.15 |
| HSL | 33.04º | 0.9% | 0.45% | - |
| HSV(B) | 33.04º | 0.95% | 0.85% | - |
| XYZ | 36.31 | 29.6 | 4.12 | - |
| YUV | 139.81 | 55.31 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 11 | 0 | 0.43 | 0.95 | 0.15 | 33.04 | 0.9 | 0.45 |
| Hex | DA | 7D | B | 0 | 2B | 5F | F | 21 | 5A | 2D |
| Octal | 332 | 175 | 13 | 0 | 53 | 137 | 17 | 41 | 132 | 55 |
| Binary | 11011010 | 1111101 | 1011 | 0 | 101011 | 1011111 | 1111 | 100001 | 1011010 | 101101 |
Color Harmonies of #DA7D0B
Complementary color
Monochromatic Colors of #DA7D0B
Black with #DA7D0B
Text Example
Text Example
White with #DA7D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D0B; }
p { color: rgb(218,125,11); }
H1.HeaderClassName
{
color: #DA7D0B;
}
.AnyTagClassName
{
color: #DA7D0B;
}
</style>
background-color css
<style>
a { background-color: #DA7D0B; }
a { background-color: rgb(218,125,11); }
div.DivClassName
{
background-color: #DA7D0B;
}
.BgClassName
{
background-color: #DA7D0B;
}
</style>
border-color css
<style>
span { border-color: #DA7D0B; }
span { border-color: rgb(218,125,11); }
td.TdClassName
{
border-color: #DA7D0B;
}
.TagClassName
{
border-color: #DA7D0B;
}
</style>