Shades of Tenne (Tawny) #D14A07
Tints of Tenne (Tawny) #D14A07
RGB
CMYK
RGB Variations
Color information
#D14A07 (or 0xD14A07) is known color: Tenne (Tawny). HEX triplet: D1, 4A and 07. RGB value is (209,74,7). Sum of RGB (Red+Green+Blue) = 209+74+7=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14A07 is #2EB5F8. Grayscale: #6B6B6B. Windows color (decimal): -3061241 or 477905. OLE color: 477905.
HSL color Cylindrical-coordinate representation of color #D14A07: hue angle of 19.9º 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 #D14A07 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.18 |
| HSL | 19.9º | 0.94% | 0.42% | - |
| HSV(B) | 19.9º | 0.97% | 0.82% | - |
| XYZ | 28.78 | 18.47 | 2.25 | - |
| YUV | 106.73 | 71.73 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 7 | 0 | 0.65 | 0.97 | 0.18 | 19.9 | 0.94 | 0.42 |
| Hex | D1 | 4A | 7 | 0 | 41 | 61 | 12 | 14 | 5E | 2A |
| Octal | 321 | 112 | 7 | 0 | 101 | 141 | 22 | 24 | 136 | 52 |
| Binary | 11010001 | 1001010 | 111 | 0 | 1000001 | 1100001 | 10010 | 10100 | 1011110 | 101010 |
Color Harmonies of #D14A07
Complementary color
Monochromatic Colors of #D14A07
Black with #D14A07
Text Example
Text Example
White with #D14A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14A07; }
p { color: rgb(209,74,7); }
H1.HeaderClassName
{
color: #D14A07;
}
.AnyTagClassName
{
color: #D14A07;
}
</style>
background-color css
<style>
a { background-color: #D14A07; }
a { background-color: rgb(209,74,7); }
div.DivClassName
{
background-color: #D14A07;
}
.BgClassName
{
background-color: #D14A07;
}
</style>
border-color css
<style>
span { border-color: #D14A07; }
span { border-color: rgb(209,74,7); }
td.TdClassName
{
border-color: #D14A07;
}
.TagClassName
{
border-color: #D14A07;
}
</style>