Shades of Tenne (Tawny) #D14804
Tints of Tenne (Tawny) #D14804
RGB
CMYK
RGB Variations
Color information
#D14804 (or 0xD14804) is known color: Tenne (Tawny). HEX triplet: D1, 48 and 04. RGB value is (209,72,4). Sum of RGB (Red+Green+Blue) = 209+72+4=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D14804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14804 is #2EB7FB. Grayscale: #696969. Windows color (decimal): -3061756 or 280785. OLE color: 280785.
HSL color Cylindrical-coordinate representation of color #D14804: hue angle of 19.9º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D14804 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.18 |
| HSL | 19.9º | 0.96% | 0.42% | - |
| HSV(B) | 19.9º | 0.98% | 0.82% | - |
| XYZ | 28.63 | 18.2 | 2.12 | - |
| YUV | 105.21 | 70.89 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 4 | 0 | 0.66 | 0.98 | 0.18 | 19.9 | 0.96 | 0.42 |
| Hex | D1 | 48 | 4 | 0 | 42 | 62 | 12 | 14 | 60 | 2A |
| Octal | 321 | 110 | 4 | 0 | 102 | 142 | 22 | 24 | 140 | 52 |
| Binary | 11010001 | 1001000 | 100 | 0 | 1000010 | 1100010 | 10010 | 10100 | 1100000 | 101010 |
Color Harmonies of #D14804
Complementary color
Monochromatic Colors of #D14804
Black with #D14804
Text Example
Text Example
White with #D14804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14804; }
p { color: rgb(209,72,4); }
H1.HeaderClassName
{
color: #D14804;
}
.AnyTagClassName
{
color: #D14804;
}
</style>
background-color css
<style>
a { background-color: #D14804; }
a { background-color: rgb(209,72,4); }
div.DivClassName
{
background-color: #D14804;
}
.BgClassName
{
background-color: #D14804;
}
</style>
border-color css
<style>
span { border-color: #D14804; }
span { border-color: rgb(209,72,4); }
td.TdClassName
{
border-color: #D14804;
}
.TagClassName
{
border-color: #D14804;
}
</style>