Shades of Mango Tango #DD7B06
Tints of Mango Tango #DD7B06
RGB
CMYK
RGB Variations
Color information
#DD7B06 (or 0xDD7B06) is known color: Mango Tango. HEX triplet: DD, 7B and 06. RGB value is (221,123,6). Sum of RGB (Red+Green+Blue) = 221+123+6=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7B06 is #2284F9. Grayscale: #8B8B8B. Windows color (decimal): -2262266 or 424925. OLE color: 424925.
HSL color Cylindrical-coordinate representation of color #DD7B06: hue angle of 32.65º degrees, saturation: 0.95, 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 #DD7B06 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 6 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.13 |
| HSL | 32.65º | 0.95% | 0.45% | - |
| HSV(B) | 32.65º | 0.97% | 0.87% | - |
| XYZ | 36.93 | 29.55 | 3.93 | - |
| YUV | 138.96 | 52.97 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 6 | 0 | 0.44 | 0.97 | 0.13 | 32.65 | 0.95 | 0.45 |
| Hex | DD | 7B | 6 | 0 | 2C | 61 | D | 21 | 5F | 2D |
| Octal | 335 | 173 | 6 | 0 | 54 | 141 | 15 | 41 | 137 | 55 |
| Binary | 11011101 | 1111011 | 110 | 0 | 101100 | 1100001 | 1101 | 100001 | 1011111 | 101101 |
Color Harmonies of #DD7B06
Complementary color
Monochromatic Colors of #DD7B06
Black with #DD7B06
Text Example
Text Example
White with #DD7B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B06; }
p { color: rgb(221,123,6); }
H1.HeaderClassName
{
color: #DD7B06;
}
.AnyTagClassName
{
color: #DD7B06;
}
</style>
background-color css
<style>
a { background-color: #DD7B06; }
a { background-color: rgb(221,123,6); }
div.DivClassName
{
background-color: #DD7B06;
}
.BgClassName
{
background-color: #DD7B06;
}
</style>
border-color css
<style>
span { border-color: #DD7B06; }
span { border-color: rgb(221,123,6); }
td.TdClassName
{
border-color: #DD7B06;
}
.TagClassName
{
border-color: #DD7B06;
}
</style>