Shades of Tango #D16F3B
Tints of Tango #D16F3B
RGB
CMYK
RGB Variations
Color information
#D16F3B (or 0xD16F3B) is known color: Tango. HEX triplet: D1, 6F and 3B. RGB value is (209,111,59). Sum of RGB (Red+Green+Blue) = 209+111+59=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F3B is #2E90C4. Grayscale: #868686. Windows color (decimal): -3051717 or 3895249. OLE color: 3895249.
HSL color Cylindrical-coordinate representation of color #D16F3B: hue angle of 20.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D16F3B is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 59 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.18 |
| HSL | 20.8º | 0.62% | 0.53% | - |
| HSV(B) | 20.8º | 0.72% | 0.82% | - |
| XYZ | 32.77 | 25.24 | 7.28 | - |
| YUV | 134.37 | 85.47 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 59 | 0 | 0.47 | 0.72 | 0.18 | 20.8 | 0.62 | 0.53 |
| Hex | D1 | 6F | 3B | 0 | 2F | 48 | 12 | 15 | 3E | 35 |
| Octal | 321 | 157 | 73 | 0 | 57 | 110 | 22 | 25 | 76 | 65 |
| Binary | 11010001 | 1101111 | 111011 | 0 | 101111 | 1001000 | 10010 | 10101 | 111110 | 110101 |
Color Harmonies of #D16F3B
Complementary color
Monochromatic Colors of #D16F3B
Black with #D16F3B
Text Example
Text Example
White with #D16F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F3B; }
p { color: rgb(209,111,59); }
H1.HeaderClassName
{
color: #D16F3B;
}
.AnyTagClassName
{
color: #D16F3B;
}
</style>
background-color css
<style>
a { background-color: #D16F3B; }
a { background-color: rgb(209,111,59); }
div.DivClassName
{
background-color: #D16F3B;
}
.BgClassName
{
background-color: #D16F3B;
}
</style>
border-color css
<style>
span { border-color: #D16F3B; }
span { border-color: rgb(209,111,59); }
td.TdClassName
{
border-color: #D16F3B;
}
.TagClassName
{
border-color: #D16F3B;
}
</style>