Shades of Tenne (Tawny) #D84F15
Tints of Tenne (Tawny) #D84F15
RGB
CMYK
RGB Variations
Color information
#D84F15 (or 0xD84F15) is known color: Tenne (Tawny). HEX triplet: D8, 4F and 15. RGB value is (216,79,21). Sum of RGB (Red+Green+Blue) = 216+79+21=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D84F15 is #27B0EA. Grayscale: #717171. Windows color (decimal): -2601195 or 1396696. OLE color: 1396696.
HSL color Cylindrical-coordinate representation of color #D84F15: hue angle of 17.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D84F15 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 21 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.15 |
| HSL | 17.85º | 0.82% | 0.46% | - |
| HSV(B) | 17.85º | 0.9% | 0.85% | - |
| XYZ | 31.25 | 20.25 | 2.97 | - |
| YUV | 113.35 | 75.89 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 21 | 0 | 0.63 | 0.90 | 0.15 | 17.85 | 0.82 | 0.46 |
| Hex | D8 | 4F | 15 | 0 | 3F | 5A | F | 12 | 52 | 2E |
| Octal | 330 | 117 | 25 | 0 | 77 | 132 | 17 | 22 | 122 | 56 |
| Binary | 11011000 | 1001111 | 10101 | 0 | 111111 | 1011010 | 1111 | 10010 | 1010010 | 101110 |
Color Harmonies of #D84F15
Complementary color
Monochromatic Colors of #D84F15
Black with #D84F15
Text Example
Text Example
White with #D84F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F15; }
p { color: rgb(216,79,21); }
H1.HeaderClassName
{
color: #D84F15;
}
.AnyTagClassName
{
color: #D84F15;
}
</style>
background-color css
<style>
a { background-color: #D84F15; }
a { background-color: rgb(216,79,21); }
div.DivClassName
{
background-color: #D84F15;
}
.BgClassName
{
background-color: #D84F15;
}
</style>
border-color css
<style>
span { border-color: #D84F15; }
span { border-color: rgb(216,79,21); }
td.TdClassName
{
border-color: #D84F15;
}
.TagClassName
{
border-color: #D84F15;
}
</style>