Shades of Tenne (Tawny) #D94605
Tints of Tenne (Tawny) #D94605
RGB
CMYK
RGB Variations
Color information
#D94605 (or 0xD94605) is known color: Tenne (Tawny). HEX triplet: D9, 46 and 05. RGB value is (217,70,5). Sum of RGB (Red+Green+Blue) = 217+70+5=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D94605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94605 is #26B9FA. Grayscale: #6A6A6A. Windows color (decimal): -2537979 or 345817. OLE color: 345817.
HSL color Cylindrical-coordinate representation of color #D94605: hue angle of 18.4º 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 #D94605 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.15 |
| HSL | 18.4º | 0.95% | 0.44% | - |
| HSV(B) | 18.4º | 0.98% | 0.85% | - |
| XYZ | 30.83 | 19.14 | 2.21 | - |
| YUV | 106.54 | 70.7 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 5 | 0 | 0.68 | 0.98 | 0.15 | 18.4 | 0.95 | 0.44 |
| Hex | D9 | 46 | 5 | 0 | 44 | 62 | F | 12 | 5F | 2C |
| Octal | 331 | 106 | 5 | 0 | 104 | 142 | 17 | 22 | 137 | 54 |
| Binary | 11011001 | 1000110 | 101 | 0 | 1000100 | 1100010 | 1111 | 10010 | 1011111 | 101100 |
Color Harmonies of #D94605
Complementary color
Monochromatic Colors of #D94605
Black with #D94605
Text Example
Text Example
White with #D94605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94605; }
p { color: rgb(217,70,5); }
H1.HeaderClassName
{
color: #D94605;
}
.AnyTagClassName
{
color: #D94605;
}
</style>
background-color css
<style>
a { background-color: #D94605; }
a { background-color: rgb(217,70,5); }
div.DivClassName
{
background-color: #D94605;
}
.BgClassName
{
background-color: #D94605;
}
</style>
border-color css
<style>
span { border-color: #D94605; }
span { border-color: rgb(217,70,5); }
td.TdClassName
{
border-color: #D94605;
}
.TagClassName
{
border-color: #D94605;
}
</style>