Shades of Tenne (Tawny) #D26501
Tints of Tenne (Tawny) #D26501
RGB
CMYK
RGB Variations
Color information
#D26501 (or 0xD26501) is known color: Tenne (Tawny). HEX triplet: D2, 65 and 01. RGB value is (210,101,1). Sum of RGB (Red+Green+Blue) = 210+101+1=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D26501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26501 is #2D9AFE. Grayscale: #7A7A7A. Windows color (decimal): -2988799 or 91602. OLE color: 91602.
HSL color Cylindrical-coordinate representation of color #D26501: hue angle of 28.71º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D26501 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 1 | - |
| CMYK | 0 | 0.52 | 1.00 | 0.18 |
| HSL | 28.71º | 0.99% | 0.41% | - |
| HSV(B) | 28.71º | 1% | 0.82% | - |
| XYZ | 31.24 | 23.01 | 2.82 | - |
| YUV | 122.19 | 59.61 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 1 | 0 | 0.52 | 1.00 | 0.18 | 28.71 | 0.99 | 0.41 |
| Hex | D2 | 65 | 1 | 0 | 34 | 64 | 12 | 1D | 63 | 29 |
| Octal | 322 | 145 | 1 | 0 | 64 | 144 | 22 | 35 | 143 | 51 |
| Binary | 11010010 | 1100101 | 1 | 0 | 110100 | 1100100 | 10010 | 11101 | 1100011 | 101001 |
Color Harmonies of #D26501
Complementary color
Monochromatic Colors of #D26501
Black with #D26501
Text Example
Text Example
White with #D26501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26501; }
p { color: rgb(210,101,1); }
H1.HeaderClassName
{
color: #D26501;
}
.AnyTagClassName
{
color: #D26501;
}
</style>
background-color css
<style>
a { background-color: #D26501; }
a { background-color: rgb(210,101,1); }
div.DivClassName
{
background-color: #D26501;
}
.BgClassName
{
background-color: #D26501;
}
</style>
border-color css
<style>
span { border-color: #D26501; }
span { border-color: rgb(210,101,1); }
td.TdClassName
{
border-color: #D26501;
}
.TagClassName
{
border-color: #D26501;
}
</style>