Shades of Tenne (Tawny) #D84F06
Tints of Tenne (Tawny) #D84F06
RGB
CMYK
RGB Variations
Color information
#D84F06 (or 0xD84F06) is known color: Tenne (Tawny). HEX triplet: D8, 4F and 06. RGB value is (216,79,6). Sum of RGB (Red+Green+Blue) = 216+79+6=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D84F06 is #27B0F9. Grayscale: #707070. Windows color (decimal): -2601210 or 413656. OLE color: 413656.
HSL color Cylindrical-coordinate representation of color #D84F06: hue angle of 20.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D84F06 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 79 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.15 |
| HSL | 20.86º | 0.95% | 0.44% | - |
| HSV(B) | 20.86º | 0.97% | 0.85% | - |
| XYZ | 31.15 | 20.2 | 2.43 | - |
| YUV | 111.64 | 68.39 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 6 | 0 | 0.63 | 0.97 | 0.15 | 20.86 | 0.95 | 0.44 |
| Hex | D8 | 4F | 6 | 0 | 3F | 61 | F | 15 | 5F | 2C |
| Octal | 330 | 117 | 6 | 0 | 77 | 141 | 17 | 25 | 137 | 54 |
| Binary | 11011000 | 1001111 | 110 | 0 | 111111 | 1100001 | 1111 | 10101 | 1011111 | 101100 |
Color Harmonies of #D84F06
Complementary color
Monochromatic Colors of #D84F06
Black with #D84F06
Text Example
Text Example
White with #D84F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84F06; }
p { color: rgb(216,79,6); }
H1.HeaderClassName
{
color: #D84F06;
}
.AnyTagClassName
{
color: #D84F06;
}
</style>
background-color css
<style>
a { background-color: #D84F06; }
a { background-color: rgb(216,79,6); }
div.DivClassName
{
background-color: #D84F06;
}
.BgClassName
{
background-color: #D84F06;
}
</style>
border-color css
<style>
span { border-color: #D84F06; }
span { border-color: rgb(216,79,6); }
td.TdClassName
{
border-color: #D84F06;
}
.TagClassName
{
border-color: #D84F06;
}
</style>