Shades of Tango #D1762D
Tints of Tango #D1762D
RGB
CMYK
RGB Variations
Color information
#D1762D (or 0xD1762D) is known color: Tango. HEX triplet: D1, 76 and 2D. RGB value is (209,118,45). Sum of RGB (Red+Green+Blue) = 209+118+45=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D1762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1762D is #2E89D2. Grayscale: #898989. Windows color (decimal): -3049939 or 2979537. OLE color: 2979537.
HSL color Cylindrical-coordinate representation of color #D1762D: hue angle of 26.71º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1762D is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 45 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.18 |
| HSL | 26.71º | 0.65% | 0.5% | - |
| HSV(B) | 26.71º | 0.78% | 0.82% | - |
| XYZ | 33.25 | 26.7 | 5.88 | - |
| YUV | 136.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 45 | 0 | 0.44 | 0.78 | 0.18 | 26.71 | 0.65 | 0.5 |
| Hex | D1 | 76 | 2D | 0 | 2C | 4E | 12 | 1B | 41 | 32 |
| Octal | 321 | 166 | 55 | 0 | 54 | 116 | 22 | 33 | 101 | 62 |
| Binary | 11010001 | 1110110 | 101101 | 0 | 101100 | 1001110 | 10010 | 11011 | 1000001 | 110010 |
Color Harmonies of #D1762D
Complementary color
Monochromatic Colors of #D1762D
Black with #D1762D
Text Example
Text Example
White with #D1762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1762D; }
p { color: rgb(209,118,45); }
H1.HeaderClassName
{
color: #D1762D;
}
.AnyTagClassName
{
color: #D1762D;
}
</style>
background-color css
<style>
a { background-color: #D1762D; }
a { background-color: rgb(209,118,45); }
div.DivClassName
{
background-color: #D1762D;
}
.BgClassName
{
background-color: #D1762D;
}
</style>
border-color css
<style>
span { border-color: #D1762D; }
span { border-color: rgb(209,118,45); }
td.TdClassName
{
border-color: #D1762D;
}
.TagClassName
{
border-color: #D1762D;
}
</style>