Shades of Tenne (Tawny) #D14A03
Tints of Tenne (Tawny) #D14A03
RGB
CMYK
RGB Variations
Color information
#D14A03 (or 0xD14A03) is known color: Tenne (Tawny). HEX triplet: D1, 4A and 03. RGB value is (209,74,3). Sum of RGB (Red+Green+Blue) = 209+74+3=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14A03 is #2EB5FC. Grayscale: #6A6A6A. Windows color (decimal): -3061245 or 215761. OLE color: 215761.
HSL color Cylindrical-coordinate representation of color #D14A03: hue angle of 20.68º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D14A03 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 74 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.18 |
| HSL | 20.68º | 0.97% | 0.42% | - |
| HSV(B) | 20.68º | 0.99% | 0.82% | - |
| XYZ | 28.76 | 18.46 | 2.13 | - |
| YUV | 106.27 | 69.73 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 3 | 0 | 0.65 | 0.99 | 0.18 | 20.68 | 0.97 | 0.42 |
| Hex | D1 | 4A | 3 | 0 | 41 | 63 | 12 | 15 | 61 | 2A |
| Octal | 321 | 112 | 3 | 0 | 101 | 143 | 22 | 25 | 141 | 52 |
| Binary | 11010001 | 1001010 | 11 | 0 | 1000001 | 1100011 | 10010 | 10101 | 1100001 | 101010 |
Color Harmonies of #D14A03
Complementary color
Monochromatic Colors of #D14A03
Black with #D14A03
Text Example
Text Example
White with #D14A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14A03; }
p { color: rgb(209,74,3); }
H1.HeaderClassName
{
color: #D14A03;
}
.AnyTagClassName
{
color: #D14A03;
}
</style>
background-color css
<style>
a { background-color: #D14A03; }
a { background-color: rgb(209,74,3); }
div.DivClassName
{
background-color: #D14A03;
}
.BgClassName
{
background-color: #D14A03;
}
</style>
border-color css
<style>
span { border-color: #D14A03; }
span { border-color: rgb(209,74,3); }
td.TdClassName
{
border-color: #D14A03;
}
.TagClassName
{
border-color: #D14A03;
}
</style>