Shades of Tango #D27635
Tints of Tango #D27635
RGB
CMYK
RGB Variations
Color information
#D27635 (or 0xD27635) is known color: Tango. HEX triplet: D2, 76 and 35. RGB value is (210,118,53). Sum of RGB (Red+Green+Blue) = 210+118+53=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D27635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27635 is #2D89CA. Grayscale: #8A8A8A. Windows color (decimal): -2984395 or 3503826. OLE color: 3503826.
HSL color Cylindrical-coordinate representation of color #D27635: hue angle of 24.84º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D27635 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 53 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.18 |
| HSL | 24.84º | 0.64% | 0.52% | - |
| HSV(B) | 24.84º | 0.75% | 0.82% | - |
| XYZ | 33.7 | 26.92 | 6.79 | - |
| YUV | 138.1 | 79.98 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 53 | 0 | 0.44 | 0.75 | 0.18 | 24.84 | 0.64 | 0.52 |
| Hex | D2 | 76 | 35 | 0 | 2C | 4B | 12 | 19 | 40 | 34 |
| Octal | 322 | 166 | 65 | 0 | 54 | 113 | 22 | 31 | 100 | 64 |
| Binary | 11010010 | 1110110 | 110101 | 0 | 101100 | 1001011 | 10010 | 11001 | 1000000 | 110100 |
Color Harmonies of #D27635
Complementary color
Monochromatic Colors of #D27635
Black with #D27635
Text Example
Text Example
White with #D27635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27635; }
p { color: rgb(210,118,53); }
H1.HeaderClassName
{
color: #D27635;
}
.AnyTagClassName
{
color: #D27635;
}
</style>
background-color css
<style>
a { background-color: #D27635; }
a { background-color: rgb(210,118,53); }
div.DivClassName
{
background-color: #D27635;
}
.BgClassName
{
background-color: #D27635;
}
</style>
border-color css
<style>
span { border-color: #D27635; }
span { border-color: rgb(210,118,53); }
td.TdClassName
{
border-color: #D27635;
}
.TagClassName
{
border-color: #D27635;
}
</style>