Shades of Tenne (Tawny) #D94F07
Tints of Tenne (Tawny) #D94F07
RGB
CMYK
RGB Variations
Color information
#D94F07 (or 0xD94F07) is known color: Tenne (Tawny). HEX triplet: D9, 4F and 07. RGB value is (217,79,7). Sum of RGB (Red+Green+Blue) = 217+79+7=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94F07 is #26B0F8. Grayscale: #707070. Windows color (decimal): -2535673 or 479193. OLE color: 479193.
HSL color Cylindrical-coordinate representation of color #D94F07: hue angle of 20.57º 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 #D94F07 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 7 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.15 |
| HSL | 20.57º | 0.94% | 0.44% | - |
| HSV(B) | 20.57º | 0.97% | 0.85% | - |
| XYZ | 31.45 | 20.36 | 2.47 | - |
| YUV | 112.05 | 68.72 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 7 | 0 | 0.64 | 0.97 | 0.15 | 20.57 | 0.94 | 0.44 |
| Hex | D9 | 4F | 7 | 0 | 40 | 61 | F | 15 | 5E | 2C |
| Octal | 331 | 117 | 7 | 0 | 100 | 141 | 17 | 25 | 136 | 54 |
| Binary | 11011001 | 1001111 | 111 | 0 | 1000000 | 1100001 | 1111 | 10101 | 1011110 | 101100 |
Color Harmonies of #D94F07
Complementary color
Monochromatic Colors of #D94F07
Black with #D94F07
Text Example
Text Example
White with #D94F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F07; }
p { color: rgb(217,79,7); }
H1.HeaderClassName
{
color: #D94F07;
}
.AnyTagClassName
{
color: #D94F07;
}
</style>
background-color css
<style>
a { background-color: #D94F07; }
a { background-color: rgb(217,79,7); }
div.DivClassName
{
background-color: #D94F07;
}
.BgClassName
{
background-color: #D94F07;
}
</style>
border-color css
<style>
span { border-color: #D94F07; }
span { border-color: rgb(217,79,7); }
td.TdClassName
{
border-color: #D94F07;
}
.TagClassName
{
border-color: #D94F07;
}
</style>