Shades of Tango #D17038
Tints of Tango #D17038
RGB
CMYK
RGB Variations
Color information
#D17038 (or 0xD17038) is known color: Tango. HEX triplet: D1, 70 and 38. RGB value is (209,112,56). Sum of RGB (Red+Green+Blue) = 209+112+56=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D17038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17038 is #2E8FC7. Grayscale: #868686. Windows color (decimal): -3051464 or 3698897. OLE color: 3698897.
HSL color Cylindrical-coordinate representation of color #D17038: hue angle of 21.96º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D17038 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 56 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.18 |
| HSL | 21.96º | 0.62% | 0.52% | - |
| HSV(B) | 21.96º | 0.73% | 0.82% | - |
| XYZ | 32.8 | 25.43 | 6.92 | - |
| YUV | 134.62 | 83.64 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 56 | 0 | 0.46 | 0.73 | 0.18 | 21.96 | 0.62 | 0.52 |
| Hex | D1 | 70 | 38 | 0 | 2E | 49 | 12 | 16 | 3E | 34 |
| Octal | 321 | 160 | 70 | 0 | 56 | 111 | 22 | 26 | 76 | 64 |
| Binary | 11010001 | 1110000 | 111000 | 0 | 101110 | 1001001 | 10010 | 10110 | 111110 | 110100 |
Color Harmonies of #D17038
Complementary color
Monochromatic Colors of #D17038
Black with #D17038
Text Example
Text Example
White with #D17038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17038; }
p { color: rgb(209,112,56); }
H1.HeaderClassName
{
color: #D17038;
}
.AnyTagClassName
{
color: #D17038;
}
</style>
background-color css
<style>
a { background-color: #D17038; }
a { background-color: rgb(209,112,56); }
div.DivClassName
{
background-color: #D17038;
}
.BgClassName
{
background-color: #D17038;
}
</style>
border-color css
<style>
span { border-color: #D17038; }
span { border-color: rgb(209,112,56); }
td.TdClassName
{
border-color: #D17038;
}
.TagClassName
{
border-color: #D17038;
}
</style>