Shades of Mango Tango #DD6C03
Tints of Mango Tango #DD6C03
RGB
CMYK
RGB Variations
Color information
#DD6C03 (or 0xDD6C03) is known color: Mango Tango. HEX triplet: DD, 6C and 03. RGB value is (221,108,3). Sum of RGB (Red+Green+Blue) = 221+108+3=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6C03 is #2293FC. Grayscale: #828282. Windows color (decimal): -2266109 or 224477. OLE color: 224477.
HSL color Cylindrical-coordinate representation of color #DD6C03: hue angle of 28.9º 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 #DD6C03 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 3 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.13 |
| HSL | 28.9º | 0.97% | 0.44% | - |
| HSV(B) | 28.9º | 0.99% | 0.87% | - |
| XYZ | 35.2 | 26.1 | 3.27 | - |
| YUV | 129.82 | 56.44 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 3 | 0 | 0.51 | 0.99 | 0.13 | 28.9 | 0.97 | 0.44 |
| Hex | DD | 6C | 3 | 0 | 33 | 63 | D | 1D | 61 | 2C |
| Octal | 335 | 154 | 3 | 0 | 63 | 143 | 15 | 35 | 141 | 54 |
| Binary | 11011101 | 1101100 | 11 | 0 | 110011 | 1100011 | 1101 | 11101 | 1100001 | 101100 |
Color Harmonies of #DD6C03
Complementary color
Monochromatic Colors of #DD6C03
Black with #DD6C03
Text Example
Text Example
White with #DD6C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6C03; }
p { color: rgb(221,108,3); }
H1.HeaderClassName
{
color: #DD6C03;
}
.AnyTagClassName
{
color: #DD6C03;
}
</style>
background-color css
<style>
a { background-color: #DD6C03; }
a { background-color: rgb(221,108,3); }
div.DivClassName
{
background-color: #DD6C03;
}
.BgClassName
{
background-color: #DD6C03;
}
</style>
border-color css
<style>
span { border-color: #DD6C03; }
span { border-color: rgb(221,108,3); }
td.TdClassName
{
border-color: #DD6C03;
}
.TagClassName
{
border-color: #DD6C03;
}
</style>