Shades of Tenne (Tawny) #D64D17
Tints of Tenne (Tawny) #D64D17
RGB
CMYK
RGB Variations
Color information
#D64D17 (or 0xD64D17) is known color: Tenne (Tawny). HEX triplet: D6, 4D and 17. RGB value is (214,77,23). Sum of RGB (Red+Green+Blue) = 214+77+23=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64D17 is #29B2E8. Grayscale: #707070. Windows color (decimal): -2732777 or 1527254. OLE color: 1527254.
HSL color Cylindrical-coordinate representation of color #D64D17: hue angle of 16.96º 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 #D64D17 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 23 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.16 |
| HSL | 16.96º | 0.81% | 0.46% | - |
| HSV(B) | 16.96º | 0.89% | 0.84% | - |
| XYZ | 30.54 | 19.67 | 3 | - |
| YUV | 111.81 | 77.89 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 23 | 0 | 0.64 | 0.89 | 0.16 | 16.96 | 0.81 | 0.46 |
| Hex | D6 | 4D | 17 | 0 | 40 | 59 | 10 | 11 | 51 | 2E |
| Octal | 326 | 115 | 27 | 0 | 100 | 131 | 20 | 21 | 121 | 56 |
| Binary | 11010110 | 1001101 | 10111 | 0 | 1000000 | 1011001 | 10000 | 10001 | 1010001 | 101110 |
Color Harmonies of #D64D17
Complementary color
Monochromatic Colors of #D64D17
Black with #D64D17
Text Example
Text Example
White with #D64D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D17; }
p { color: rgb(214,77,23); }
H1.HeaderClassName
{
color: #D64D17;
}
.AnyTagClassName
{
color: #D64D17;
}
</style>
background-color css
<style>
a { background-color: #D64D17; }
a { background-color: rgb(214,77,23); }
div.DivClassName
{
background-color: #D64D17;
}
.BgClassName
{
background-color: #D64D17;
}
</style>
border-color css
<style>
span { border-color: #D64D17; }
span { border-color: rgb(214,77,23); }
td.TdClassName
{
border-color: #D64D17;
}
.TagClassName
{
border-color: #D64D17;
}
</style>