Shades of Mango Tango #DD6B02
Tints of Mango Tango #DD6B02
RGB
CMYK
RGB Variations
Color information
#DD6B02 (or 0xDD6B02) is known color: Mango Tango. HEX triplet: DD, 6B and 02. RGB value is (221,107,2). Sum of RGB (Red+Green+Blue) = 221+107+2=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6B02 is #2294FD. Grayscale: #818181. Windows color (decimal): -2266366 or 158685. OLE color: 158685.
HSL color Cylindrical-coordinate representation of color #DD6B02: hue angle of 28.77º degrees, saturation: 0.98, 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 #DD6B02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.13 |
| HSL | 28.77º | 0.98% | 0.44% | - |
| HSV(B) | 28.77º | 0.99% | 0.87% | - |
| XYZ | 35.09 | 25.89 | 3.21 | - |
| YUV | 129.12 | 56.27 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 2 | 0 | 0.52 | 0.99 | 0.13 | 28.77 | 0.98 | 0.44 |
| Hex | DD | 6B | 2 | 0 | 34 | 63 | D | 1D | 62 | 2C |
| Octal | 335 | 153 | 2 | 0 | 64 | 143 | 15 | 35 | 142 | 54 |
| Binary | 11011101 | 1101011 | 10 | 0 | 110100 | 1100011 | 1101 | 11101 | 1100010 | 101100 |
Color Harmonies of #DD6B02
Complementary color
Monochromatic Colors of #DD6B02
Black with #DD6B02
Text Example
Text Example
White with #DD6B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B02; }
p { color: rgb(221,107,2); }
H1.HeaderClassName
{
color: #DD6B02;
}
.AnyTagClassName
{
color: #DD6B02;
}
</style>
background-color css
<style>
a { background-color: #DD6B02; }
a { background-color: rgb(221,107,2); }
div.DivClassName
{
background-color: #DD6B02;
}
.BgClassName
{
background-color: #DD6B02;
}
</style>
border-color css
<style>
span { border-color: #DD6B02; }
span { border-color: rgb(221,107,2); }
td.TdClassName
{
border-color: #DD6B02;
}
.TagClassName
{
border-color: #DD6B02;
}
</style>