Shades of Tango #D4702E
Tints of Tango #D4702E
RGB
CMYK
RGB Variations
Color information
#D4702E (or 0xD4702E) is known color: Tango. HEX triplet: D4, 70 and 2E. RGB value is (212,112,46). Sum of RGB (Red+Green+Blue) = 212+112+46=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4702E is #2B8FD1. Grayscale: #868686. Windows color (decimal): -2854866 or 3043540. OLE color: 3043540.
HSL color Cylindrical-coordinate representation of color #D4702E: hue angle of 23.86º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4702E is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 46 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.17 |
| HSL | 23.86º | 0.66% | 0.51% | - |
| HSV(B) | 23.86º | 0.78% | 0.83% | - |
| XYZ | 33.44 | 25.78 | 5.8 | - |
| YUV | 134.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 46 | 0 | 0.47 | 0.78 | 0.17 | 23.86 | 0.66 | 0.51 |
| Hex | D4 | 70 | 2E | 0 | 2F | 4E | 11 | 18 | 42 | 33 |
| Octal | 324 | 160 | 56 | 0 | 57 | 116 | 21 | 30 | 102 | 63 |
| Binary | 11010100 | 1110000 | 101110 | 0 | 101111 | 1001110 | 10001 | 11000 | 1000010 | 110011 |
Color Harmonies of #D4702E
Complementary color
Monochromatic Colors of #D4702E
Black with #D4702E
Text Example
Text Example
White with #D4702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4702E; }
p { color: rgb(212,112,46); }
H1.HeaderClassName
{
color: #D4702E;
}
.AnyTagClassName
{
color: #D4702E;
}
</style>
background-color css
<style>
a { background-color: #D4702E; }
a { background-color: rgb(212,112,46); }
div.DivClassName
{
background-color: #D4702E;
}
.BgClassName
{
background-color: #D4702E;
}
</style>
border-color css
<style>
span { border-color: #D4702E; }
span { border-color: rgb(212,112,46); }
td.TdClassName
{
border-color: #D4702E;
}
.TagClassName
{
border-color: #D4702E;
}
</style>