Shades of Tenne (Tawny) #D94F17
Tints of Tenne (Tawny) #D94F17
RGB
CMYK
RGB Variations
Color information
#D94F17 (or 0xD94F17) is known color: Tenne (Tawny). HEX triplet: D9, 4F and 17. RGB value is (217,79,23). Sum of RGB (Red+Green+Blue) = 217+79+23=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94F17 is #26B0E8. Grayscale: #727272. Windows color (decimal): -2535657 or 1527769. OLE color: 1527769.
HSL color Cylindrical-coordinate representation of color #D94F17: hue angle of 17.32º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D94F17 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 79 | 23 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.15 |
| HSL | 17.32º | 0.81% | 0.47% | - |
| HSV(B) | 17.32º | 0.89% | 0.85% | - |
| XYZ | 31.57 | 20.41 | 3.09 | - |
| YUV | 113.88 | 76.72 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 79 | 23 | 0 | 0.64 | 0.89 | 0.15 | 17.32 | 0.81 | 0.47 |
| Hex | D9 | 4F | 17 | 0 | 40 | 59 | F | 11 | 51 | 2F |
| Octal | 331 | 117 | 27 | 0 | 100 | 131 | 17 | 21 | 121 | 57 |
| Binary | 11011001 | 1001111 | 10111 | 0 | 1000000 | 1011001 | 1111 | 10001 | 1010001 | 101111 |
Color Harmonies of #D94F17
Complementary color
Monochromatic Colors of #D94F17
Black with #D94F17
Text Example
Text Example
White with #D94F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94F17; }
p { color: rgb(217,79,23); }
H1.HeaderClassName
{
color: #D94F17;
}
.AnyTagClassName
{
color: #D94F17;
}
</style>
background-color css
<style>
a { background-color: #D94F17; }
a { background-color: rgb(217,79,23); }
div.DivClassName
{
background-color: #D94F17;
}
.BgClassName
{
background-color: #D94F17;
}
</style>
border-color css
<style>
span { border-color: #D94F17; }
span { border-color: rgb(217,79,23); }
td.TdClassName
{
border-color: #D94F17;
}
.TagClassName
{
border-color: #D94F17;
}
</style>