Shades of Mango Tango #DF7B01
Tints of Mango Tango #DF7B01
RGB
CMYK
RGB Variations
Color information
#DF7B01 (or 0xDF7B01) is known color: Mango Tango. HEX triplet: DF, 7B and 01. RGB value is (223,123,1). Sum of RGB (Red+Green+Blue) = 223+123+1=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7B01 is #2084FE. Grayscale: #8B8B8B. Windows color (decimal): -2131199 or 97247. OLE color: 97247.
HSL color Cylindrical-coordinate representation of color #DF7B01: hue angle of 32.97º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF7B01 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.13 |
| HSL | 32.97º | 0.99% | 0.44% | - |
| HSV(B) | 32.97º | 1% | 0.87% | - |
| XYZ | 37.52 | 29.86 | 3.81 | - |
| YUV | 138.99 | 50.13 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 1 | 0 | 0.45 | 1.00 | 0.13 | 32.97 | 0.99 | 0.44 |
| Hex | DF | 7B | 1 | 0 | 2D | 64 | D | 21 | 63 | 2C |
| Octal | 337 | 173 | 1 | 0 | 55 | 144 | 15 | 41 | 143 | 54 |
| Binary | 11011111 | 1111011 | 1 | 0 | 101101 | 1100100 | 1101 | 100001 | 1100011 | 101100 |
Color Harmonies of #DF7B01
Complementary color
Monochromatic Colors of #DF7B01
Black with #DF7B01
Text Example
Text Example
White with #DF7B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B01; }
p { color: rgb(223,123,1); }
H1.HeaderClassName
{
color: #DF7B01;
}
.AnyTagClassName
{
color: #DF7B01;
}
</style>
background-color css
<style>
a { background-color: #DF7B01; }
a { background-color: rgb(223,123,1); }
div.DivClassName
{
background-color: #DF7B01;
}
.BgClassName
{
background-color: #DF7B01;
}
</style>
border-color css
<style>
span { border-color: #DF7B01; }
span { border-color: rgb(223,123,1); }
td.TdClassName
{
border-color: #DF7B01;
}
.TagClassName
{
border-color: #DF7B01;
}
</style>