Shades of Tango #D97733
Tints of Tango #D97733
RGB
CMYK
RGB Variations
Color information
#D97733 (or 0xD97733) is known color: Tango. HEX triplet: D9, 77 and 33. RGB value is (217,119,51). Sum of RGB (Red+Green+Blue) = 217+119+51=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D97733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97733 is #2688CC. Grayscale: #8C8C8C. Windows color (decimal): -2525389 or 3373017. OLE color: 3373017.
HSL color Cylindrical-coordinate representation of color #D97733: hue angle of 24.58º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D97733 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 51 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.15 |
| HSL | 24.58º | 0.69% | 0.53% | - |
| HSV(B) | 24.58º | 0.76% | 0.85% | - |
| XYZ | 35.81 | 28.18 | 6.68 | - |
| YUV | 140.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 51 | 0 | 0.45 | 0.76 | 0.15 | 24.58 | 0.69 | 0.53 |
| Hex | D9 | 77 | 33 | 0 | 2D | 4C | F | 19 | 45 | 35 |
| Octal | 331 | 167 | 63 | 0 | 55 | 114 | 17 | 31 | 105 | 65 |
| Binary | 11011001 | 1110111 | 110011 | 0 | 101101 | 1001100 | 1111 | 11001 | 1000101 | 110101 |
Color Harmonies of #D97733
Complementary color
Monochromatic Colors of #D97733
Black with #D97733
Text Example
Text Example
White with #D97733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97733; }
p { color: rgb(217,119,51); }
H1.HeaderClassName
{
color: #D97733;
}
.AnyTagClassName
{
color: #D97733;
}
</style>
background-color css
<style>
a { background-color: #D97733; }
a { background-color: rgb(217,119,51); }
div.DivClassName
{
background-color: #D97733;
}
.BgClassName
{
background-color: #D97733;
}
</style>
border-color css
<style>
span { border-color: #D97733; }
span { border-color: rgb(217,119,51); }
td.TdClassName
{
border-color: #D97733;
}
.TagClassName
{
border-color: #D97733;
}
</style>