Shades of Mango Tango #DD740B
Tints of Mango Tango #DD740B
RGB
CMYK
RGB Variations
Color information
#DD740B (or 0xDD740B) is known color: Mango Tango. HEX triplet: DD, 74 and 0B. RGB value is (221,116,11). Sum of RGB (Red+Green+Blue) = 221+116+11=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD740B is #228BF4. Grayscale: #878787. Windows color (decimal): -2264053 or 750813. OLE color: 750813.
HSL color Cylindrical-coordinate representation of color #DD740B: hue angle of 30º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD740B is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 11 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.13 |
| HSL | 30º | 0.91% | 0.45% | - |
| HSV(B) | 30º | 0.95% | 0.87% | - |
| XYZ | 36.12 | 27.89 | 3.8 | - |
| YUV | 135.43 | 57.79 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 11 | 0 | 0.48 | 0.95 | 0.13 | 30 | 0.91 | 0.45 |
| Hex | DD | 74 | B | 0 | 30 | 5F | D | 1E | 5B | 2D |
| Octal | 335 | 164 | 13 | 0 | 60 | 137 | 15 | 36 | 133 | 55 |
| Binary | 11011101 | 1110100 | 1011 | 0 | 110000 | 1011111 | 1101 | 11110 | 1011011 | 101101 |
Color Harmonies of #DD740B
Complementary color
Monochromatic Colors of #DD740B
Black with #DD740B
Text Example
Text Example
White with #DD740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD740B; }
p { color: rgb(221,116,11); }
H1.HeaderClassName
{
color: #DD740B;
}
.AnyTagClassName
{
color: #DD740B;
}
</style>
background-color css
<style>
a { background-color: #DD740B; }
a { background-color: rgb(221,116,11); }
div.DivClassName
{
background-color: #DD740B;
}
.BgClassName
{
background-color: #DD740B;
}
</style>
border-color css
<style>
span { border-color: #DD740B; }
span { border-color: rgb(221,116,11); }
td.TdClassName
{
border-color: #DD740B;
}
.TagClassName
{
border-color: #DD740B;
}
</style>