Shades of Tenne (Tawny) #D26205
Tints of Tenne (Tawny) #D26205
RGB
CMYK
RGB Variations
Color information
#D26205 (or 0xD26205) is known color: Tenne (Tawny). HEX triplet: D2, 62 and 05. RGB value is (210,98,5). Sum of RGB (Red+Green+Blue) = 210+98+5=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D26205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26205 is #2D9DFA. Grayscale: #797979. Windows color (decimal): -2989563 or 352978. OLE color: 352978.
HSL color Cylindrical-coordinate representation of color #D26205: hue angle of 27.22º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D26205 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.18 |
| HSL | 27.22º | 0.95% | 0.42% | - |
| HSV(B) | 27.22º | 0.98% | 0.82% | - |
| XYZ | 30.97 | 22.45 | 2.84 | - |
| YUV | 120.89 | 62.61 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 5 | 0 | 0.53 | 0.98 | 0.18 | 27.22 | 0.95 | 0.42 |
| Hex | D2 | 62 | 5 | 0 | 35 | 62 | 12 | 1B | 5F | 2A |
| Octal | 322 | 142 | 5 | 0 | 65 | 142 | 22 | 33 | 137 | 52 |
| Binary | 11010010 | 1100010 | 101 | 0 | 110101 | 1100010 | 10010 | 11011 | 1011111 | 101010 |
Color Harmonies of #D26205
Complementary color
Monochromatic Colors of #D26205
Black with #D26205
Text Example
Text Example
White with #D26205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26205; }
p { color: rgb(210,98,5); }
H1.HeaderClassName
{
color: #D26205;
}
.AnyTagClassName
{
color: #D26205;
}
</style>
background-color css
<style>
a { background-color: #D26205; }
a { background-color: rgb(210,98,5); }
div.DivClassName
{
background-color: #D26205;
}
.BgClassName
{
background-color: #D26205;
}
</style>
border-color css
<style>
span { border-color: #D26205; }
span { border-color: rgb(210,98,5); }
td.TdClassName
{
border-color: #D26205;
}
.TagClassName
{
border-color: #D26205;
}
</style>