Shades of Tango #D27736
Tints of Tango #D27736
RGB
CMYK
RGB Variations
Color information
#D27736 (or 0xD27736) is known color: Tango. HEX triplet: D2, 77 and 36. RGB value is (210,119,54). Sum of RGB (Red+Green+Blue) = 210+119+54=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D27736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27736 is #2D88C9. Grayscale: #8B8B8B. Windows color (decimal): -2984138 or 3569618. OLE color: 3569618.
HSL color Cylindrical-coordinate representation of color #D27736: hue angle of 25º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D27736 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 119 | 54 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.18 |
| HSL | 25º | 0.63% | 0.52% | - |
| HSV(B) | 25º | 0.74% | 0.82% | - |
| XYZ | 33.84 | 27.16 | 6.95 | - |
| YUV | 138.8 | 80.15 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 119 | 54 | 0 | 0.43 | 0.74 | 0.18 | 25 | 0.63 | 0.52 |
| Hex | D2 | 77 | 36 | 0 | 2B | 4A | 12 | 19 | 3F | 34 |
| Octal | 322 | 167 | 66 | 0 | 53 | 112 | 22 | 31 | 77 | 64 |
| Binary | 11010010 | 1110111 | 110110 | 0 | 101011 | 1001010 | 10010 | 11001 | 111111 | 110100 |
Color Harmonies of #D27736
Complementary color
Monochromatic Colors of #D27736
Black with #D27736
Text Example
Text Example
White with #D27736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27736; }
p { color: rgb(210,119,54); }
H1.HeaderClassName
{
color: #D27736;
}
.AnyTagClassName
{
color: #D27736;
}
</style>
background-color css
<style>
a { background-color: #D27736; }
a { background-color: rgb(210,119,54); }
div.DivClassName
{
background-color: #D27736;
}
.BgClassName
{
background-color: #D27736;
}
</style>
border-color css
<style>
span { border-color: #D27736; }
span { border-color: rgb(210,119,54); }
td.TdClassName
{
border-color: #D27736;
}
.TagClassName
{
border-color: #D27736;
}
</style>