Shades of Mango Tango #DD6B04
Tints of Mango Tango #DD6B04
RGB
CMYK
RGB Variations
Color information
#DD6B04 (or 0xDD6B04) is known color: Mango Tango. HEX triplet: DD, 6B and 04. RGB value is (221,107,4). Sum of RGB (Red+Green+Blue) = 221+107+4=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6B04 is #2294FB. Grayscale: #818181. Windows color (decimal): -2266364 or 289757. OLE color: 289757.
HSL color Cylindrical-coordinate representation of color #DD6B04: hue angle of 28.48º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD6B04 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.13 |
| HSL | 28.48º | 0.96% | 0.44% | - |
| HSV(B) | 28.48º | 0.98% | 0.87% | - |
| XYZ | 35.1 | 25.9 | 3.26 | - |
| YUV | 129.34 | 57.27 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 4 | 0 | 0.52 | 0.98 | 0.13 | 28.48 | 0.96 | 0.44 |
| Hex | DD | 6B | 4 | 0 | 34 | 62 | D | 1C | 60 | 2C |
| Octal | 335 | 153 | 4 | 0 | 64 | 142 | 15 | 34 | 140 | 54 |
| Binary | 11011101 | 1101011 | 100 | 0 | 110100 | 1100010 | 1101 | 11100 | 1100000 | 101100 |
Color Harmonies of #DD6B04
Complementary color
Monochromatic Colors of #DD6B04
Black with #DD6B04
Text Example
Text Example
White with #DD6B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B04; }
p { color: rgb(221,107,4); }
H1.HeaderClassName
{
color: #DD6B04;
}
.AnyTagClassName
{
color: #DD6B04;
}
</style>
background-color css
<style>
a { background-color: #DD6B04; }
a { background-color: rgb(221,107,4); }
div.DivClassName
{
background-color: #DD6B04;
}
.BgClassName
{
background-color: #DD6B04;
}
</style>
border-color css
<style>
span { border-color: #DD6B04; }
span { border-color: rgb(221,107,4); }
td.TdClassName
{
border-color: #DD6B04;
}
.TagClassName
{
border-color: #DD6B04;
}
</style>