Shades of Tenne (Tawny) #D95805
Tints of Tenne (Tawny) #D95805
RGB
CMYK
RGB Variations
Color information
#D95805 (or 0xD95805) is known color: Tenne (Tawny). HEX triplet: D9, 58 and 05. RGB value is (217,88,5). Sum of RGB (Red+Green+Blue) = 217+88+5=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D95805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95805 is #26A7FA. Grayscale: #757575. Windows color (decimal): -2533371 or 350425. OLE color: 350425.
HSL color Cylindrical-coordinate representation of color #D95805: hue angle of 23.49º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D95805 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.15 |
| HSL | 23.49º | 0.95% | 0.44% | - |
| HSV(B) | 23.49º | 0.98% | 0.85% | - |
| XYZ | 32.13 | 21.74 | 2.65 | - |
| YUV | 117.11 | 64.74 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 5 | 0 | 0.59 | 0.98 | 0.15 | 23.49 | 0.95 | 0.44 |
| Hex | D9 | 58 | 5 | 0 | 3B | 62 | F | 17 | 5F | 2C |
| Octal | 331 | 130 | 5 | 0 | 73 | 142 | 17 | 27 | 137 | 54 |
| Binary | 11011001 | 1011000 | 101 | 0 | 111011 | 1100010 | 1111 | 10111 | 1011111 | 101100 |
Color Harmonies of #D95805
Complementary color
Monochromatic Colors of #D95805
Black with #D95805
Text Example
Text Example
White with #D95805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95805; }
p { color: rgb(217,88,5); }
H1.HeaderClassName
{
color: #D95805;
}
.AnyTagClassName
{
color: #D95805;
}
</style>
background-color css
<style>
a { background-color: #D95805; }
a { background-color: rgb(217,88,5); }
div.DivClassName
{
background-color: #D95805;
}
.BgClassName
{
background-color: #D95805;
}
</style>
border-color css
<style>
span { border-color: #D95805; }
span { border-color: rgb(217,88,5); }
td.TdClassName
{
border-color: #D95805;
}
.TagClassName
{
border-color: #D95805;
}
</style>