Shades of Tenne (Tawny) #D25905
Tints of Tenne (Tawny) #D25905
RGB
CMYK
RGB Variations
Color information
#D25905 (or 0xD25905) is known color: Tenne (Tawny). HEX triplet: D2, 59 and 05. RGB value is (210,89,5). Sum of RGB (Red+Green+Blue) = 210+89+5=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D25905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25905 is #2DA6FA. Grayscale: #747474. Windows color (decimal): -2991867 or 350674. OLE color: 350674.
HSL color Cylindrical-coordinate representation of color #D25905: hue angle of 24.59º 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 #D25905 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.18 |
| HSL | 24.59º | 0.95% | 0.42% | - |
| HSV(B) | 24.59º | 0.98% | 0.82% | - |
| XYZ | 30.18 | 20.86 | 2.58 | - |
| YUV | 115.6 | 65.59 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 5 | 0 | 0.58 | 0.98 | 0.18 | 24.59 | 0.95 | 0.42 |
| Hex | D2 | 59 | 5 | 0 | 3A | 62 | 12 | 19 | 5F | 2A |
| Octal | 322 | 131 | 5 | 0 | 72 | 142 | 22 | 31 | 137 | 52 |
| Binary | 11010010 | 1011001 | 101 | 0 | 111010 | 1100010 | 10010 | 11001 | 1011111 | 101010 |
Color Harmonies of #D25905
Complementary color
Monochromatic Colors of #D25905
Black with #D25905
Text Example
Text Example
White with #D25905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25905; }
p { color: rgb(210,89,5); }
H1.HeaderClassName
{
color: #D25905;
}
.AnyTagClassName
{
color: #D25905;
}
</style>
background-color css
<style>
a { background-color: #D25905; }
a { background-color: rgb(210,89,5); }
div.DivClassName
{
background-color: #D25905;
}
.BgClassName
{
background-color: #D25905;
}
</style>
border-color css
<style>
span { border-color: #D25905; }
span { border-color: rgb(210,89,5); }
td.TdClassName
{
border-color: #D25905;
}
.TagClassName
{
border-color: #D25905;
}
</style>