Shades of Mango Tango #DF7B0B
Tints of Mango Tango #DF7B0B
RGB
CMYK
RGB Variations
Color information
#DF7B0B (or 0xDF7B0B) is known color: Mango Tango. HEX triplet: DF, 7B and 0B. RGB value is (223,123,11). Sum of RGB (Red+Green+Blue) = 223+123+11=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7B0B is #2084F4. Grayscale: #8C8C8C. Windows color (decimal): -2131189 or 752607. OLE color: 752607.
HSL color Cylindrical-coordinate representation of color #DF7B0B: hue angle of 31.7º 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 #DF7B0B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.13 |
| HSL | 31.7º | 0.91% | 0.46% | - |
| HSV(B) | 31.7º | 0.95% | 0.87% | - |
| XYZ | 37.57 | 29.88 | 4.1 | - |
| YUV | 140.13 | 55.13 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 11 | 0 | 0.45 | 0.95 | 0.13 | 31.7 | 0.91 | 0.46 |
| Hex | DF | 7B | B | 0 | 2D | 5F | D | 20 | 5B | 2E |
| Octal | 337 | 173 | 13 | 0 | 55 | 137 | 15 | 40 | 133 | 56 |
| Binary | 11011111 | 1111011 | 1011 | 0 | 101101 | 1011111 | 1101 | 100000 | 1011011 | 101110 |
Color Harmonies of #DF7B0B
Complementary color
Monochromatic Colors of #DF7B0B
Black with #DF7B0B
Text Example
Text Example
White with #DF7B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B0B; }
p { color: rgb(223,123,11); }
H1.HeaderClassName
{
color: #DF7B0B;
}
.AnyTagClassName
{
color: #DF7B0B;
}
</style>
background-color css
<style>
a { background-color: #DF7B0B; }
a { background-color: rgb(223,123,11); }
div.DivClassName
{
background-color: #DF7B0B;
}
.BgClassName
{
background-color: #DF7B0B;
}
</style>
border-color css
<style>
span { border-color: #DF7B0B; }
span { border-color: rgb(223,123,11); }
td.TdClassName
{
border-color: #DF7B0B;
}
.TagClassName
{
border-color: #DF7B0B;
}
</style>