Shades of Mango Tango #D27902
Tints of Mango Tango #D27902
RGB
CMYK
RGB Variations
Color information
#D27902 (or 0xD27902) is known color: Mango Tango. HEX triplet: D2, 79 and 02. RGB value is (210,121,2). Sum of RGB (Red+Green+Blue) = 210+121+2=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D27902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27902 is #2D86FD. Grayscale: #868686. Windows color (decimal): -2983678 or 162258. OLE color: 162258.
HSL color Cylindrical-coordinate representation of color #D27902: hue angle of 34.33º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D27902 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.18 |
| HSL | 34.33º | 0.98% | 0.42% | - |
| HSV(B) | 34.33º | 0.99% | 0.82% | - |
| XYZ | 33.43 | 27.38 | 3.58 | - |
| YUV | 134.05 | 53.49 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 2 | 0 | 0.42 | 0.99 | 0.18 | 34.33 | 0.98 | 0.42 |
| Hex | D2 | 79 | 2 | 0 | 2A | 63 | 12 | 22 | 62 | 2A |
| Octal | 322 | 171 | 2 | 0 | 52 | 143 | 22 | 42 | 142 | 52 |
| Binary | 11010010 | 1111001 | 10 | 0 | 101010 | 1100011 | 10010 | 100010 | 1100010 | 101010 |
Color Harmonies of #D27902
Complementary color
Monochromatic Colors of #D27902
Black with #D27902
Text Example
Text Example
White with #D27902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27902; }
p { color: rgb(210,121,2); }
H1.HeaderClassName
{
color: #D27902;
}
.AnyTagClassName
{
color: #D27902;
}
</style>
background-color css
<style>
a { background-color: #D27902; }
a { background-color: rgb(210,121,2); }
div.DivClassName
{
background-color: #D27902;
}
.BgClassName
{
background-color: #D27902;
}
</style>
border-color css
<style>
span { border-color: #D27902; }
span { border-color: rgb(210,121,2); }
td.TdClassName
{
border-color: #D27902;
}
.TagClassName
{
border-color: #D27902;
}
</style>