Shades of Mango Tango #D68001
Tints of Mango Tango #D68001
RGB
CMYK
RGB Variations
Color information
#D68001 (or 0xD68001) is known color: Mango Tango. HEX triplet: D6, 80 and 01. RGB value is (214,128,1). Sum of RGB (Red+Green+Blue) = 214+128+1=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D68001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68001 is #297FFE. Grayscale: #8B8B8B. Windows color (decimal): -2719743 or 98518. OLE color: 98518.
HSL color Cylindrical-coordinate representation of color #D68001: hue angle of 35.77º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D68001 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.16 |
| HSL | 35.77º | 0.99% | 0.42% | - |
| HSV(B) | 35.77º | 1% | 0.84% | - |
| XYZ | 35.46 | 29.74 | 3.9 | - |
| YUV | 139.24 | 49.99 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 1 | 0 | 0.40 | 1.00 | 0.16 | 35.77 | 0.99 | 0.42 |
| Hex | D6 | 80 | 1 | 0 | 28 | 64 | 10 | 24 | 63 | 2A |
| Octal | 326 | 200 | 1 | 0 | 50 | 144 | 20 | 44 | 143 | 52 |
| Binary | 11010110 | 10000000 | 1 | 0 | 101000 | 1100100 | 10000 | 100100 | 1100011 | 101010 |
Color Harmonies of #D68001
Complementary color
Monochromatic Colors of #D68001
Black with #D68001
Text Example
Text Example
White with #D68001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68001; }
p { color: rgb(214,128,1); }
H1.HeaderClassName
{
color: #D68001;
}
.AnyTagClassName
{
color: #D68001;
}
</style>
background-color css
<style>
a { background-color: #D68001; }
a { background-color: rgb(214,128,1); }
div.DivClassName
{
background-color: #D68001;
}
.BgClassName
{
background-color: #D68001;
}
</style>
border-color css
<style>
span { border-color: #D68001; }
span { border-color: rgb(214,128,1); }
td.TdClassName
{
border-color: #D68001;
}
.TagClassName
{
border-color: #D68001;
}
</style>