Shades of Mango Tango #DD750B
Tints of Mango Tango #DD750B
RGB
CMYK
RGB Variations
Color information
#DD750B (or 0xDD750B) is known color: Mango Tango. HEX triplet: DD, 75 and 0B. RGB value is (221,117,11). Sum of RGB (Red+Green+Blue) = 221+117+11=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD750B is #228AF4. Grayscale: #888888. Windows color (decimal): -2263797 or 751069. OLE color: 751069.
HSL color Cylindrical-coordinate representation of color #DD750B: hue angle of 30.29º 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 #DD750B is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 11 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.13 |
| HSL | 30.29º | 0.91% | 0.45% | - |
| HSV(B) | 30.29º | 0.95% | 0.87% | - |
| XYZ | 36.24 | 28.12 | 3.83 | - |
| YUV | 136.01 | 57.46 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 11 | 0 | 0.47 | 0.95 | 0.13 | 30.29 | 0.91 | 0.45 |
| Hex | DD | 75 | B | 0 | 2F | 5F | D | 1E | 5B | 2D |
| Octal | 335 | 165 | 13 | 0 | 57 | 137 | 15 | 36 | 133 | 55 |
| Binary | 11011101 | 1110101 | 1011 | 0 | 101111 | 1011111 | 1101 | 11110 | 1011011 | 101101 |
Color Harmonies of #DD750B
Complementary color
Monochromatic Colors of #DD750B
Black with #DD750B
Text Example
Text Example
White with #DD750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD750B; }
p { color: rgb(221,117,11); }
H1.HeaderClassName
{
color: #DD750B;
}
.AnyTagClassName
{
color: #DD750B;
}
</style>
background-color css
<style>
a { background-color: #DD750B; }
a { background-color: rgb(221,117,11); }
div.DivClassName
{
background-color: #DD750B;
}
.BgClassName
{
background-color: #DD750B;
}
</style>
border-color css
<style>
span { border-color: #DD750B; }
span { border-color: rgb(221,117,11); }
td.TdClassName
{
border-color: #DD750B;
}
.TagClassName
{
border-color: #DD750B;
}
</style>