Shades of Tenne (Tawny) #D64F17
Tints of Tenne (Tawny) #D64F17
RGB
CMYK
RGB Variations
Color information
#D64F17 (or 0xD64F17) is known color: Tenne (Tawny). HEX triplet: D6, 4F and 17. RGB value is (214,79,23). Sum of RGB (Red+Green+Blue) = 214+79+23=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64F17 is #29B0E8. Grayscale: #717171. Windows color (decimal): -2732265 or 1527766. OLE color: 1527766.
HSL color Cylindrical-coordinate representation of color #D64F17: hue angle of 17.59º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D64F17 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 23 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.16 |
| HSL | 17.59º | 0.81% | 0.46% | - |
| HSV(B) | 17.59º | 0.89% | 0.84% | - |
| XYZ | 30.68 | 19.95 | 3.04 | - |
| YUV | 112.98 | 77.23 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 23 | 0 | 0.63 | 0.89 | 0.16 | 17.59 | 0.81 | 0.46 |
| Hex | D6 | 4F | 17 | 0 | 3F | 59 | 10 | 12 | 51 | 2E |
| Octal | 326 | 117 | 27 | 0 | 77 | 131 | 20 | 22 | 121 | 56 |
| Binary | 11010110 | 1001111 | 10111 | 0 | 111111 | 1011001 | 10000 | 10010 | 1010001 | 101110 |
Color Harmonies of #D64F17
Complementary color
Monochromatic Colors of #D64F17
Black with #D64F17
Text Example
Text Example
White with #D64F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F17; }
p { color: rgb(214,79,23); }
H1.HeaderClassName
{
color: #D64F17;
}
.AnyTagClassName
{
color: #D64F17;
}
</style>
background-color css
<style>
a { background-color: #D64F17; }
a { background-color: rgb(214,79,23); }
div.DivClassName
{
background-color: #D64F17;
}
.BgClassName
{
background-color: #D64F17;
}
</style>
border-color css
<style>
span { border-color: #D64F17; }
span { border-color: rgb(214,79,23); }
td.TdClassName
{
border-color: #D64F17;
}
.TagClassName
{
border-color: #D64F17;
}
</style>