Shades of Mango Tango #DE660C
Tints of Mango Tango #DE660C
RGB
CMYK
RGB Variations
Color information
#DE660C (or 0xDE660C) is known color: Mango Tango. HEX triplet: DE, 66 and 0C. RGB value is (222,102,12). Sum of RGB (Red+Green+Blue) = 222+102+12=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE660C is #2199F3. Grayscale: #808080. Windows color (decimal): -2202100 or 812766. OLE color: 812766.
HSL color Cylindrical-coordinate representation of color #DE660C: hue angle of 25.71º 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 #DE660C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 12 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.13 |
| HSL | 25.71º | 0.9% | 0.46% | - |
| HSV(B) | 25.71º | 0.95% | 0.87% | - |
| XYZ | 34.94 | 25.06 | 3.34 | - |
| YUV | 127.62 | 62.76 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 12 | 0 | 0.54 | 0.95 | 0.13 | 25.71 | 0.9 | 0.46 |
| Hex | DE | 66 | C | 0 | 36 | 5F | D | 1A | 5A | 2E |
| Octal | 336 | 146 | 14 | 0 | 66 | 137 | 15 | 32 | 132 | 56 |
| Binary | 11011110 | 1100110 | 1100 | 0 | 110110 | 1011111 | 1101 | 11010 | 1011010 | 101110 |
Color Harmonies of #DE660C
Complementary color
Monochromatic Colors of #DE660C
Black with #DE660C
Text Example
Text Example
White with #DE660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE660C; }
p { color: rgb(222,102,12); }
H1.HeaderClassName
{
color: #DE660C;
}
.AnyTagClassName
{
color: #DE660C;
}
</style>
background-color css
<style>
a { background-color: #DE660C; }
a { background-color: rgb(222,102,12); }
div.DivClassName
{
background-color: #DE660C;
}
.BgClassName
{
background-color: #DE660C;
}
</style>
border-color css
<style>
span { border-color: #DE660C; }
span { border-color: rgb(222,102,12); }
td.TdClassName
{
border-color: #DE660C;
}
.TagClassName
{
border-color: #DE660C;
}
</style>