Shades of Tenne (Tawny) #D14E05
Tints of Tenne (Tawny) #D14E05
RGB
CMYK
RGB Variations
Color information
#D14E05 (or 0xD14E05) is known color: Tenne (Tawny). HEX triplet: D1, 4E and 05. RGB value is (209,78,5). Sum of RGB (Red+Green+Blue) = 209+78+5=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D14E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14E05 is #2EB1FA. Grayscale: #6D6D6D. Windows color (decimal): -3060219 or 347857. OLE color: 347857.
HSL color Cylindrical-coordinate representation of color #D14E05: hue angle of 21.47º degrees, saturation: 0.95, 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 #D14E05 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 78 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.18 |
| HSL | 21.47º | 0.95% | 0.42% | - |
| HSV(B) | 21.47º | 0.98% | 0.82% | - |
| XYZ | 29.05 | 19.02 | 2.28 | - |
| YUV | 108.85 | 69.4 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 5 | 0 | 0.63 | 0.98 | 0.18 | 21.47 | 0.95 | 0.42 |
| Hex | D1 | 4E | 5 | 0 | 3F | 62 | 12 | 15 | 5F | 2A |
| Octal | 321 | 116 | 5 | 0 | 77 | 142 | 22 | 25 | 137 | 52 |
| Binary | 11010001 | 1001110 | 101 | 0 | 111111 | 1100010 | 10010 | 10101 | 1011111 | 101010 |
Color Harmonies of #D14E05
Complementary color
Monochromatic Colors of #D14E05
Black with #D14E05
Text Example
Text Example
White with #D14E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14E05; }
p { color: rgb(209,78,5); }
H1.HeaderClassName
{
color: #D14E05;
}
.AnyTagClassName
{
color: #D14E05;
}
</style>
background-color css
<style>
a { background-color: #D14E05; }
a { background-color: rgb(209,78,5); }
div.DivClassName
{
background-color: #D14E05;
}
.BgClassName
{
background-color: #D14E05;
}
</style>
border-color css
<style>
span { border-color: #D14E05; }
span { border-color: rgb(209,78,5); }
td.TdClassName
{
border-color: #D14E05;
}
.TagClassName
{
border-color: #D14E05;
}
</style>