Shades of Tango #D26F31
Tints of Tango #D26F31
RGB
CMYK
RGB Variations
Color information
#D26F31 (or 0xD26F31) is known color: Tango. HEX triplet: D2, 6F and 31. RGB value is (210,111,49). Sum of RGB (Red+Green+Blue) = 210+111+49=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26F31 is #2D90CE. Grayscale: #858585. Windows color (decimal): -2986191 or 3239890. OLE color: 3239890.
HSL color Cylindrical-coordinate representation of color #D26F31: hue angle of 23.11º 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 #D26F31 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 49 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.18 |
| HSL | 23.11º | 0.64% | 0.51% | - |
| HSV(B) | 23.11º | 0.77% | 0.82% | - |
| XYZ | 32.82 | 25.29 | 6.06 | - |
| YUV | 133.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 49 | 0 | 0.47 | 0.77 | 0.18 | 23.11 | 0.64 | 0.51 |
| Hex | D2 | 6F | 31 | 0 | 2F | 4D | 12 | 17 | 40 | 33 |
| Octal | 322 | 157 | 61 | 0 | 57 | 115 | 22 | 27 | 100 | 63 |
| Binary | 11010010 | 1101111 | 110001 | 0 | 101111 | 1001101 | 10010 | 10111 | 1000000 | 110011 |
Color Harmonies of #D26F31
Complementary color
Monochromatic Colors of #D26F31
Black with #D26F31
Text Example
Text Example
White with #D26F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F31; }
p { color: rgb(210,111,49); }
H1.HeaderClassName
{
color: #D26F31;
}
.AnyTagClassName
{
color: #D26F31;
}
</style>
background-color css
<style>
a { background-color: #D26F31; }
a { background-color: rgb(210,111,49); }
div.DivClassName
{
background-color: #D26F31;
}
.BgClassName
{
background-color: #D26F31;
}
</style>
border-color css
<style>
span { border-color: #D26F31; }
span { border-color: rgb(210,111,49); }
td.TdClassName
{
border-color: #D26F31;
}
.TagClassName
{
border-color: #D26F31;
}
</style>