Shades of Tango #D07431
Tints of Tango #D07431
RGB
CMYK
RGB Variations
Color information
#D07431 (or 0xD07431) is known color: Tango. HEX triplet: D0, 74 and 31. RGB value is (208,116,49). Sum of RGB (Red+Green+Blue) = 208+116+49=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D07431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07431 is #2F8BCE. Grayscale: #888888. Windows color (decimal): -3115983 or 3241168. OLE color: 3241168.
HSL color Cylindrical-coordinate representation of color #D07431: hue angle of 25.28º 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 #D07431 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 49 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.18 |
| HSL | 25.28º | 0.63% | 0.5% | - |
| HSV(B) | 25.28º | 0.76% | 0.82% | - |
| XYZ | 32.81 | 26.12 | 6.22 | - |
| YUV | 135.87 | 78.98 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 49 | 0 | 0.44 | 0.76 | 0.18 | 25.28 | 0.63 | 0.5 |
| Hex | D0 | 74 | 31 | 0 | 2C | 4C | 12 | 19 | 3F | 32 |
| Octal | 320 | 164 | 61 | 0 | 54 | 114 | 22 | 31 | 77 | 62 |
| Binary | 11010000 | 1110100 | 110001 | 0 | 101100 | 1001100 | 10010 | 11001 | 111111 | 110010 |
Color Harmonies of #D07431
Complementary color
Monochromatic Colors of #D07431
Black with #D07431
Text Example
Text Example
White with #D07431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07431; }
p { color: rgb(208,116,49); }
H1.HeaderClassName
{
color: #D07431;
}
.AnyTagClassName
{
color: #D07431;
}
</style>
background-color css
<style>
a { background-color: #D07431; }
a { background-color: rgb(208,116,49); }
div.DivClassName
{
background-color: #D07431;
}
.BgClassName
{
background-color: #D07431;
}
</style>
border-color css
<style>
span { border-color: #D07431; }
span { border-color: rgb(208,116,49); }
td.TdClassName
{
border-color: #D07431;
}
.TagClassName
{
border-color: #D07431;
}
</style>