Shades of Mango Tango #DD680C
Tints of Mango Tango #DD680C
RGB
CMYK
RGB Variations
Color information
#DD680C (or 0xDD680C) is known color: Mango Tango. HEX triplet: DD, 68 and 0C. RGB value is (221,104,12). Sum of RGB (Red+Green+Blue) = 221+104+12=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD680C is #2297F3. Grayscale: #808080. Windows color (decimal): -2267124 or 813277. OLE color: 813277.
HSL color Cylindrical-coordinate representation of color #DD680C: hue angle of 26.41º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD680C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.13 |
| HSL | 26.41º | 0.9% | 0.46% | - |
| HSV(B) | 26.41º | 0.95% | 0.87% | - |
| XYZ | 34.84 | 25.3 | 3.4 | - |
| YUV | 128.5 | 62.26 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 12 | 0 | 0.53 | 0.95 | 0.13 | 26.41 | 0.9 | 0.46 |
| Hex | DD | 68 | C | 0 | 35 | 5F | D | 1A | 5A | 2E |
| Octal | 335 | 150 | 14 | 0 | 65 | 137 | 15 | 32 | 132 | 56 |
| Binary | 11011101 | 1101000 | 1100 | 0 | 110101 | 1011111 | 1101 | 11010 | 1011010 | 101110 |
Color Harmonies of #DD680C
Complementary color
Monochromatic Colors of #DD680C
Black with #DD680C
Text Example
Text Example
White with #DD680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD680C; }
p { color: rgb(221,104,12); }
H1.HeaderClassName
{
color: #DD680C;
}
.AnyTagClassName
{
color: #DD680C;
}
</style>
background-color css
<style>
a { background-color: #DD680C; }
a { background-color: rgb(221,104,12); }
div.DivClassName
{
background-color: #DD680C;
}
.BgClassName
{
background-color: #DD680C;
}
</style>
border-color css
<style>
span { border-color: #DD680C; }
span { border-color: rgb(221,104,12); }
td.TdClassName
{
border-color: #DD680C;
}
.TagClassName
{
border-color: #DD680C;
}
</style>