Shades of Tenne (Tawny) #D14E04
Tints of Tenne (Tawny) #D14E04
RGB
CMYK
RGB Variations
Color information
#D14E04 (or 0xD14E04) is known color: Tenne (Tawny). HEX triplet: D1, 4E and 04. RGB value is (209,78,4). Sum of RGB (Red+Green+Blue) = 209+78+4=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14E04 is #2EB1FB. Grayscale: #6D6D6D. Windows color (decimal): -3060220 or 282321. OLE color: 282321.
HSL color Cylindrical-coordinate representation of color #D14E04: hue angle of 21.66º 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 #D14E04 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.18 |
| HSL | 21.66º | 0.96% | 0.42% | - |
| HSV(B) | 21.66º | 0.98% | 0.82% | - |
| XYZ | 29.04 | 19.01 | 2.25 | - |
| YUV | 108.73 | 68.9 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 4 | 0 | 0.63 | 0.98 | 0.18 | 21.66 | 0.96 | 0.42 |
| Hex | D1 | 4E | 4 | 0 | 3F | 62 | 12 | 16 | 60 | 2A |
| Octal | 321 | 116 | 4 | 0 | 77 | 142 | 22 | 26 | 140 | 52 |
| Binary | 11010001 | 1001110 | 100 | 0 | 111111 | 1100010 | 10010 | 10110 | 1100000 | 101010 |
Color Harmonies of #D14E04
Complementary color
Monochromatic Colors of #D14E04
Black with #D14E04
Text Example
Text Example
White with #D14E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14E04; }
p { color: rgb(209,78,4); }
H1.HeaderClassName
{
color: #D14E04;
}
.AnyTagClassName
{
color: #D14E04;
}
</style>
background-color css
<style>
a { background-color: #D14E04; }
a { background-color: rgb(209,78,4); }
div.DivClassName
{
background-color: #D14E04;
}
.BgClassName
{
background-color: #D14E04;
}
</style>
border-color css
<style>
span { border-color: #D14E04; }
span { border-color: rgb(209,78,4); }
td.TdClassName
{
border-color: #D14E04;
}
.TagClassName
{
border-color: #D14E04;
}
</style>