Shades of Tenne (Tawny) #D04F18
Tints of Tenne (Tawny) #D04F18
RGB
CMYK
RGB Variations
Color information
#D04F18 (or 0xD04F18) is known color: Tenne (Tawny). HEX triplet: D0, 4F and 18. RGB value is (208,79,24). Sum of RGB (Red+Green+Blue) = 208+79+24=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04F18 is #2FB0E7. Grayscale: #6F6F6F. Windows color (decimal): -3125480 or 1593296. OLE color: 1593296.
HSL color Cylindrical-coordinate representation of color #D04F18: hue angle of 17.93º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D04F18 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 24 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.18 |
| HSL | 17.93º | 0.79% | 0.45% | - |
| HSV(B) | 17.93º | 0.88% | 0.82% | - |
| XYZ | 28.97 | 19.07 | 3.02 | - |
| YUV | 111.3 | 78.74 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 24 | 0 | 0.62 | 0.88 | 0.18 | 17.93 | 0.79 | 0.45 |
| Hex | D0 | 4F | 18 | 0 | 3E | 58 | 12 | 12 | 4F | 2D |
| Octal | 320 | 117 | 30 | 0 | 76 | 130 | 22 | 22 | 117 | 55 |
| Binary | 11010000 | 1001111 | 11000 | 0 | 111110 | 1011000 | 10010 | 10010 | 1001111 | 101101 |
Color Harmonies of #D04F18
Complementary color
Monochromatic Colors of #D04F18
Black with #D04F18
Text Example
Text Example
White with #D04F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04F18; }
p { color: rgb(208,79,24); }
H1.HeaderClassName
{
color: #D04F18;
}
.AnyTagClassName
{
color: #D04F18;
}
</style>
background-color css
<style>
a { background-color: #D04F18; }
a { background-color: rgb(208,79,24); }
div.DivClassName
{
background-color: #D04F18;
}
.BgClassName
{
background-color: #D04F18;
}
</style>
border-color css
<style>
span { border-color: #D04F18; }
span { border-color: rgb(208,79,24); }
td.TdClassName
{
border-color: #D04F18;
}
.TagClassName
{
border-color: #D04F18;
}
</style>