Shades of Tenne (Tawny) #D26008
Tints of Tenne (Tawny) #D26008
RGB
CMYK
RGB Variations
Color information
#D26008 (or 0xD26008) is known color: Tenne (Tawny). HEX triplet: D2, 60 and 08. RGB value is (210,96,8). Sum of RGB (Red+Green+Blue) = 210+96+8=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D26008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26008 is #2D9FF7. Grayscale: #787878. Windows color (decimal): -2990072 or 549074. OLE color: 549074.
HSL color Cylindrical-coordinate representation of color #D26008: hue angle of 26.14º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D26008 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 8 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.18 |
| HSL | 26.14º | 0.93% | 0.43% | - |
| HSV(B) | 26.14º | 0.96% | 0.82% | - |
| XYZ | 30.81 | 22.08 | 2.87 | - |
| YUV | 120.05 | 64.77 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 8 | 0 | 0.54 | 0.96 | 0.18 | 26.14 | 0.93 | 0.43 |
| Hex | D2 | 60 | 8 | 0 | 36 | 60 | 12 | 1A | 5D | 2B |
| Octal | 322 | 140 | 10 | 0 | 66 | 140 | 22 | 32 | 135 | 53 |
| Binary | 11010010 | 1100000 | 1000 | 0 | 110110 | 1100000 | 10010 | 11010 | 1011101 | 101011 |
Color Harmonies of #D26008
Complementary color
Monochromatic Colors of #D26008
Black with #D26008
Text Example
Text Example
White with #D26008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26008; }
p { color: rgb(210,96,8); }
H1.HeaderClassName
{
color: #D26008;
}
.AnyTagClassName
{
color: #D26008;
}
</style>
background-color css
<style>
a { background-color: #D26008; }
a { background-color: rgb(210,96,8); }
div.DivClassName
{
background-color: #D26008;
}
.BgClassName
{
background-color: #D26008;
}
</style>
border-color css
<style>
span { border-color: #D26008; }
span { border-color: rgb(210,96,8); }
td.TdClassName
{
border-color: #D26008;
}
.TagClassName
{
border-color: #D26008;
}
</style>