Shades of Tango #D16D35
Tints of Tango #D16D35
RGB
CMYK
RGB Variations
Color information
#D16D35 (or 0xD16D35) is known color: Tango. HEX triplet: D1, 6D and 35. RGB value is (209,109,53). Sum of RGB (Red+Green+Blue) = 209+109+53=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16D35 is #2E92CA. Grayscale: #848484. Windows color (decimal): -3052235 or 3501521. OLE color: 3501521.
HSL color Cylindrical-coordinate representation of color #D16D35: hue angle of 21.54º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D16D35 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 53 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.18 |
| HSL | 21.54º | 0.63% | 0.51% | - |
| HSV(B) | 21.54º | 0.75% | 0.82% | - |
| XYZ | 32.41 | 24.75 | 6.44 | - |
| YUV | 132.52 | 83.13 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 53 | 0 | 0.48 | 0.75 | 0.18 | 21.54 | 0.63 | 0.51 |
| Hex | D1 | 6D | 35 | 0 | 30 | 4B | 12 | 16 | 3F | 33 |
| Octal | 321 | 155 | 65 | 0 | 60 | 113 | 22 | 26 | 77 | 63 |
| Binary | 11010001 | 1101101 | 110101 | 0 | 110000 | 1001011 | 10010 | 10110 | 111111 | 110011 |
Color Harmonies of #D16D35
Complementary color
Monochromatic Colors of #D16D35
Black with #D16D35
Text Example
Text Example
White with #D16D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D35; }
p { color: rgb(209,109,53); }
H1.HeaderClassName
{
color: #D16D35;
}
.AnyTagClassName
{
color: #D16D35;
}
</style>
background-color css
<style>
a { background-color: #D16D35; }
a { background-color: rgb(209,109,53); }
div.DivClassName
{
background-color: #D16D35;
}
.BgClassName
{
background-color: #D16D35;
}
</style>
border-color css
<style>
span { border-color: #D16D35; }
span { border-color: rgb(209,109,53); }
td.TdClassName
{
border-color: #D16D35;
}
.TagClassName
{
border-color: #D16D35;
}
</style>