Shades of Tango #D27231
Tints of Tango #D27231
RGB
CMYK
RGB Variations
Color information
#D27231 (or 0xD27231) is known color: Tango. HEX triplet: D2, 72 and 31. RGB value is (210,114,49). Sum of RGB (Red+Green+Blue) = 210+114+49=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D27231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27231 is #2D8DCE. Grayscale: #878787. Windows color (decimal): -2985423 or 3240658. OLE color: 3240658.
HSL color Cylindrical-coordinate representation of color #D27231: hue angle of 24.22º 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 #D27231 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 49 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.18 |
| HSL | 24.22º | 0.64% | 0.51% | - |
| HSV(B) | 24.22º | 0.77% | 0.82% | - |
| XYZ | 33.15 | 25.96 | 6.17 | - |
| YUV | 135.29 | 79.3 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 49 | 0 | 0.46 | 0.77 | 0.18 | 24.22 | 0.64 | 0.51 |
| Hex | D2 | 72 | 31 | 0 | 2E | 4D | 12 | 18 | 40 | 33 |
| Octal | 322 | 162 | 61 | 0 | 56 | 115 | 22 | 30 | 100 | 63 |
| Binary | 11010010 | 1110010 | 110001 | 0 | 101110 | 1001101 | 10010 | 11000 | 1000000 | 110011 |
Color Harmonies of #D27231
Complementary color
Monochromatic Colors of #D27231
Black with #D27231
Text Example
Text Example
White with #D27231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27231; }
p { color: rgb(210,114,49); }
H1.HeaderClassName
{
color: #D27231;
}
.AnyTagClassName
{
color: #D27231;
}
</style>
background-color css
<style>
a { background-color: #D27231; }
a { background-color: rgb(210,114,49); }
div.DivClassName
{
background-color: #D27231;
}
.BgClassName
{
background-color: #D27231;
}
</style>
border-color css
<style>
span { border-color: #D27231; }
span { border-color: rgb(210,114,49); }
td.TdClassName
{
border-color: #D27231;
}
.TagClassName
{
border-color: #D27231;
}
</style>