Shades of Tango #D26F33
Tints of Tango #D26F33
RGB
CMYK
RGB Variations
Color information
#D26F33 (or 0xD26F33) is known color: Tango. HEX triplet: D2, 6F and 33. RGB value is (210,111,51). Sum of RGB (Red+Green+Blue) = 210+111+51=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26F33 is #2D90CC. Grayscale: #868686. Windows color (decimal): -2986189 or 3370962. OLE color: 3370962.
HSL color Cylindrical-coordinate representation of color #D26F33: hue angle of 22.64º 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 #D26F33 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 51 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.18 |
| HSL | 22.64º | 0.64% | 0.51% | - |
| HSV(B) | 22.64º | 0.76% | 0.82% | - |
| XYZ | 32.86 | 25.31 | 6.29 | - |
| YUV | 133.76 | 81.3 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 51 | 0 | 0.47 | 0.76 | 0.18 | 22.64 | 0.64 | 0.51 |
| Hex | D2 | 6F | 33 | 0 | 2F | 4C | 12 | 17 | 40 | 33 |
| Octal | 322 | 157 | 63 | 0 | 57 | 114 | 22 | 27 | 100 | 63 |
| Binary | 11010010 | 1101111 | 110011 | 0 | 101111 | 1001100 | 10010 | 10111 | 1000000 | 110011 |
Color Harmonies of #D26F33
Complementary color
Monochromatic Colors of #D26F33
Black with #D26F33
Text Example
Text Example
White with #D26F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F33; }
p { color: rgb(210,111,51); }
H1.HeaderClassName
{
color: #D26F33;
}
.AnyTagClassName
{
color: #D26F33;
}
</style>
background-color css
<style>
a { background-color: #D26F33; }
a { background-color: rgb(210,111,51); }
div.DivClassName
{
background-color: #D26F33;
}
.BgClassName
{
background-color: #D26F33;
}
</style>
border-color css
<style>
span { border-color: #D26F33; }
span { border-color: rgb(210,111,51); }
td.TdClassName
{
border-color: #D26F33;
}
.TagClassName
{
border-color: #D26F33;
}
</style>