Shades of Mango Tango #D66908
Tints of Mango Tango #D66908
RGB
CMYK
RGB Variations
Color information
#D66908 (or 0xD66908) is known color: Mango Tango. HEX triplet: D6, 69 and 08. RGB value is (214,105,8). Sum of RGB (Red+Green+Blue) = 214+105+8=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D66908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66908 is #2996F7. Grayscale: #7F7F7F. Windows color (decimal): -2725624 or 551382. OLE color: 551382.
HSL color Cylindrical-coordinate representation of color #D66908: hue angle of 28.25º 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 #D66908 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 8 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.16 |
| HSL | 28.25º | 0.93% | 0.44% | - |
| HSV(B) | 28.25º | 0.96% | 0.84% | - |
| XYZ | 32.83 | 24.42 | 3.21 | - |
| YUV | 126.53 | 61.11 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 8 | 0 | 0.51 | 0.96 | 0.16 | 28.25 | 0.93 | 0.44 |
| Hex | D6 | 69 | 8 | 0 | 33 | 60 | 10 | 1C | 5D | 2C |
| Octal | 326 | 151 | 10 | 0 | 63 | 140 | 20 | 34 | 135 | 54 |
| Binary | 11010110 | 1101001 | 1000 | 0 | 110011 | 1100000 | 10000 | 11100 | 1011101 | 101100 |
Color Harmonies of #D66908
Complementary color
Monochromatic Colors of #D66908
Black with #D66908
Text Example
Text Example
White with #D66908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66908; }
p { color: rgb(214,105,8); }
H1.HeaderClassName
{
color: #D66908;
}
.AnyTagClassName
{
color: #D66908;
}
</style>
background-color css
<style>
a { background-color: #D66908; }
a { background-color: rgb(214,105,8); }
div.DivClassName
{
background-color: #D66908;
}
.BgClassName
{
background-color: #D66908;
}
</style>
border-color css
<style>
span { border-color: #D66908; }
span { border-color: rgb(214,105,8); }
td.TdClassName
{
border-color: #D66908;
}
.TagClassName
{
border-color: #D66908;
}
</style>