Shades of Mango Tango #DF6F0B
Tints of Mango Tango #DF6F0B
RGB
CMYK
RGB Variations
Color information
#DF6F0B (or 0xDF6F0B) is known color: Mango Tango. HEX triplet: DF, 6F and 0B. RGB value is (223,111,11). Sum of RGB (Red+Green+Blue) = 223+111+11=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6F0B is #2090F4. Grayscale: #858585. Windows color (decimal): -2134261 or 749535. OLE color: 749535.
HSL color Cylindrical-coordinate representation of color #DF6F0B: hue angle of 28.3º 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 #DF6F0B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 11 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.13 |
| HSL | 28.3º | 0.91% | 0.46% | - |
| HSV(B) | 28.3º | 0.95% | 0.87% | - |
| XYZ | 36.18 | 27.08 | 3.64 | - |
| YUV | 133.09 | 59.11 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 11 | 0 | 0.50 | 0.95 | 0.13 | 28.3 | 0.91 | 0.46 |
| Hex | DF | 6F | B | 0 | 32 | 5F | D | 1C | 5B | 2E |
| Octal | 337 | 157 | 13 | 0 | 62 | 137 | 15 | 34 | 133 | 56 |
| Binary | 11011111 | 1101111 | 1011 | 0 | 110010 | 1011111 | 1101 | 11100 | 1011011 | 101110 |
Color Harmonies of #DF6F0B
Complementary color
Monochromatic Colors of #DF6F0B
Black with #DF6F0B
Text Example
Text Example
White with #DF6F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6F0B; }
p { color: rgb(223,111,11); }
H1.HeaderClassName
{
color: #DF6F0B;
}
.AnyTagClassName
{
color: #DF6F0B;
}
</style>
background-color css
<style>
a { background-color: #DF6F0B; }
a { background-color: rgb(223,111,11); }
div.DivClassName
{
background-color: #DF6F0B;
}
.BgClassName
{
background-color: #DF6F0B;
}
</style>
border-color css
<style>
span { border-color: #DF6F0B; }
span { border-color: rgb(223,111,11); }
td.TdClassName
{
border-color: #DF6F0B;
}
.TagClassName
{
border-color: #DF6F0B;
}
</style>