Shades of Tango #D97332
Tints of Tango #D97332
RGB
CMYK
RGB Variations
Color information
#D97332 (or 0xD97332) is known color: Tango. HEX triplet: D9, 73 and 32. RGB value is (217,115,50). Sum of RGB (Red+Green+Blue) = 217+115+50=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D97332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97332 is #268CCD. Grayscale: #8A8A8A. Windows color (decimal): -2526414 or 3306457. OLE color: 3306457.
HSL color Cylindrical-coordinate representation of color #D97332: hue angle of 23.35º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D97332 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 50 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.15 |
| HSL | 23.35º | 0.69% | 0.52% | - |
| HSV(B) | 23.35º | 0.77% | 0.85% | - |
| XYZ | 35.32 | 27.24 | 6.41 | - |
| YUV | 138.09 | 78.29 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 50 | 0 | 0.47 | 0.77 | 0.15 | 23.35 | 0.69 | 0.52 |
| Hex | D9 | 73 | 32 | 0 | 2F | 4D | F | 17 | 45 | 34 |
| Octal | 331 | 163 | 62 | 0 | 57 | 115 | 17 | 27 | 105 | 64 |
| Binary | 11011001 | 1110011 | 110010 | 0 | 101111 | 1001101 | 1111 | 10111 | 1000101 | 110100 |
Color Harmonies of #D97332
Complementary color
Monochromatic Colors of #D97332
Black with #D97332
Text Example
Text Example
White with #D97332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97332; }
p { color: rgb(217,115,50); }
H1.HeaderClassName
{
color: #D97332;
}
.AnyTagClassName
{
color: #D97332;
}
</style>
background-color css
<style>
a { background-color: #D97332; }
a { background-color: rgb(217,115,50); }
div.DivClassName
{
background-color: #D97332;
}
.BgClassName
{
background-color: #D97332;
}
</style>
border-color css
<style>
span { border-color: #D97332; }
span { border-color: rgb(217,115,50); }
td.TdClassName
{
border-color: #D97332;
}
.TagClassName
{
border-color: #D97332;
}
</style>