Shades of Tango #D1702D
Tints of Tango #D1702D
RGB
CMYK
RGB Variations
Color information
#D1702D (or 0xD1702D) is known color: Tango. HEX triplet: D1, 70 and 2D. RGB value is (209,112,45). Sum of RGB (Red+Green+Blue) = 209+112+45=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1702D is #2E8FD2. Grayscale: #858585. Windows color (decimal): -3051475 or 2978001. OLE color: 2978001.
HSL color Cylindrical-coordinate representation of color #D1702D: hue angle of 24.51º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1702D is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 45 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.18 |
| HSL | 24.51º | 0.65% | 0.5% | - |
| HSV(B) | 24.51º | 0.78% | 0.82% | - |
| XYZ | 32.56 | 25.33 | 5.66 | - |
| YUV | 133.37 | 78.14 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 45 | 0 | 0.46 | 0.78 | 0.18 | 24.51 | 0.65 | 0.5 |
| Hex | D1 | 70 | 2D | 0 | 2E | 4E | 12 | 19 | 41 | 32 |
| Octal | 321 | 160 | 55 | 0 | 56 | 116 | 22 | 31 | 101 | 62 |
| Binary | 11010001 | 1110000 | 101101 | 0 | 101110 | 1001110 | 10010 | 11001 | 1000001 | 110010 |
Color Harmonies of #D1702D
Complementary color
Monochromatic Colors of #D1702D
Black with #D1702D
Text Example
Text Example
White with #D1702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1702D; }
p { color: rgb(209,112,45); }
H1.HeaderClassName
{
color: #D1702D;
}
.AnyTagClassName
{
color: #D1702D;
}
</style>
background-color css
<style>
a { background-color: #D1702D; }
a { background-color: rgb(209,112,45); }
div.DivClassName
{
background-color: #D1702D;
}
.BgClassName
{
background-color: #D1702D;
}
</style>
border-color css
<style>
span { border-color: #D1702D; }
span { border-color: rgb(209,112,45); }
td.TdClassName
{
border-color: #D1702D;
}
.TagClassName
{
border-color: #D1702D;
}
</style>