Shades of Mango Tango #DD680A
Tints of Mango Tango #DD680A
RGB
CMYK
RGB Variations
Color information
#DD680A (or 0xDD680A) is known color: Mango Tango. HEX triplet: DD, 68 and 0A. RGB value is (221,104,10). Sum of RGB (Red+Green+Blue) = 221+104+10=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD680A is #2297F5. Grayscale: #808080. Windows color (decimal): -2267126 or 682205. OLE color: 682205.
HSL color Cylindrical-coordinate representation of color #DD680A: hue angle of 26.73º 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 #DD680A is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 10 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.13 |
| HSL | 26.73º | 0.91% | 0.45% | - |
| HSV(B) | 26.73º | 0.95% | 0.87% | - |
| XYZ | 34.82 | 25.29 | 3.33 | - |
| YUV | 128.27 | 61.26 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 10 | 0 | 0.53 | 0.95 | 0.13 | 26.73 | 0.91 | 0.45 |
| Hex | DD | 68 | A | 0 | 35 | 5F | D | 1B | 5B | 2D |
| Octal | 335 | 150 | 12 | 0 | 65 | 137 | 15 | 33 | 133 | 55 |
| Binary | 11011101 | 1101000 | 1010 | 0 | 110101 | 1011111 | 1101 | 11011 | 1011011 | 101101 |
Color Harmonies of #DD680A
Complementary color
Monochromatic Colors of #DD680A
Black with #DD680A
Text Example
Text Example
White with #DD680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD680A; }
p { color: rgb(221,104,10); }
H1.HeaderClassName
{
color: #DD680A;
}
.AnyTagClassName
{
color: #DD680A;
}
</style>
background-color css
<style>
a { background-color: #DD680A; }
a { background-color: rgb(221,104,10); }
div.DivClassName
{
background-color: #DD680A;
}
.BgClassName
{
background-color: #DD680A;
}
</style>
border-color css
<style>
span { border-color: #DD680A; }
span { border-color: rgb(221,104,10); }
td.TdClassName
{
border-color: #DD680A;
}
.TagClassName
{
border-color: #DD680A;
}
</style>