Shades of Tango #D16E2B
Tints of Tango #D16E2B
RGB
CMYK
RGB Variations
Color information
#D16E2B (or 0xD16E2B) is known color: Tango. HEX triplet: D1, 6E and 2B. RGB value is (209,110,43). Sum of RGB (Red+Green+Blue) = 209+110+43=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E2B is #2E91D4. Grayscale: #848484. Windows color (decimal): -3051989 or 2846417. OLE color: 2846417.
HSL color Cylindrical-coordinate representation of color #D16E2B: hue angle of 24.22º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D16E2B is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 43 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.18 |
| HSL | 24.22º | 0.66% | 0.49% | - |
| HSV(B) | 24.22º | 0.79% | 0.82% | - |
| XYZ | 32.31 | 24.88 | 5.39 | - |
| YUV | 131.96 | 77.8 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 43 | 0 | 0.47 | 0.79 | 0.18 | 24.22 | 0.66 | 0.49 |
| Hex | D1 | 6E | 2B | 0 | 2F | 4F | 12 | 18 | 42 | 31 |
| Octal | 321 | 156 | 53 | 0 | 57 | 117 | 22 | 30 | 102 | 61 |
| Binary | 11010001 | 1101110 | 101011 | 0 | 101111 | 1001111 | 10010 | 11000 | 1000010 | 110001 |
Color Harmonies of #D16E2B
Complementary color
Monochromatic Colors of #D16E2B
Black with #D16E2B
Text Example
Text Example
White with #D16E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16E2B; }
p { color: rgb(209,110,43); }
H1.HeaderClassName
{
color: #D16E2B;
}
.AnyTagClassName
{
color: #D16E2B;
}
</style>
background-color css
<style>
a { background-color: #D16E2B; }
a { background-color: rgb(209,110,43); }
div.DivClassName
{
background-color: #D16E2B;
}
.BgClassName
{
background-color: #D16E2B;
}
</style>
border-color css
<style>
span { border-color: #D16E2B; }
span { border-color: rgb(209,110,43); }
td.TdClassName
{
border-color: #D16E2B;
}
.TagClassName
{
border-color: #D16E2B;
}
</style>