Shades of Mango Tango #DD7B07
Tints of Mango Tango #DD7B07
RGB
CMYK
RGB Variations
Color information
#DD7B07 (or 0xDD7B07) is known color: Mango Tango. HEX triplet: DD, 7B and 07. RGB value is (221,123,7). Sum of RGB (Red+Green+Blue) = 221+123+7=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7B07 is #2284F8. Grayscale: #8B8B8B. Windows color (decimal): -2262265 or 490461. OLE color: 490461.
HSL color Cylindrical-coordinate representation of color #DD7B07: hue angle of 32.52º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD7B07 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 7 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.13 |
| HSL | 32.52º | 0.94% | 0.45% | - |
| HSV(B) | 32.52º | 0.97% | 0.87% | - |
| XYZ | 36.94 | 29.55 | 3.96 | - |
| YUV | 139.08 | 53.47 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 7 | 0 | 0.44 | 0.97 | 0.13 | 32.52 | 0.94 | 0.45 |
| Hex | DD | 7B | 7 | 0 | 2C | 61 | D | 21 | 5E | 2D |
| Octal | 335 | 173 | 7 | 0 | 54 | 141 | 15 | 41 | 136 | 55 |
| Binary | 11011101 | 1111011 | 111 | 0 | 101100 | 1100001 | 1101 | 100001 | 1011110 | 101101 |
Color Harmonies of #DD7B07
Complementary color
Monochromatic Colors of #DD7B07
Black with #DD7B07
Text Example
Text Example
White with #DD7B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B07; }
p { color: rgb(221,123,7); }
H1.HeaderClassName
{
color: #DD7B07;
}
.AnyTagClassName
{
color: #DD7B07;
}
</style>
background-color css
<style>
a { background-color: #DD7B07; }
a { background-color: rgb(221,123,7); }
div.DivClassName
{
background-color: #DD7B07;
}
.BgClassName
{
background-color: #DD7B07;
}
</style>
border-color css
<style>
span { border-color: #DD7B07; }
span { border-color: rgb(221,123,7); }
td.TdClassName
{
border-color: #DD7B07;
}
.TagClassName
{
border-color: #DD7B07;
}
</style>