Shades of Tenne (Tawny) #D14A06
Tints of Tenne (Tawny) #D14A06
RGB
CMYK
RGB Variations
Color information
#D14A06 (or 0xD14A06) is known color: Tenne (Tawny). HEX triplet: D1, 4A and 06. RGB value is (209,74,6). Sum of RGB (Red+Green+Blue) = 209+74+6=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14A06 is #2EB5F9. Grayscale: #6B6B6B. Windows color (decimal): -3061242 or 412369. OLE color: 412369.
HSL color Cylindrical-coordinate representation of color #D14A06: hue angle of 20.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D14A06 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.18 |
| HSL | 20.1º | 0.94% | 0.42% | - |
| HSV(B) | 20.1º | 0.97% | 0.82% | - |
| XYZ | 28.78 | 18.47 | 2.22 | - |
| YUV | 106.61 | 71.23 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 6 | 0 | 0.65 | 0.97 | 0.18 | 20.1 | 0.94 | 0.42 |
| Hex | D1 | 4A | 6 | 0 | 41 | 61 | 12 | 14 | 5E | 2A |
| Octal | 321 | 112 | 6 | 0 | 101 | 141 | 22 | 24 | 136 | 52 |
| Binary | 11010001 | 1001010 | 110 | 0 | 1000001 | 1100001 | 10010 | 10100 | 1011110 | 101010 |
Color Harmonies of #D14A06
Complementary color
Monochromatic Colors of #D14A06
Black with #D14A06
Text Example
Text Example
White with #D14A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14A06; }
p { color: rgb(209,74,6); }
H1.HeaderClassName
{
color: #D14A06;
}
.AnyTagClassName
{
color: #D14A06;
}
</style>
background-color css
<style>
a { background-color: #D14A06; }
a { background-color: rgb(209,74,6); }
div.DivClassName
{
background-color: #D14A06;
}
.BgClassName
{
background-color: #D14A06;
}
</style>
border-color css
<style>
span { border-color: #D14A06; }
span { border-color: rgb(209,74,6); }
td.TdClassName
{
border-color: #D14A06;
}
.TagClassName
{
border-color: #D14A06;
}
</style>