Shades of Mango Tango #DA7B0D
Tints of Mango Tango #DA7B0D
RGB
CMYK
RGB Variations
Color information
#DA7B0D (or 0xDA7B0D) is known color: Mango Tango. HEX triplet: DA, 7B and 0D. RGB value is (218,123,13). Sum of RGB (Red+Green+Blue) = 218+123+13=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7B0D is #2584F2. Grayscale: #8B8B8B. Windows color (decimal): -2458867 or 883674. OLE color: 883674.
HSL color Cylindrical-coordinate representation of color #DA7B0D: hue angle of 32.2º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA7B0D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.15 |
| HSL | 32.2º | 0.89% | 0.45% | - |
| HSV(B) | 32.2º | 0.94% | 0.85% | - |
| XYZ | 36.07 | 29.1 | 4.1 | - |
| YUV | 138.87 | 56.97 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 13 | 0 | 0.44 | 0.94 | 0.15 | 32.2 | 0.89 | 0.45 |
| Hex | DA | 7B | D | 0 | 2C | 5E | F | 20 | 59 | 2D |
| Octal | 332 | 173 | 15 | 0 | 54 | 136 | 17 | 40 | 131 | 55 |
| Binary | 11011010 | 1111011 | 1101 | 0 | 101100 | 1011110 | 1111 | 100000 | 1011001 | 101101 |
Color Harmonies of #DA7B0D
Complementary color
Monochromatic Colors of #DA7B0D
Black with #DA7B0D
Text Example
Text Example
White with #DA7B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B0D; }
p { color: rgb(218,123,13); }
H1.HeaderClassName
{
color: #DA7B0D;
}
.AnyTagClassName
{
color: #DA7B0D;
}
</style>
background-color css
<style>
a { background-color: #DA7B0D; }
a { background-color: rgb(218,123,13); }
div.DivClassName
{
background-color: #DA7B0D;
}
.BgClassName
{
background-color: #DA7B0D;
}
</style>
border-color css
<style>
span { border-color: #DA7B0D; }
span { border-color: rgb(218,123,13); }
td.TdClassName
{
border-color: #DA7B0D;
}
.TagClassName
{
border-color: #DA7B0D;
}
</style>