Shades of Tango #D4742F
Tints of Tango #D4742F
RGB
CMYK
RGB Variations
Color information
#D4742F (or 0xD4742F) is known color: Tango. HEX triplet: D4, 74 and 2F. RGB value is (212,116,47). Sum of RGB (Red+Green+Blue) = 212+116+47=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D4742F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4742F is #2B8BD0. Grayscale: #898989. Windows color (decimal): -2853841 or 3110100. OLE color: 3110100.
HSL color Cylindrical-coordinate representation of color #D4742F: hue angle of 25.09º 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 #D4742F is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 47 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.17 |
| HSL | 25.09º | 0.66% | 0.51% | - |
| HSV(B) | 25.09º | 0.78% | 0.83% | - |
| XYZ | 33.91 | 26.69 | 6.05 | - |
| YUV | 136.84 | 77.3 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 47 | 0 | 0.45 | 0.78 | 0.17 | 25.09 | 0.66 | 0.51 |
| Hex | D4 | 74 | 2F | 0 | 2D | 4E | 11 | 19 | 42 | 33 |
| Octal | 324 | 164 | 57 | 0 | 55 | 116 | 21 | 31 | 102 | 63 |
| Binary | 11010100 | 1110100 | 101111 | 0 | 101101 | 1001110 | 10001 | 11001 | 1000010 | 110011 |
Color Harmonies of #D4742F
Complementary color
Monochromatic Colors of #D4742F
Black with #D4742F
Text Example
Text Example
White with #D4742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4742F; }
p { color: rgb(212,116,47); }
H1.HeaderClassName
{
color: #D4742F;
}
.AnyTagClassName
{
color: #D4742F;
}
</style>
background-color css
<style>
a { background-color: #D4742F; }
a { background-color: rgb(212,116,47); }
div.DivClassName
{
background-color: #D4742F;
}
.BgClassName
{
background-color: #D4742F;
}
</style>
border-color css
<style>
span { border-color: #D4742F; }
span { border-color: rgb(212,116,47); }
td.TdClassName
{
border-color: #D4742F;
}
.TagClassName
{
border-color: #D4742F;
}
</style>