Shades of Tango #D46F2D
Tints of Tango #D46F2D
RGB
CMYK
RGB Variations
Color information
#D46F2D (or 0xD46F2D) is known color: Tango. HEX triplet: D4, 6F and 2D. RGB value is (212,111,45). Sum of RGB (Red+Green+Blue) = 212+111+45=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46F2D is #2B90D2. Grayscale: #868686. Windows color (decimal): -2855123 or 2977748. OLE color: 2977748.
HSL color Cylindrical-coordinate representation of color #D46F2D: hue angle of 23.71º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D46F2D is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 45 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.17 |
| HSL | 23.71º | 0.66% | 0.5% | - |
| HSV(B) | 23.71º | 0.79% | 0.83% | - |
| XYZ | 33.31 | 25.56 | 5.66 | - |
| YUV | 133.68 | 77.96 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 45 | 0 | 0.48 | 0.79 | 0.17 | 23.71 | 0.66 | 0.5 |
| Hex | D4 | 6F | 2D | 0 | 30 | 4F | 11 | 18 | 42 | 32 |
| Octal | 324 | 157 | 55 | 0 | 60 | 117 | 21 | 30 | 102 | 62 |
| Binary | 11010100 | 1101111 | 101101 | 0 | 110000 | 1001111 | 10001 | 11000 | 1000010 | 110010 |
Color Harmonies of #D46F2D
Complementary color
Monochromatic Colors of #D46F2D
Black with #D46F2D
Text Example
Text Example
White with #D46F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46F2D; }
p { color: rgb(212,111,45); }
H1.HeaderClassName
{
color: #D46F2D;
}
.AnyTagClassName
{
color: #D46F2D;
}
</style>
background-color css
<style>
a { background-color: #D46F2D; }
a { background-color: rgb(212,111,45); }
div.DivClassName
{
background-color: #D46F2D;
}
.BgClassName
{
background-color: #D46F2D;
}
</style>
border-color css
<style>
span { border-color: #D46F2D; }
span { border-color: rgb(212,111,45); }
td.TdClassName
{
border-color: #D46F2D;
}
.TagClassName
{
border-color: #D46F2D;
}
</style>