Shades of Tango #D0703A
Tints of Tango #D0703A
RGB
CMYK
RGB Variations
Color information
#D0703A (or 0xD0703A) is known color: Tango. HEX triplet: D0, 70 and 3A. RGB value is (208,112,58). Sum of RGB (Red+Green+Blue) = 208+112+58=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D0703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0703A is #2F8FC5. Grayscale: #868686. Windows color (decimal): -3116998 or 3829968. OLE color: 3829968.
HSL color Cylindrical-coordinate representation of color #D0703A: hue angle of 21.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0703A is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 58 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.18 |
| HSL | 21.6º | 0.61% | 0.52% | - |
| HSV(B) | 21.6º | 0.72% | 0.82% | - |
| XYZ | 32.57 | 25.3 | 7.17 | - |
| YUV | 134.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 58 | 0 | 0.46 | 0.72 | 0.18 | 21.6 | 0.61 | 0.52 |
| Hex | D0 | 70 | 3A | 0 | 2E | 48 | 12 | 16 | 3D | 34 |
| Octal | 320 | 160 | 72 | 0 | 56 | 110 | 22 | 26 | 75 | 64 |
| Binary | 11010000 | 1110000 | 111010 | 0 | 101110 | 1001000 | 10010 | 10110 | 111101 | 110100 |
Color Harmonies of #D0703A
Complementary color
Monochromatic Colors of #D0703A
Black with #D0703A
Text Example
Text Example
White with #D0703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0703A; }
p { color: rgb(208,112,58); }
H1.HeaderClassName
{
color: #D0703A;
}
.AnyTagClassName
{
color: #D0703A;
}
</style>
background-color css
<style>
a { background-color: #D0703A; }
a { background-color: rgb(208,112,58); }
div.DivClassName
{
background-color: #D0703A;
}
.BgClassName
{
background-color: #D0703A;
}
</style>
border-color css
<style>
span { border-color: #D0703A; }
span { border-color: rgb(208,112,58); }
td.TdClassName
{
border-color: #D0703A;
}
.TagClassName
{
border-color: #D0703A;
}
</style>