Shades of Tango #D17233
Tints of Tango #D17233
RGB
CMYK
RGB Variations
Color information
#D17233 (or 0xD17233) is known color: Tango. HEX triplet: D1, 72 and 33. RGB value is (209,114,51). Sum of RGB (Red+Green+Blue) = 209+114+51=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D17233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17233 is #2E8DCC. Grayscale: #878787. Windows color (decimal): -3050957 or 3371729. OLE color: 3371729.
HSL color Cylindrical-coordinate representation of color #D17233: hue angle of 23.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D17233 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 51 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.18 |
| HSL | 23.92º | 0.63% | 0.51% | - |
| HSV(B) | 23.92º | 0.76% | 0.82% | - |
| XYZ | 32.91 | 25.83 | 6.38 | - |
| YUV | 135.22 | 80.47 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 51 | 0 | 0.45 | 0.76 | 0.18 | 23.92 | 0.63 | 0.51 |
| Hex | D1 | 72 | 33 | 0 | 2D | 4C | 12 | 18 | 3F | 33 |
| Octal | 321 | 162 | 63 | 0 | 55 | 114 | 22 | 30 | 77 | 63 |
| Binary | 11010001 | 1110010 | 110011 | 0 | 101101 | 1001100 | 10010 | 11000 | 111111 | 110011 |
Color Harmonies of #D17233
Complementary color
Monochromatic Colors of #D17233
Black with #D17233
Text Example
Text Example
White with #D17233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17233; }
p { color: rgb(209,114,51); }
H1.HeaderClassName
{
color: #D17233;
}
.AnyTagClassName
{
color: #D17233;
}
</style>
background-color css
<style>
a { background-color: #D17233; }
a { background-color: rgb(209,114,51); }
div.DivClassName
{
background-color: #D17233;
}
.BgClassName
{
background-color: #D17233;
}
</style>
border-color css
<style>
span { border-color: #D17233; }
span { border-color: rgb(209,114,51); }
td.TdClassName
{
border-color: #D17233;
}
.TagClassName
{
border-color: #D17233;
}
</style>