Shades of Tenne (Tawny) #D04F07
Tints of Tenne (Tawny) #D04F07
RGB
CMYK
RGB Variations
Color information
#D04F07 (or 0xD04F07) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 07. RGB value is (208,79,7). Sum of RGB (Red+Green+Blue) = 208+79+7=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F07 is #2FB0F8. Grayscale: #6D6D6D. Windows color (decimal): -3125497 or 479184. OLE color: 479184.
HSL color Cylindrical-coordinate representation of color #D04F07: hue angle of 21.49º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D04F07 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 7 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.18 |
| HSL | 21.49º | 0.93% | 0.42% | - |
| HSV(B) | 21.49º | 0.97% | 0.82% | - |
| XYZ | 28.85 | 19.02 | 2.35 | - |
| YUV | 109.36 | 70.24 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 7 | 0 | 0.62 | 0.97 | 0.18 | 21.49 | 0.93 | 0.42 |
| Hex | D0 | 4F | 7 | 0 | 3E | 61 | 12 | 15 | 5D | 2A |
| Octal | 320 | 117 | 7 | 0 | 76 | 141 | 22 | 25 | 135 | 52 |
| Binary | 11010000 | 1001111 | 111 | 0 | 111110 | 1100001 | 10010 | 10101 | 1011101 | 101010 |
Color Harmonies of #D04F07
Complementary color
Monochromatic Colors of #D04F07
Black with #D04F07
Text Example
Text Example
White with #D04F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F07; }
p { color: rgb(208,79,7); }
H1.HeaderClassName
{
color: #D04F07;
}
.AnyTagClassName
{
color: #D04F07;
}
</style>
background-color css
<style>
a { background-color: #D04F07; }
a { background-color: rgb(208,79,7); }
div.DivClassName
{
background-color: #D04F07;
}
.BgClassName
{
background-color: #D04F07;
}
</style>
border-color css
<style>
span { border-color: #D04F07; }
span { border-color: rgb(208,79,7); }
td.TdClassName
{
border-color: #D04F07;
}
.TagClassName
{
border-color: #D04F07;
}
</style>