Shades of Mango Tango #D27807
Tints of Mango Tango #D27807
RGB
CMYK
RGB Variations
Color information
#D27807 (or 0xD27807) is known color: Mango Tango. HEX triplet: D2, 78 and 07. RGB value is (210,120,7). Sum of RGB (Red+Green+Blue) = 210+120+7=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D27807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27807 is #2D87F8. Grayscale: #868686. Windows color (decimal): -2983929 or 489682. OLE color: 489682.
HSL color Cylindrical-coordinate representation of color #D27807: hue angle of 33.4º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D27807 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 7 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.18 |
| HSL | 33.4º | 0.94% | 0.43% | - |
| HSV(B) | 33.4º | 0.97% | 0.82% | - |
| XYZ | 33.33 | 27.15 | 3.68 | - |
| YUV | 134.03 | 56.32 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 7 | 0 | 0.43 | 0.97 | 0.18 | 33.4 | 0.94 | 0.43 |
| Hex | D2 | 78 | 7 | 0 | 2B | 61 | 12 | 21 | 5E | 2B |
| Octal | 322 | 170 | 7 | 0 | 53 | 141 | 22 | 41 | 136 | 53 |
| Binary | 11010010 | 1111000 | 111 | 0 | 101011 | 1100001 | 10010 | 100001 | 1011110 | 101011 |
Color Harmonies of #D27807
Complementary color
Monochromatic Colors of #D27807
Black with #D27807
Text Example
Text Example
White with #D27807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27807; }
p { color: rgb(210,120,7); }
H1.HeaderClassName
{
color: #D27807;
}
.AnyTagClassName
{
color: #D27807;
}
</style>
background-color css
<style>
a { background-color: #D27807; }
a { background-color: rgb(210,120,7); }
div.DivClassName
{
background-color: #D27807;
}
.BgClassName
{
background-color: #D27807;
}
</style>
border-color css
<style>
span { border-color: #D27807; }
span { border-color: rgb(210,120,7); }
td.TdClassName
{
border-color: #D27807;
}
.TagClassName
{
border-color: #D27807;
}
</style>