Shades of Tenne (Tawny) #D26701
Tints of Tenne (Tawny) #D26701
RGB
CMYK
RGB Variations
Color information
#D26701 (or 0xD26701) is known color: Tenne (Tawny). HEX triplet: D2, 67 and 01. RGB value is (210,103,1). Sum of RGB (Red+Green+Blue) = 210+103+1=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D26701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26701 is #2D98FE. Grayscale: #7B7B7B. Windows color (decimal): -2988287 or 92114. OLE color: 92114.
HSL color Cylindrical-coordinate representation of color #D26701: hue angle of 29.28º 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 #D26701 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 1 | - |
| CMYK | 0 | 0.51 | 1.00 | 0.18 |
| HSL | 29.28º | 0.99% | 0.41% | - |
| HSV(B) | 29.28º | 1% | 0.82% | - |
| XYZ | 31.43 | 23.4 | 2.89 | - |
| YUV | 123.37 | 58.95 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 1 | 0 | 0.51 | 1.00 | 0.18 | 29.28 | 0.99 | 0.41 |
| Hex | D2 | 67 | 1 | 0 | 33 | 64 | 12 | 1D | 63 | 29 |
| Octal | 322 | 147 | 1 | 0 | 63 | 144 | 22 | 35 | 143 | 51 |
| Binary | 11010010 | 1100111 | 1 | 0 | 110011 | 1100100 | 10010 | 11101 | 1100011 | 101001 |
Color Harmonies of #D26701
Complementary color
Monochromatic Colors of #D26701
Black with #D26701
Text Example
Text Example
White with #D26701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26701; }
p { color: rgb(210,103,1); }
H1.HeaderClassName
{
color: #D26701;
}
.AnyTagClassName
{
color: #D26701;
}
</style>
background-color css
<style>
a { background-color: #D26701; }
a { background-color: rgb(210,103,1); }
div.DivClassName
{
background-color: #D26701;
}
.BgClassName
{
background-color: #D26701;
}
</style>
border-color css
<style>
span { border-color: #D26701; }
span { border-color: rgb(210,103,1); }
td.TdClassName
{
border-color: #D26701;
}
.TagClassName
{
border-color: #D26701;
}
</style>