Shades of Tenne (Tawny) #D94607
Tints of Tenne (Tawny) #D94607
RGB
CMYK
RGB Variations
Color information
#D94607 (or 0xD94607) is known color: Tenne (Tawny). HEX triplet: D9, 46 and 07. RGB value is (217,70,7). Sum of RGB (Red+Green+Blue) = 217+70+7=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D94607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94607 is #26B9F8. Grayscale: #6B6B6B. Windows color (decimal): -2537977 or 476889. OLE color: 476889.
HSL color Cylindrical-coordinate representation of color #D94607: hue angle of 18º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D94607 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 7 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.15 |
| HSL | 18º | 0.94% | 0.44% | - |
| HSV(B) | 18º | 0.97% | 0.85% | - |
| XYZ | 30.84 | 19.15 | 2.27 | - |
| YUV | 106.77 | 71.7 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 7 | 0 | 0.68 | 0.97 | 0.15 | 18 | 0.94 | 0.44 |
| Hex | D9 | 46 | 7 | 0 | 44 | 61 | F | 12 | 5E | 2C |
| Octal | 331 | 106 | 7 | 0 | 104 | 141 | 17 | 22 | 136 | 54 |
| Binary | 11011001 | 1000110 | 111 | 0 | 1000100 | 1100001 | 1111 | 10010 | 1011110 | 101100 |
Color Harmonies of #D94607
Complementary color
Monochromatic Colors of #D94607
Black with #D94607
Text Example
Text Example
White with #D94607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94607; }
p { color: rgb(217,70,7); }
H1.HeaderClassName
{
color: #D94607;
}
.AnyTagClassName
{
color: #D94607;
}
</style>
background-color css
<style>
a { background-color: #D94607; }
a { background-color: rgb(217,70,7); }
div.DivClassName
{
background-color: #D94607;
}
.BgClassName
{
background-color: #D94607;
}
</style>
border-color css
<style>
span { border-color: #D94607; }
span { border-color: rgb(217,70,7); }
td.TdClassName
{
border-color: #D94607;
}
.TagClassName
{
border-color: #D94607;
}
</style>