Shades of Tango #D1762C
Tints of Tango #D1762C
RGB
CMYK
RGB Variations
Color information
#D1762C (or 0xD1762C) is known color: Tango. HEX triplet: D1, 76 and 2C. RGB value is (209,118,44). Sum of RGB (Red+Green+Blue) = 209+118+44=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1762C is #2E89D3. Grayscale: #898989. Windows color (decimal): -3049940 or 2914001. OLE color: 2914001.
HSL color Cylindrical-coordinate representation of color #D1762C: hue angle of 26.91º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1762C is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 44 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.18 |
| HSL | 26.91º | 0.65% | 0.5% | - |
| HSV(B) | 26.91º | 0.79% | 0.82% | - |
| XYZ | 33.23 | 26.69 | 5.78 | - |
| YUV | 136.77 | 75.65 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 44 | 0 | 0.44 | 0.79 | 0.18 | 26.91 | 0.65 | 0.5 |
| Hex | D1 | 76 | 2C | 0 | 2C | 4F | 12 | 1B | 41 | 32 |
| Octal | 321 | 166 | 54 | 0 | 54 | 117 | 22 | 33 | 101 | 62 |
| Binary | 11010001 | 1110110 | 101100 | 0 | 101100 | 1001111 | 10010 | 11011 | 1000001 | 110010 |
Color Harmonies of #D1762C
Complementary color
Monochromatic Colors of #D1762C
Black with #D1762C
Text Example
Text Example
White with #D1762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1762C; }
p { color: rgb(209,118,44); }
H1.HeaderClassName
{
color: #D1762C;
}
.AnyTagClassName
{
color: #D1762C;
}
</style>
background-color css
<style>
a { background-color: #D1762C; }
a { background-color: rgb(209,118,44); }
div.DivClassName
{
background-color: #D1762C;
}
.BgClassName
{
background-color: #D1762C;
}
</style>
border-color css
<style>
span { border-color: #D1762C; }
span { border-color: rgb(209,118,44); }
td.TdClassName
{
border-color: #D1762C;
}
.TagClassName
{
border-color: #D1762C;
}
</style>