Shades of Tenne (Tawny) #D04F03
Tints of Tenne (Tawny) #D04F03
RGB
CMYK
RGB Variations
Color information
#D04F03 (or 0xD04F03) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 03. RGB value is (208,79,3). Sum of RGB (Red+Green+Blue) = 208+79+3=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F03 is #2FB0FC. Grayscale: #6D6D6D. Windows color (decimal): -3125501 or 217040. OLE color: 217040.
HSL color Cylindrical-coordinate representation of color #D04F03: hue angle of 22.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D04F03 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.18 |
| HSL | 22.24º | 0.97% | 0.41% | - |
| HSV(B) | 22.24º | 0.99% | 0.82% | - |
| XYZ | 28.82 | 19.01 | 2.24 | - |
| YUV | 108.91 | 68.24 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 3 | 0 | 0.62 | 0.99 | 0.18 | 22.24 | 0.97 | 0.41 |
| Hex | D0 | 4F | 3 | 0 | 3E | 63 | 12 | 16 | 61 | 29 |
| Octal | 320 | 117 | 3 | 0 | 76 | 143 | 22 | 26 | 141 | 51 |
| Binary | 11010000 | 1001111 | 11 | 0 | 111110 | 1100011 | 10010 | 10110 | 1100001 | 101001 |
Color Harmonies of #D04F03
Complementary color
Monochromatic Colors of #D04F03
Black with #D04F03
Text Example
Text Example
White with #D04F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F03; }
p { color: rgb(208,79,3); }
H1.HeaderClassName
{
color: #D04F03;
}
.AnyTagClassName
{
color: #D04F03;
}
</style>
background-color css
<style>
a { background-color: #D04F03; }
a { background-color: rgb(208,79,3); }
div.DivClassName
{
background-color: #D04F03;
}
.BgClassName
{
background-color: #D04F03;
}
</style>
border-color css
<style>
span { border-color: #D04F03; }
span { border-color: rgb(208,79,3); }
td.TdClassName
{
border-color: #D04F03;
}
.TagClassName
{
border-color: #D04F03;
}
</style>