Shades of Tango #D27132
Tints of Tango #D27132
RGB
CMYK
RGB Variations
Color information
#D27132 (or 0xD27132) is known color: Tango. HEX triplet: D2, 71 and 32. RGB value is (210,113,50). Sum of RGB (Red+Green+Blue) = 210+113+50=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D27132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27132 is #2D8ECD. Grayscale: #878787. Windows color (decimal): -2985678 or 3305938. OLE color: 3305938.
HSL color Cylindrical-coordinate representation of color #D27132: hue angle of 23.62º degrees, saturation: 0.64, 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 #D27132 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 50 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.18 |
| HSL | 23.63º | 0.64% | 0.51% | - |
| HSV(B) | 23.63º | 0.76% | 0.82% | - |
| XYZ | 33.06 | 25.74 | 6.24 | - |
| YUV | 134.82 | 80.14 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 50 | 0 | 0.46 | 0.76 | 0.18 | 23.63 | 0.64 | 0.51 |
| Hex | D2 | 71 | 32 | 0 | 2E | 4C | 12 | 18 | 40 | 33 |
| Octal | 322 | 161 | 62 | 0 | 56 | 114 | 22 | 30 | 100 | 63 |
| Binary | 11010010 | 1110001 | 110010 | 0 | 101110 | 1001100 | 10010 | 11000 | 1000000 | 110011 |
Color Harmonies of #D27132
Complementary color
Monochromatic Colors of #D27132
Black with #D27132
Text Example
Text Example
White with #D27132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27132; }
p { color: rgb(210,113,50); }
H1.HeaderClassName
{
color: #D27132;
}
.AnyTagClassName
{
color: #D27132;
}
</style>
background-color css
<style>
a { background-color: #D27132; }
a { background-color: rgb(210,113,50); }
div.DivClassName
{
background-color: #D27132;
}
.BgClassName
{
background-color: #D27132;
}
</style>
border-color css
<style>
span { border-color: #D27132; }
span { border-color: rgb(210,113,50); }
td.TdClassName
{
border-color: #D27132;
}
.TagClassName
{
border-color: #D27132;
}
</style>