Shades of Tango #D9763A
Tints of Tango #D9763A
RGB
CMYK
RGB Variations
Color information
#D9763A (or 0xD9763A) is known color: Tango. HEX triplet: D9, 76 and 3A. RGB value is (217,118,58). Sum of RGB (Red+Green+Blue) = 217+118+58=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9763A is #2689C5. Grayscale: #8D8D8D. Windows color (decimal): -2525638 or 3831513. OLE color: 3831513.
HSL color Cylindrical-coordinate representation of color #D9763A: hue angle of 22.64º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9763A is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 58 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.15 |
| HSL | 22.64º | 0.68% | 0.54% | - |
| HSV(B) | 22.64º | 0.73% | 0.85% | - |
| XYZ | 35.86 | 28.01 | 7.52 | - |
| YUV | 140.76 | 81.3 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 58 | 0 | 0.46 | 0.73 | 0.15 | 22.64 | 0.68 | 0.54 |
| Hex | D9 | 76 | 3A | 0 | 2E | 49 | F | 17 | 44 | 36 |
| Octal | 331 | 166 | 72 | 0 | 56 | 111 | 17 | 27 | 104 | 66 |
| Binary | 11011001 | 1110110 | 111010 | 0 | 101110 | 1001001 | 1111 | 10111 | 1000100 | 110110 |
Color Harmonies of #D9763A
Complementary color
Monochromatic Colors of #D9763A
Black with #D9763A
Text Example
Text Example
White with #D9763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9763A; }
p { color: rgb(217,118,58); }
H1.HeaderClassName
{
color: #D9763A;
}
.AnyTagClassName
{
color: #D9763A;
}
</style>
background-color css
<style>
a { background-color: #D9763A; }
a { background-color: rgb(217,118,58); }
div.DivClassName
{
background-color: #D9763A;
}
.BgClassName
{
background-color: #D9763A;
}
</style>
border-color css
<style>
span { border-color: #D9763A; }
span { border-color: rgb(217,118,58); }
td.TdClassName
{
border-color: #D9763A;
}
.TagClassName
{
border-color: #D9763A;
}
</style>