Shades of Tenne (Tawny) #D25811
Tints of Tenne (Tawny) #D25811
RGB
CMYK
RGB Variations
Color information
#D25811 (or 0xD25811) is known color: Tenne (Tawny). HEX triplet: D2, 58 and 11. RGB value is (210,88,17). Sum of RGB (Red+Green+Blue) = 210+88+17=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D25811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25811 is #2DA7EE. Grayscale: #747474. Windows color (decimal): -2992111 or 1136850. OLE color: 1136850.
HSL color Cylindrical-coordinate representation of color #D25811: hue angle of 22.07º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D25811 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 17 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.18 |
| HSL | 22.07º | 0.85% | 0.45% | - |
| HSV(B) | 22.07º | 0.92% | 0.82% | - |
| XYZ | 30.17 | 20.72 | 2.94 | - |
| YUV | 116.38 | 71.92 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 17 | 0 | 0.58 | 0.92 | 0.18 | 22.07 | 0.85 | 0.45 |
| Hex | D2 | 58 | 11 | 0 | 3A | 5C | 12 | 16 | 55 | 2D |
| Octal | 322 | 130 | 21 | 0 | 72 | 134 | 22 | 26 | 125 | 55 |
| Binary | 11010010 | 1011000 | 10001 | 0 | 111010 | 1011100 | 10010 | 10110 | 1010101 | 101101 |
Color Harmonies of #D25811
Complementary color
Monochromatic Colors of #D25811
Black with #D25811
Text Example
Text Example
White with #D25811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25811; }
p { color: rgb(210,88,17); }
H1.HeaderClassName
{
color: #D25811;
}
.AnyTagClassName
{
color: #D25811;
}
</style>
background-color css
<style>
a { background-color: #D25811; }
a { background-color: rgb(210,88,17); }
div.DivClassName
{
background-color: #D25811;
}
.BgClassName
{
background-color: #D25811;
}
</style>
border-color css
<style>
span { border-color: #D25811; }
span { border-color: rgb(210,88,17); }
td.TdClassName
{
border-color: #D25811;
}
.TagClassName
{
border-color: #D25811;
}
</style>