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