Shades of Tango #D27331
Tints of Tango #D27331
RGB
CMYK
RGB Variations
Color information
#D27331 (or 0xD27331) is known color: Tango. HEX triplet: D2, 73 and 31. RGB value is (210,115,49). Sum of RGB (Red+Green+Blue) = 210+115+49=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D27331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27331 is #2D8CCE. Grayscale: #888888. Windows color (decimal): -2985167 or 3240914. OLE color: 3240914.
HSL color Cylindrical-coordinate representation of color #D27331: hue angle of 24.6º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D27331 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 49 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.18 |
| HSL | 24.6º | 0.64% | 0.51% | - |
| HSV(B) | 24.6º | 0.77% | 0.82% | - |
| XYZ | 33.26 | 26.18 | 6.21 | - |
| YUV | 135.88 | 78.97 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 49 | 0 | 0.45 | 0.77 | 0.18 | 24.6 | 0.64 | 0.51 |
| Hex | D2 | 73 | 31 | 0 | 2D | 4D | 12 | 19 | 40 | 33 |
| Octal | 322 | 163 | 61 | 0 | 55 | 115 | 22 | 31 | 100 | 63 |
| Binary | 11010010 | 1110011 | 110001 | 0 | 101101 | 1001101 | 10010 | 11001 | 1000000 | 110011 |
Color Harmonies of #D27331
Complementary color
Monochromatic Colors of #D27331
Black with #D27331
Text Example
Text Example
White with #D27331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27331; }
p { color: rgb(210,115,49); }
H1.HeaderClassName
{
color: #D27331;
}
.AnyTagClassName
{
color: #D27331;
}
</style>
background-color css
<style>
a { background-color: #D27331; }
a { background-color: rgb(210,115,49); }
div.DivClassName
{
background-color: #D27331;
}
.BgClassName
{
background-color: #D27331;
}
</style>
border-color css
<style>
span { border-color: #D27331; }
span { border-color: rgb(210,115,49); }
td.TdClassName
{
border-color: #D27331;
}
.TagClassName
{
border-color: #D27331;
}
</style>