Shades of Tango #D07131
Tints of Tango #D07131
RGB
CMYK
RGB Variations
Color information
#D07131 (or 0xD07131) is known color: Tango. HEX triplet: D0, 71 and 31. RGB value is (208,113,49). Sum of RGB (Red+Green+Blue) = 208+113+49=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D07131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07131 is #2F8ECE. Grayscale: #868686. Windows color (decimal): -3116751 or 3240400. OLE color: 3240400.
HSL color Cylindrical-coordinate representation of color #D07131: hue angle of 24.15º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D07131 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 49 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.18 |
| HSL | 24.15º | 0.63% | 0.5% | - |
| HSV(B) | 24.15º | 0.76% | 0.82% | - |
| XYZ | 32.47 | 25.44 | 6.11 | - |
| YUV | 134.11 | 79.97 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 49 | 0 | 0.46 | 0.76 | 0.18 | 24.15 | 0.63 | 0.5 |
| Hex | D0 | 71 | 31 | 0 | 2E | 4C | 12 | 18 | 3F | 32 |
| Octal | 320 | 161 | 61 | 0 | 56 | 114 | 22 | 30 | 77 | 62 |
| Binary | 11010000 | 1110001 | 110001 | 0 | 101110 | 1001100 | 10010 | 11000 | 111111 | 110010 |
Color Harmonies of #D07131
Complementary color
Monochromatic Colors of #D07131
Black with #D07131
Text Example
Text Example
White with #D07131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07131; }
p { color: rgb(208,113,49); }
H1.HeaderClassName
{
color: #D07131;
}
.AnyTagClassName
{
color: #D07131;
}
</style>
background-color css
<style>
a { background-color: #D07131; }
a { background-color: rgb(208,113,49); }
div.DivClassName
{
background-color: #D07131;
}
.BgClassName
{
background-color: #D07131;
}
</style>
border-color css
<style>
span { border-color: #D07131; }
span { border-color: rgb(208,113,49); }
td.TdClassName
{
border-color: #D07131;
}
.TagClassName
{
border-color: #D07131;
}
</style>