Shades of Tenne (Tawny) #D26500
Tints of Tenne (Tawny) #D26500
RGB
CMYK
RGB Variations
Color information
#D26500 (or 0xD26500) is known color: Tenne (Tawny). HEX triplet: D2, 65 and 00. RGB value is (210,101,0). Sum of RGB (Red+Green+Blue) = 210+101+0=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D26500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26500 is #2D9AFF. Grayscale: #7A7A7A. Windows color (decimal): -2988800 or 26066. OLE color: 26066.
HSL color Cylindrical-coordinate representation of color #D26500: hue angle of 28.86º 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 #D26500 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.18 |
| HSL | 28.86º | 1% | 0.41% | - |
| HSV(B) | 28.86º | 1% | 0.82% | - |
| XYZ | 31.23 | 23.01 | 2.8 | - |
| YUV | 122.08 | 59.11 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 0 | 0 | 0.52 | 1 | 0.18 | 28.86 | 1 | 0.41 |
| Hex | D2 | 65 | 0 | 0 | 34 | 64 | 12 | 1D | 64 | 29 |
| Octal | 322 | 145 | 0 | 0 | 64 | 144 | 22 | 35 | 144 | 51 |
| Binary | 11010010 | 1100101 | 0 | 0 | 110100 | 1100100 | 10010 | 11101 | 1100100 | 101001 |
Color Harmonies of #D26500
Complementary color
Monochromatic Colors of #D26500
Black with #D26500
Text Example
Text Example
White with #D26500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26500; }
p { color: rgb(210,101,0); }
H1.HeaderClassName
{
color: #D26500;
}
.AnyTagClassName
{
color: #D26500;
}
</style>
background-color css
<style>
a { background-color: #D26500; }
a { background-color: rgb(210,101,0); }
div.DivClassName
{
background-color: #D26500;
}
.BgClassName
{
background-color: #D26500;
}
</style>
border-color css
<style>
span { border-color: #D26500; }
span { border-color: rgb(210,101,0); }
td.TdClassName
{
border-color: #D26500;
}
.TagClassName
{
border-color: #D26500;
}
</style>