Shades of Tenne (Tawny) #D26000
Tints of Tenne (Tawny) #D26000
RGB
CMYK
RGB Variations
Color information
#D26000 (or 0xD26000) is known color: Tenne (Tawny). HEX triplet: D2, 60 and 00. RGB value is (210,96,0). Sum of RGB (Red+Green+Blue) = 210+96+0=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D26000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26000 is #2D9FFF. Grayscale: #777777. Windows color (decimal): -2990080 or 24786. OLE color: 24786.
HSL color Cylindrical-coordinate representation of color #D26000: hue angle of 27.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D26000 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.18 |
| HSL | 27.43º | 1% | 0.41% | - |
| HSV(B) | 27.43º | 1% | 0.82% | - |
| XYZ | 30.76 | 22.07 | 2.64 | - |
| YUV | 119.14 | 60.77 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 0 | 0 | 0.54 | 1 | 0.18 | 27.43 | 1 | 0.41 |
| Hex | D2 | 60 | 0 | 0 | 36 | 64 | 12 | 1B | 64 | 29 |
| Octal | 322 | 140 | 0 | 0 | 66 | 144 | 22 | 33 | 144 | 51 |
| Binary | 11010010 | 1100000 | 0 | 0 | 110110 | 1100100 | 10010 | 11011 | 1100100 | 101001 |
Color Harmonies of #D26000
Complementary color
Monochromatic Colors of #D26000
Black with #D26000
Text Example
Text Example
White with #D26000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26000; }
p { color: rgb(210,96,0); }
H1.HeaderClassName
{
color: #D26000;
}
.AnyTagClassName
{
color: #D26000;
}
</style>
background-color css
<style>
a { background-color: #D26000; }
a { background-color: rgb(210,96,0); }
div.DivClassName
{
background-color: #D26000;
}
.BgClassName
{
background-color: #D26000;
}
</style>
border-color css
<style>
span { border-color: #D26000; }
span { border-color: rgb(210,96,0); }
td.TdClassName
{
border-color: #D26000;
}
.TagClassName
{
border-color: #D26000;
}
</style>