Shades of Tenne (Tawny) #D64D15
Tints of Tenne (Tawny) #D64D15
RGB
CMYK
RGB Variations
Color information
#D64D15 (or 0xD64D15) is known color: Tenne (Tawny). HEX triplet: D6, 4D and 15. RGB value is (214,77,21). Sum of RGB (Red+Green+Blue) = 214+77+21=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64D15 is #29B2EA. Grayscale: #6F6F6F. Windows color (decimal): -2732779 or 1396182. OLE color: 1396182.
HSL color Cylindrical-coordinate representation of color #D64D15: hue angle of 17.41º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D64D15 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 21 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.16 |
| HSL | 17.41º | 0.82% | 0.46% | - |
| HSV(B) | 17.41º | 0.9% | 0.84% | - |
| XYZ | 30.52 | 19.66 | 2.9 | - |
| YUV | 111.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 21 | 0 | 0.64 | 0.90 | 0.16 | 17.41 | 0.82 | 0.46 |
| Hex | D6 | 4D | 15 | 0 | 40 | 5A | 10 | 11 | 52 | 2E |
| Octal | 326 | 115 | 25 | 0 | 100 | 132 | 20 | 21 | 122 | 56 |
| Binary | 11010110 | 1001101 | 10101 | 0 | 1000000 | 1011010 | 10000 | 10001 | 1010010 | 101110 |
Color Harmonies of #D64D15
Complementary color
Monochromatic Colors of #D64D15
Black with #D64D15
Text Example
Text Example
White with #D64D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D15; }
p { color: rgb(214,77,21); }
H1.HeaderClassName
{
color: #D64D15;
}
.AnyTagClassName
{
color: #D64D15;
}
</style>
background-color css
<style>
a { background-color: #D64D15; }
a { background-color: rgb(214,77,21); }
div.DivClassName
{
background-color: #D64D15;
}
.BgClassName
{
background-color: #D64D15;
}
</style>
border-color css
<style>
span { border-color: #D64D15; }
span { border-color: rgb(214,77,21); }
td.TdClassName
{
border-color: #D64D15;
}
.TagClassName
{
border-color: #D64D15;
}
</style>