Shades of Tenne (Tawny) #D26207
Tints of Tenne (Tawny) #D26207
RGB
CMYK
RGB Variations
Color information
#D26207 (or 0xD26207) is known color: Tenne (Tawny). HEX triplet: D2, 62 and 07. RGB value is (210,98,7). Sum of RGB (Red+Green+Blue) = 210+98+7=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D26207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26207 is #2D9DF8. Grayscale: #797979. Windows color (decimal): -2989561 or 484050. OLE color: 484050.
HSL color Cylindrical-coordinate representation of color #D26207: hue angle of 26.9º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D26207 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.18 |
| HSL | 26.9º | 0.94% | 0.43% | - |
| HSV(B) | 26.9º | 0.97% | 0.82% | - |
| XYZ | 30.98 | 22.45 | 2.9 | - |
| YUV | 121.11 | 63.61 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 7 | 0 | 0.53 | 0.97 | 0.18 | 26.9 | 0.94 | 0.43 |
| Hex | D2 | 62 | 7 | 0 | 35 | 61 | 12 | 1B | 5E | 2B |
| Octal | 322 | 142 | 7 | 0 | 65 | 141 | 22 | 33 | 136 | 53 |
| Binary | 11010010 | 1100010 | 111 | 0 | 110101 | 1100001 | 10010 | 11011 | 1011110 | 101011 |
Color Harmonies of #D26207
Complementary color
Monochromatic Colors of #D26207
Black with #D26207
Text Example
Text Example
White with #D26207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26207; }
p { color: rgb(210,98,7); }
H1.HeaderClassName
{
color: #D26207;
}
.AnyTagClassName
{
color: #D26207;
}
</style>
background-color css
<style>
a { background-color: #D26207; }
a { background-color: rgb(210,98,7); }
div.DivClassName
{
background-color: #D26207;
}
.BgClassName
{
background-color: #D26207;
}
</style>
border-color css
<style>
span { border-color: #D26207; }
span { border-color: rgb(210,98,7); }
td.TdClassName
{
border-color: #D26207;
}
.TagClassName
{
border-color: #D26207;
}
</style>