Shades of Tango #D1703B
Tints of Tango #D1703B
RGB
CMYK
RGB Variations
Color information
#D1703B (or 0xD1703B) is known color: Tango. HEX triplet: D1, 70 and 3B. RGB value is (209,112,59). Sum of RGB (Red+Green+Blue) = 209+112+59=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1703B is #2E8FC4. Grayscale: #878787. Windows color (decimal): -3051461 or 3895505. OLE color: 3895505.
HSL color Cylindrical-coordinate representation of color #D1703B: hue angle of 21.2º 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 #D1703B is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 59 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.18 |
| HSL | 21.2º | 0.62% | 0.53% | - |
| HSV(B) | 21.2º | 0.72% | 0.82% | - |
| XYZ | 32.88 | 25.46 | 7.32 | - |
| YUV | 134.96 | 85.14 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 59 | 0 | 0.46 | 0.72 | 0.18 | 21.2 | 0.62 | 0.53 |
| Hex | D1 | 70 | 3B | 0 | 2E | 48 | 12 | 15 | 3E | 35 |
| Octal | 321 | 160 | 73 | 0 | 56 | 110 | 22 | 25 | 76 | 65 |
| Binary | 11010001 | 1110000 | 111011 | 0 | 101110 | 1001000 | 10010 | 10101 | 111110 | 110101 |
Color Harmonies of #D1703B
Complementary color
Monochromatic Colors of #D1703B
Black with #D1703B
Text Example
Text Example
White with #D1703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1703B; }
p { color: rgb(209,112,59); }
H1.HeaderClassName
{
color: #D1703B;
}
.AnyTagClassName
{
color: #D1703B;
}
</style>
background-color css
<style>
a { background-color: #D1703B; }
a { background-color: rgb(209,112,59); }
div.DivClassName
{
background-color: #D1703B;
}
.BgClassName
{
background-color: #D1703B;
}
</style>
border-color css
<style>
span { border-color: #D1703B; }
span { border-color: rgb(209,112,59); }
td.TdClassName
{
border-color: #D1703B;
}
.TagClassName
{
border-color: #D1703B;
}
</style>