Shades of Tango #D2763B
Tints of Tango #D2763B
RGB
CMYK
RGB Variations
Color information
#D2763B (or 0xD2763B) is known color: Tango. HEX triplet: D2, 76 and 3B. RGB value is (210,118,59). Sum of RGB (Red+Green+Blue) = 210+118+59=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2763B is #2D89C4. Grayscale: #8B8B8B. Windows color (decimal): -2984389 or 3897042. OLE color: 3897042.
HSL color Cylindrical-coordinate representation of color #D2763B: hue angle of 23.44º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2763B is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 59 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.18 |
| HSL | 23.44º | 0.63% | 0.53% | - |
| HSV(B) | 23.44º | 0.72% | 0.82% | - |
| XYZ | 33.85 | 26.97 | 7.56 | - |
| YUV | 138.78 | 82.98 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 59 | 0 | 0.44 | 0.72 | 0.18 | 23.44 | 0.63 | 0.53 |
| Hex | D2 | 76 | 3B | 0 | 2C | 48 | 12 | 17 | 3F | 35 |
| Octal | 322 | 166 | 73 | 0 | 54 | 110 | 22 | 27 | 77 | 65 |
| Binary | 11010010 | 1110110 | 111011 | 0 | 101100 | 1001000 | 10010 | 10111 | 111111 | 110101 |
Color Harmonies of #D2763B
Complementary color
Monochromatic Colors of #D2763B
Black with #D2763B
Text Example
Text Example
White with #D2763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2763B; }
p { color: rgb(210,118,59); }
H1.HeaderClassName
{
color: #D2763B;
}
.AnyTagClassName
{
color: #D2763B;
}
</style>
background-color css
<style>
a { background-color: #D2763B; }
a { background-color: rgb(210,118,59); }
div.DivClassName
{
background-color: #D2763B;
}
.BgClassName
{
background-color: #D2763B;
}
</style>
border-color css
<style>
span { border-color: #D2763B; }
span { border-color: rgb(210,118,59); }
td.TdClassName
{
border-color: #D2763B;
}
.TagClassName
{
border-color: #D2763B;
}
</style>