Shades of Mango Tango #DC7B01
Tints of Mango Tango #DC7B01
RGB
CMYK
RGB Variations
Color information
#DC7B01 (or 0xDC7B01) is known color: Mango Tango. HEX triplet: DC, 7B and 01. RGB value is (220,123,1). Sum of RGB (Red+Green+Blue) = 220+123+1=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B01 is #2384FE. Grayscale: #8A8A8A. Windows color (decimal): -2327807 or 97244. OLE color: 97244.
HSL color Cylindrical-coordinate representation of color #DC7B01: hue angle of 33.42º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC7B01 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.14 |
| HSL | 33.42º | 0.99% | 0.43% | - |
| HSV(B) | 33.42º | 1% | 0.86% | - |
| XYZ | 36.6 | 29.38 | 3.77 | - |
| YUV | 138.1 | 50.64 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 1 | 0 | 0.44 | 1.00 | 0.14 | 33.42 | 0.99 | 0.43 |
| Hex | DC | 7B | 1 | 0 | 2C | 64 | E | 21 | 63 | 2B |
| Octal | 334 | 173 | 1 | 0 | 54 | 144 | 16 | 41 | 143 | 53 |
| Binary | 11011100 | 1111011 | 1 | 0 | 101100 | 1100100 | 1110 | 100001 | 1100011 | 101011 |
Color Harmonies of #DC7B01
Complementary color
Monochromatic Colors of #DC7B01
Black with #DC7B01
Text Example
Text Example
White with #DC7B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B01; }
p { color: rgb(220,123,1); }
H1.HeaderClassName
{
color: #DC7B01;
}
.AnyTagClassName
{
color: #DC7B01;
}
</style>
background-color css
<style>
a { background-color: #DC7B01; }
a { background-color: rgb(220,123,1); }
div.DivClassName
{
background-color: #DC7B01;
}
.BgClassName
{
background-color: #DC7B01;
}
</style>
border-color css
<style>
span { border-color: #DC7B01; }
span { border-color: rgb(220,123,1); }
td.TdClassName
{
border-color: #DC7B01;
}
.TagClassName
{
border-color: #DC7B01;
}
</style>