Shades of Mango Tango #DD6F03
Tints of Mango Tango #DD6F03
RGB
CMYK
RGB Variations
Color information
#DD6F03 (or 0xDD6F03) is known color: Mango Tango. HEX triplet: DD, 6F and 03. RGB value is (221,111,3). Sum of RGB (Red+Green+Blue) = 221+111+3=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6F03 is #2290FC. Grayscale: #848484. Windows color (decimal): -2265341 or 225245. OLE color: 225245.
HSL color Cylindrical-coordinate representation of color #DD6F03: hue angle of 29.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD6F03 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 3 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.13 |
| HSL | 29.72º | 0.97% | 0.44% | - |
| HSV(B) | 29.72º | 0.99% | 0.87% | - |
| XYZ | 35.52 | 26.75 | 3.38 | - |
| YUV | 131.58 | 55.44 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 3 | 0 | 0.50 | 0.99 | 0.13 | 29.72 | 0.97 | 0.44 |
| Hex | DD | 6F | 3 | 0 | 32 | 63 | D | 1E | 61 | 2C |
| Octal | 335 | 157 | 3 | 0 | 62 | 143 | 15 | 36 | 141 | 54 |
| Binary | 11011101 | 1101111 | 11 | 0 | 110010 | 1100011 | 1101 | 11110 | 1100001 | 101100 |
Color Harmonies of #DD6F03
Complementary color
Monochromatic Colors of #DD6F03
Black with #DD6F03
Text Example
Text Example
White with #DD6F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F03; }
p { color: rgb(221,111,3); }
H1.HeaderClassName
{
color: #DD6F03;
}
.AnyTagClassName
{
color: #DD6F03;
}
</style>
background-color css
<style>
a { background-color: #DD6F03; }
a { background-color: rgb(221,111,3); }
div.DivClassName
{
background-color: #DD6F03;
}
.BgClassName
{
background-color: #DD6F03;
}
</style>
border-color css
<style>
span { border-color: #DD6F03; }
span { border-color: rgb(221,111,3); }
td.TdClassName
{
border-color: #DD6F03;
}
.TagClassName
{
border-color: #DD6F03;
}
</style>