Shades of Tenne (Tawny) #D14603
Tints of Tenne (Tawny) #D14603
RGB
CMYK
RGB Variations
Color information
#D14603 (or 0xD14603) is known color: Tenne (Tawny). HEX triplet: D1, 46 and 03. RGB value is (209,70,3). Sum of RGB (Red+Green+Blue) = 209+70+3=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D14603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14603 is #2EB9FC. Grayscale: #686868. Windows color (decimal): -3062269 or 214737. OLE color: 214737.
HSL color Cylindrical-coordinate representation of color #D14603: hue angle of 19.51º 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 #D14603 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.18 |
| HSL | 19.51º | 0.97% | 0.42% | - |
| HSV(B) | 19.51º | 0.99% | 0.82% | - |
| XYZ | 28.5 | 17.94 | 2.05 | - |
| YUV | 103.92 | 71.05 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 3 | 0 | 0.67 | 0.99 | 0.18 | 19.51 | 0.97 | 0.42 |
| Hex | D1 | 46 | 3 | 0 | 43 | 63 | 12 | 14 | 61 | 2A |
| Octal | 321 | 106 | 3 | 0 | 103 | 143 | 22 | 24 | 141 | 52 |
| Binary | 11010001 | 1000110 | 11 | 0 | 1000011 | 1100011 | 10010 | 10100 | 1100001 | 101010 |
Color Harmonies of #D14603
Complementary color
Monochromatic Colors of #D14603
Black with #D14603
Text Example
Text Example
White with #D14603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14603; }
p { color: rgb(209,70,3); }
H1.HeaderClassName
{
color: #D14603;
}
.AnyTagClassName
{
color: #D14603;
}
</style>
background-color css
<style>
a { background-color: #D14603; }
a { background-color: rgb(209,70,3); }
div.DivClassName
{
background-color: #D14603;
}
.BgClassName
{
background-color: #D14603;
}
</style>
border-color css
<style>
span { border-color: #D14603; }
span { border-color: rgb(209,70,3); }
td.TdClassName
{
border-color: #D14603;
}
.TagClassName
{
border-color: #D14603;
}
</style>