Shades of Mango Tango #DD630A
Tints of Mango Tango #DD630A
RGB
CMYK
RGB Variations
Color information
#DD630A (or 0xDD630A) is known color: Mango Tango. HEX triplet: DD, 63 and 0A. RGB value is (221,99,10). Sum of RGB (Red+Green+Blue) = 221+99+10=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD630A is #229CF5. Grayscale: #7D7D7D. Windows color (decimal): -2268406 or 680925. OLE color: 680925.
HSL color Cylindrical-coordinate representation of color #DD630A: hue angle of 25.31º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD630A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 10 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.13 |
| HSL | 25.31º | 0.91% | 0.45% | - |
| HSV(B) | 25.31º | 0.95% | 0.87% | - |
| XYZ | 34.34 | 24.32 | 3.17 | - |
| YUV | 125.33 | 62.92 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 10 | 0 | 0.55 | 0.95 | 0.13 | 25.31 | 0.91 | 0.45 |
| Hex | DD | 63 | A | 0 | 37 | 5F | D | 19 | 5B | 2D |
| Octal | 335 | 143 | 12 | 0 | 67 | 137 | 15 | 31 | 133 | 55 |
| Binary | 11011101 | 1100011 | 1010 | 0 | 110111 | 1011111 | 1101 | 11001 | 1011011 | 101101 |
Color Harmonies of #DD630A
Complementary color
Monochromatic Colors of #DD630A
Black with #DD630A
Text Example
Text Example
White with #DD630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD630A; }
p { color: rgb(221,99,10); }
H1.HeaderClassName
{
color: #DD630A;
}
.AnyTagClassName
{
color: #DD630A;
}
</style>
background-color css
<style>
a { background-color: #DD630A; }
a { background-color: rgb(221,99,10); }
div.DivClassName
{
background-color: #DD630A;
}
.BgClassName
{
background-color: #DD630A;
}
</style>
border-color css
<style>
span { border-color: #DD630A; }
span { border-color: rgb(221,99,10); }
td.TdClassName
{
border-color: #DD630A;
}
.TagClassName
{
border-color: #DD630A;
}
</style>