Shades of Mango Tango #DE690B
Tints of Mango Tango #DE690B
RGB
CMYK
RGB Variations
Color information
#DE690B (or 0xDE690B) is known color: Mango Tango. HEX triplet: DE, 69 and 0B. RGB value is (222,105,11). Sum of RGB (Red+Green+Blue) = 222+105+11=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE690B is #2196F4. Grayscale: #818181. Windows color (decimal): -2201333 or 747998. OLE color: 747998.
HSL color Cylindrical-coordinate representation of color #DE690B: hue angle of 26.73º degrees, saturation: 0.91, 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 #DE690B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 105 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.13 |
| HSL | 26.73º | 0.91% | 0.46% | - |
| HSV(B) | 26.73º | 0.95% | 0.87% | - |
| XYZ | 35.24 | 25.66 | 3.41 | - |
| YUV | 129.27 | 61.26 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 105 | 11 | 0 | 0.53 | 0.95 | 0.13 | 26.73 | 0.91 | 0.46 |
| Hex | DE | 69 | B | 0 | 35 | 5F | D | 1B | 5B | 2E |
| Octal | 336 | 151 | 13 | 0 | 65 | 137 | 15 | 33 | 133 | 56 |
| Binary | 11011110 | 1101001 | 1011 | 0 | 110101 | 1011111 | 1101 | 11011 | 1011011 | 101110 |
Color Harmonies of #DE690B
Complementary color
Monochromatic Colors of #DE690B
Black with #DE690B
Text Example
Text Example
White with #DE690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE690B; }
p { color: rgb(222,105,11); }
H1.HeaderClassName
{
color: #DE690B;
}
.AnyTagClassName
{
color: #DE690B;
}
</style>
background-color css
<style>
a { background-color: #DE690B; }
a { background-color: rgb(222,105,11); }
div.DivClassName
{
background-color: #DE690B;
}
.BgClassName
{
background-color: #DE690B;
}
</style>
border-color css
<style>
span { border-color: #DE690B; }
span { border-color: rgb(222,105,11); }
td.TdClassName
{
border-color: #DE690B;
}
.TagClassName
{
border-color: #DE690B;
}
</style>