Shades of Tango #D16D30
Tints of Tango #D16D30
RGB
CMYK
RGB Variations
Color information
#D16D30 (or 0xD16D30) is known color: Tango. HEX triplet: D1, 6D and 30. RGB value is (209,109,48). Sum of RGB (Red+Green+Blue) = 209+109+48=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16D30 is #2E92CF. Grayscale: #848484. Windows color (decimal): -3052240 or 3173841. OLE color: 3173841.
HSL color Cylindrical-coordinate representation of color #D16D30: hue angle of 22.73º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D16D30 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 48 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.18 |
| HSL | 22.73º | 0.64% | 0.5% | - |
| HSV(B) | 22.73º | 0.77% | 0.82% | - |
| XYZ | 32.3 | 24.71 | 5.86 | - |
| YUV | 131.95 | 80.63 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 48 | 0 | 0.48 | 0.77 | 0.18 | 22.73 | 0.64 | 0.5 |
| Hex | D1 | 6D | 30 | 0 | 30 | 4D | 12 | 17 | 40 | 32 |
| Octal | 321 | 155 | 60 | 0 | 60 | 115 | 22 | 27 | 100 | 62 |
| Binary | 11010001 | 1101101 | 110000 | 0 | 110000 | 1001101 | 10010 | 10111 | 1000000 | 110010 |
Color Harmonies of #D16D30
Complementary color
Monochromatic Colors of #D16D30
Black with #D16D30
Text Example
Text Example
White with #D16D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D30; }
p { color: rgb(209,109,48); }
H1.HeaderClassName
{
color: #D16D30;
}
.AnyTagClassName
{
color: #D16D30;
}
</style>
background-color css
<style>
a { background-color: #D16D30; }
a { background-color: rgb(209,109,48); }
div.DivClassName
{
background-color: #D16D30;
}
.BgClassName
{
background-color: #D16D30;
}
</style>
border-color css
<style>
span { border-color: #D16D30; }
span { border-color: rgb(209,109,48); }
td.TdClassName
{
border-color: #D16D30;
}
.TagClassName
{
border-color: #D16D30;
}
</style>