Shades of Mango Tango #DD670C
Tints of Mango Tango #DD670C
RGB
CMYK
RGB Variations
Color information
#DD670C (or 0xDD670C) is known color: Mango Tango. HEX triplet: DD, 67 and 0C. RGB value is (221,103,12). Sum of RGB (Red+Green+Blue) = 221+103+12=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD670C is #2298F3. Grayscale: #808080. Windows color (decimal): -2267380 or 813021. OLE color: 813021.
HSL color Cylindrical-coordinate representation of color #DD670C: hue angle of 26.12º 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 #DD670C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.13 |
| HSL | 26.12º | 0.9% | 0.46% | - |
| HSV(B) | 26.12º | 0.95% | 0.87% | - |
| XYZ | 34.74 | 25.1 | 3.36 | - |
| YUV | 127.91 | 62.59 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 12 | 0 | 0.53 | 0.95 | 0.13 | 26.12 | 0.9 | 0.46 |
| Hex | DD | 67 | C | 0 | 35 | 5F | D | 1A | 5A | 2E |
| Octal | 335 | 147 | 14 | 0 | 65 | 137 | 15 | 32 | 132 | 56 |
| Binary | 11011101 | 1100111 | 1100 | 0 | 110101 | 1011111 | 1101 | 11010 | 1011010 | 101110 |
Color Harmonies of #DD670C
Complementary color
Monochromatic Colors of #DD670C
Black with #DD670C
Text Example
Text Example
White with #DD670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD670C; }
p { color: rgb(221,103,12); }
H1.HeaderClassName
{
color: #DD670C;
}
.AnyTagClassName
{
color: #DD670C;
}
</style>
background-color css
<style>
a { background-color: #DD670C; }
a { background-color: rgb(221,103,12); }
div.DivClassName
{
background-color: #DD670C;
}
.BgClassName
{
background-color: #DD670C;
}
</style>
border-color css
<style>
span { border-color: #DD670C; }
span { border-color: rgb(221,103,12); }
td.TdClassName
{
border-color: #DD670C;
}
.TagClassName
{
border-color: #DD670C;
}
</style>