Shades of Mango Tango #DF750B
Tints of Mango Tango #DF750B
RGB
CMYK
RGB Variations
Color information
#DF750B (or 0xDF750B) is known color: Mango Tango. HEX triplet: DF, 75 and 0B. RGB value is (223,117,11). Sum of RGB (Red+Green+Blue) = 223+117+11=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF750B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF750B is #208AF4. Grayscale: #898989. Windows color (decimal): -2132725 or 751071. OLE color: 751071.
HSL color Cylindrical-coordinate representation of color #DF750B: hue angle of 30º 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 #DF750B is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 117 | 11 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.13 |
| HSL | 30º | 0.91% | 0.46% | - |
| HSV(B) | 30º | 0.95% | 0.87% | - |
| XYZ | 36.85 | 28.43 | 3.86 | - |
| YUV | 136.61 | 57.12 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 117 | 11 | 0 | 0.48 | 0.95 | 0.13 | 30 | 0.91 | 0.46 |
| Hex | DF | 75 | B | 0 | 30 | 5F | D | 1E | 5B | 2E |
| Octal | 337 | 165 | 13 | 0 | 60 | 137 | 15 | 36 | 133 | 56 |
| Binary | 11011111 | 1110101 | 1011 | 0 | 110000 | 1011111 | 1101 | 11110 | 1011011 | 101110 |
Color Harmonies of #DF750B
Complementary color
Monochromatic Colors of #DF750B
Black with #DF750B
Text Example
Text Example
White with #DF750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF750B; }
p { color: rgb(223,117,11); }
H1.HeaderClassName
{
color: #DF750B;
}
.AnyTagClassName
{
color: #DF750B;
}
</style>
background-color css
<style>
a { background-color: #DF750B; }
a { background-color: rgb(223,117,11); }
div.DivClassName
{
background-color: #DF750B;
}
.BgClassName
{
background-color: #DF750B;
}
</style>
border-color css
<style>
span { border-color: #DF750B; }
span { border-color: rgb(223,117,11); }
td.TdClassName
{
border-color: #DF750B;
}
.TagClassName
{
border-color: #DF750B;
}
</style>