Shades of Tenne (Tawny) #D14705
Tints of Tenne (Tawny) #D14705
RGB
CMYK
RGB Variations
Color information
#D14705 (or 0xD14705) is known color: Tenne (Tawny). HEX triplet: D1, 47 and 05. RGB value is (209,71,5). Sum of RGB (Red+Green+Blue) = 209+71+5=285 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.33% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 209 - color contains mainly: red. Hex color #D14705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14705 is #2EB8FA. Grayscale: #696969. Windows color (decimal): -3062011 or 346065. OLE color: 346065.
HSL color Cylindrical-coordinate representation of color #D14705: hue angle of 19.41º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D14705 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.18 |
| HSL | 19.41º | 0.95% | 0.42% | - |
| HSV(B) | 19.41º | 0.98% | 0.82% | - |
| XYZ | 28.58 | 18.07 | 2.13 | - |
| YUV | 104.74 | 71.72 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 5 | 0 | 0.66 | 0.98 | 0.18 | 19.41 | 0.95 | 0.42 |
| Hex | D1 | 47 | 5 | 0 | 42 | 62 | 12 | 13 | 5F | 2A |
| Octal | 321 | 107 | 5 | 0 | 102 | 142 | 22 | 23 | 137 | 52 |
| Binary | 11010001 | 1000111 | 101 | 0 | 1000010 | 1100010 | 10010 | 10011 | 1011111 | 101010 |
Color Harmonies of #D14705
Complementary color
Monochromatic Colors of #D14705
Black with #D14705
Text Example
Text Example
White with #D14705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14705; }
p { color: rgb(209,71,5); }
H1.HeaderClassName
{
color: #D14705;
}
.AnyTagClassName
{
color: #D14705;
}
</style>
background-color css
<style>
a { background-color: #D14705; }
a { background-color: rgb(209,71,5); }
div.DivClassName
{
background-color: #D14705;
}
.BgClassName
{
background-color: #D14705;
}
</style>
border-color css
<style>
span { border-color: #D14705; }
span { border-color: rgb(209,71,5); }
td.TdClassName
{
border-color: #D14705;
}
.TagClassName
{
border-color: #D14705;
}
</style>