Shades of Tenne (Tawny) #D14904
Tints of Tenne (Tawny) #D14904
RGB
CMYK
RGB Variations
Color information
#D14904 (or 0xD14904) is known color: Tenne (Tawny). HEX triplet: D1, 49 and 04. RGB value is (209,73,4). Sum of RGB (Red+Green+Blue) = 209+73+4=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D14904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14904 is #2EB6FB. Grayscale: #6A6A6A. Windows color (decimal): -3061500 or 281041. OLE color: 281041.
HSL color Cylindrical-coordinate representation of color #D14904: hue angle of 20.2º 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 #D14904 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.18 |
| HSL | 20.2º | 0.96% | 0.42% | - |
| HSV(B) | 20.2º | 0.98% | 0.82% | - |
| XYZ | 28.7 | 18.33 | 2.14 | - |
| YUV | 105.8 | 70.56 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 4 | 0 | 0.65 | 0.98 | 0.18 | 20.2 | 0.96 | 0.42 |
| Hex | D1 | 49 | 4 | 0 | 41 | 62 | 12 | 14 | 60 | 2A |
| Octal | 321 | 111 | 4 | 0 | 101 | 142 | 22 | 24 | 140 | 52 |
| Binary | 11010001 | 1001001 | 100 | 0 | 1000001 | 1100010 | 10010 | 10100 | 1100000 | 101010 |
Color Harmonies of #D14904
Complementary color
Monochromatic Colors of #D14904
Black with #D14904
Text Example
Text Example
White with #D14904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14904; }
p { color: rgb(209,73,4); }
H1.HeaderClassName
{
color: #D14904;
}
.AnyTagClassName
{
color: #D14904;
}
</style>
background-color css
<style>
a { background-color: #D14904; }
a { background-color: rgb(209,73,4); }
div.DivClassName
{
background-color: #D14904;
}
.BgClassName
{
background-color: #D14904;
}
</style>
border-color css
<style>
span { border-color: #D14904; }
span { border-color: rgb(209,73,4); }
td.TdClassName
{
border-color: #D14904;
}
.TagClassName
{
border-color: #D14904;
}
</style>