Shades of Mango Tango #DF770C
Tints of Mango Tango #DF770C
RGB
CMYK
RGB Variations
Color information
#DF770C (or 0xDF770C) is known color: Mango Tango. HEX triplet: DF, 77 and 0C. RGB value is (223,119,12). Sum of RGB (Red+Green+Blue) = 223+119+12=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF770C is #2088F3. Grayscale: #8A8A8A. Windows color (decimal): -2132212 or 817119. OLE color: 817119.
HSL color Cylindrical-coordinate representation of color #DF770C: hue angle of 30.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 #DF770C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 119 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.13 |
| HSL | 30.43º | 0.9% | 0.46% | - |
| HSV(B) | 30.43º | 0.95% | 0.87% | - |
| XYZ | 37.09 | 28.91 | 3.97 | - |
| YUV | 137.9 | 56.96 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 12 | 0 | 0.47 | 0.95 | 0.13 | 30.43 | 0.9 | 0.46 |
| Hex | DF | 77 | C | 0 | 2F | 5F | D | 1E | 5A | 2E |
| Octal | 337 | 167 | 14 | 0 | 57 | 137 | 15 | 36 | 132 | 56 |
| Binary | 11011111 | 1110111 | 1100 | 0 | 101111 | 1011111 | 1101 | 11110 | 1011010 | 101110 |
Color Harmonies of #DF770C
Complementary color
Monochromatic Colors of #DF770C
Black with #DF770C
Text Example
Text Example
White with #DF770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF770C; }
p { color: rgb(223,119,12); }
H1.HeaderClassName
{
color: #DF770C;
}
.AnyTagClassName
{
color: #DF770C;
}
</style>
background-color css
<style>
a { background-color: #DF770C; }
a { background-color: rgb(223,119,12); }
div.DivClassName
{
background-color: #DF770C;
}
.BgClassName
{
background-color: #DF770C;
}
</style>
border-color css
<style>
span { border-color: #DF770C; }
span { border-color: rgb(223,119,12); }
td.TdClassName
{
border-color: #DF770C;
}
.TagClassName
{
border-color: #DF770C;
}
</style>