Shades of Mango Tango #D67908
Tints of Mango Tango #D67908
RGB
CMYK
RGB Variations
Color information
#D67908 (or 0xD67908) is known color: Mango Tango. HEX triplet: D6, 79 and 08. RGB value is (214,121,8). Sum of RGB (Red+Green+Blue) = 214+121+8=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D67908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67908 is #2986F7. Grayscale: #888888. Windows color (decimal): -2721528 or 555478. OLE color: 555478.
HSL color Cylindrical-coordinate representation of color #D67908: hue angle of 32.91º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D67908 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 8 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.16 |
| HSL | 32.91º | 0.93% | 0.44% | - |
| HSV(B) | 32.91º | 0.96% | 0.84% | - |
| XYZ | 34.61 | 27.99 | 3.81 | - |
| YUV | 135.93 | 55.81 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 8 | 0 | 0.43 | 0.96 | 0.16 | 32.91 | 0.93 | 0.44 |
| Hex | D6 | 79 | 8 | 0 | 2B | 60 | 10 | 21 | 5D | 2C |
| Octal | 326 | 171 | 10 | 0 | 53 | 140 | 20 | 41 | 135 | 54 |
| Binary | 11010110 | 1111001 | 1000 | 0 | 101011 | 1100000 | 10000 | 100001 | 1011101 | 101100 |
Color Harmonies of #D67908
Complementary color
Monochromatic Colors of #D67908
Black with #D67908
Text Example
Text Example
White with #D67908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67908; }
p { color: rgb(214,121,8); }
H1.HeaderClassName
{
color: #D67908;
}
.AnyTagClassName
{
color: #D67908;
}
</style>
background-color css
<style>
a { background-color: #D67908; }
a { background-color: rgb(214,121,8); }
div.DivClassName
{
background-color: #D67908;
}
.BgClassName
{
background-color: #D67908;
}
</style>
border-color css
<style>
span { border-color: #D67908; }
span { border-color: rgb(214,121,8); }
td.TdClassName
{
border-color: #D67908;
}
.TagClassName
{
border-color: #D67908;
}
</style>