Shades of Tenne (Tawny) #D14901
Tints of Tenne (Tawny) #D14901
RGB
CMYK
RGB Variations
Color information
#D14901 (or 0xD14901) is known color: Tenne (Tawny). HEX triplet: D1, 49 and 01. RGB value is (209,73,1). Sum of RGB (Red+Green+Blue) = 209+73+1=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D14901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14901 is #2EB6FE. Grayscale: #696969. Windows color (decimal): -3061503 or 84433. OLE color: 84433.
HSL color Cylindrical-coordinate representation of color #D14901: hue angle of 20.77º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D14901 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 73 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.18 |
| HSL | 20.77º | 0.99% | 0.41% | - |
| HSV(B) | 20.77º | 1% | 0.82% | - |
| XYZ | 28.68 | 18.32 | 2.05 | - |
| YUV | 105.46 | 69.06 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 73 | 1 | 0 | 0.65 | 1.00 | 0.18 | 20.77 | 0.99 | 0.41 |
| Hex | D1 | 49 | 1 | 0 | 41 | 64 | 12 | 15 | 63 | 29 |
| Octal | 321 | 111 | 1 | 0 | 101 | 144 | 22 | 25 | 143 | 51 |
| Binary | 11010001 | 1001001 | 1 | 0 | 1000001 | 1100100 | 10010 | 10101 | 1100011 | 101001 |
Color Harmonies of #D14901
Complementary color
Monochromatic Colors of #D14901
Black with #D14901
Text Example
Text Example
White with #D14901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14901; }
p { color: rgb(209,73,1); }
H1.HeaderClassName
{
color: #D14901;
}
.AnyTagClassName
{
color: #D14901;
}
</style>
background-color css
<style>
a { background-color: #D14901; }
a { background-color: rgb(209,73,1); }
div.DivClassName
{
background-color: #D14901;
}
.BgClassName
{
background-color: #D14901;
}
</style>
border-color css
<style>
span { border-color: #D14901; }
span { border-color: rgb(209,73,1); }
td.TdClassName
{
border-color: #D14901;
}
.TagClassName
{
border-color: #D14901;
}
</style>