Shades of Tenne (Tawny) #D04F0A
Tints of Tenne (Tawny) #D04F0A
RGB
CMYK
RGB Variations
Color information
#D04F0A (or 0xD04F0A) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 0A. RGB value is (208,79,10). Sum of RGB (Red+Green+Blue) = 208+79+10=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F0A is #2FB0F5. Grayscale: #6E6E6E. Windows color (decimal): -3125494 or 675792. OLE color: 675792.
HSL color Cylindrical-coordinate representation of color #D04F0A: hue angle of 20.91º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D04F0A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 10 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.18 |
| HSL | 20.91º | 0.91% | 0.43% | - |
| HSV(B) | 20.91º | 0.95% | 0.82% | - |
| XYZ | 28.86 | 19.02 | 2.44 | - |
| YUV | 109.71 | 71.74 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 10 | 0 | 0.62 | 0.95 | 0.18 | 20.91 | 0.91 | 0.43 |
| Hex | D0 | 4F | A | 0 | 3E | 5F | 12 | 15 | 5B | 2B |
| Octal | 320 | 117 | 12 | 0 | 76 | 137 | 22 | 25 | 133 | 53 |
| Binary | 11010000 | 1001111 | 1010 | 0 | 111110 | 1011111 | 10010 | 10101 | 1011011 | 101011 |
Color Harmonies of #D04F0A
Complementary color
Monochromatic Colors of #D04F0A
Black with #D04F0A
Text Example
Text Example
White with #D04F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F0A; }
p { color: rgb(208,79,10); }
H1.HeaderClassName
{
color: #D04F0A;
}
.AnyTagClassName
{
color: #D04F0A;
}
</style>
background-color css
<style>
a { background-color: #D04F0A; }
a { background-color: rgb(208,79,10); }
div.DivClassName
{
background-color: #D04F0A;
}
.BgClassName
{
background-color: #D04F0A;
}
</style>
border-color css
<style>
span { border-color: #D04F0A; }
span { border-color: rgb(208,79,10); }
td.TdClassName
{
border-color: #D04F0A;
}
.TagClassName
{
border-color: #D04F0A;
}
</style>