Shades of Mango Tango #DD6509
Tints of Mango Tango #DD6509
RGB
CMYK
RGB Variations
Color information
#DD6509 (or 0xDD6509) is known color: Mango Tango. HEX triplet: DD, 65 and 09. RGB value is (221,101,9). Sum of RGB (Red+Green+Blue) = 221+101+9=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6509 is #229AF6. Grayscale: #7E7E7E. Windows color (decimal): -2267895 or 615901. OLE color: 615901.
HSL color Cylindrical-coordinate representation of color #DD6509: hue angle of 26.04º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD6509 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 9 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.13 |
| HSL | 26.04º | 0.92% | 0.45% | - |
| HSV(B) | 26.04º | 0.96% | 0.87% | - |
| XYZ | 34.52 | 24.7 | 3.21 | - |
| YUV | 126.39 | 61.76 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 9 | 0 | 0.54 | 0.96 | 0.13 | 26.04 | 0.92 | 0.45 |
| Hex | DD | 65 | 9 | 0 | 36 | 60 | D | 1A | 5C | 2D |
| Octal | 335 | 145 | 11 | 0 | 66 | 140 | 15 | 32 | 134 | 55 |
| Binary | 11011101 | 1100101 | 1001 | 0 | 110110 | 1100000 | 1101 | 11010 | 1011100 | 101101 |
Color Harmonies of #DD6509
Complementary color
Monochromatic Colors of #DD6509
Black with #DD6509
Text Example
Text Example
White with #DD6509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6509; }
p { color: rgb(221,101,9); }
H1.HeaderClassName
{
color: #DD6509;
}
.AnyTagClassName
{
color: #DD6509;
}
</style>
background-color css
<style>
a { background-color: #DD6509; }
a { background-color: rgb(221,101,9); }
div.DivClassName
{
background-color: #DD6509;
}
.BgClassName
{
background-color: #DD6509;
}
</style>
border-color css
<style>
span { border-color: #DD6509; }
span { border-color: rgb(221,101,9); }
td.TdClassName
{
border-color: #DD6509;
}
.TagClassName
{
border-color: #DD6509;
}
</style>