Shades of Mango Tango #DE650C
Tints of Mango Tango #DE650C
RGB
CMYK
RGB Variations
Color information
#DE650C (or 0xDE650C) is known color: Mango Tango. HEX triplet: DE, 65 and 0C. RGB value is (222,101,12). Sum of RGB (Red+Green+Blue) = 222+101+12=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE650C is #219AF3. Grayscale: #7F7F7F. Windows color (decimal): -2202356 or 812510. OLE color: 812510.
HSL color Cylindrical-coordinate representation of color #DE650C: hue angle of 25.43º 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 #DE650C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 101 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.13 |
| HSL | 25.43º | 0.9% | 0.46% | - |
| HSV(B) | 25.43º | 0.95% | 0.87% | - |
| XYZ | 34.84 | 24.86 | 3.31 | - |
| YUV | 127.03 | 63.09 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 12 | 0 | 0.55 | 0.95 | 0.13 | 25.43 | 0.9 | 0.46 |
| Hex | DE | 65 | C | 0 | 37 | 5F | D | 19 | 5A | 2E |
| Octal | 336 | 145 | 14 | 0 | 67 | 137 | 15 | 31 | 132 | 56 |
| Binary | 11011110 | 1100101 | 1100 | 0 | 110111 | 1011111 | 1101 | 11001 | 1011010 | 101110 |
Color Harmonies of #DE650C
Complementary color
Monochromatic Colors of #DE650C
Black with #DE650C
Text Example
Text Example
White with #DE650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE650C; }
p { color: rgb(222,101,12); }
H1.HeaderClassName
{
color: #DE650C;
}
.AnyTagClassName
{
color: #DE650C;
}
</style>
background-color css
<style>
a { background-color: #DE650C; }
a { background-color: rgb(222,101,12); }
div.DivClassName
{
background-color: #DE650C;
}
.BgClassName
{
background-color: #DE650C;
}
</style>
border-color css
<style>
span { border-color: #DE650C; }
span { border-color: rgb(222,101,12); }
td.TdClassName
{
border-color: #DE650C;
}
.TagClassName
{
border-color: #DE650C;
}
</style>