Shades of Tenne (Tawny) #D14700
Tints of Tenne (Tawny) #D14700
RGB
CMYK
RGB Variations
Color information
#D14700 (or 0xD14700) is known color: Tenne (Tawny). HEX triplet: D1, 47 and 00. RGB value is (209,71,0). Sum of RGB (Red+Green+Blue) = 209+71+0=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D14700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D14700 is #2EB8FF. Grayscale: #686868. Windows color (decimal): -3062016 or 18385. OLE color: 18385.
HSL color Cylindrical-coordinate representation of color #D14700: hue angle of 20.38º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D14700 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.18 |
| HSL | 20.38º | 1% | 0.41% | - |
| HSV(B) | 20.38º | 1% | 0.82% | - |
| XYZ | 28.55 | 18.06 | 1.98 | - |
| YUV | 104.17 | 69.22 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 0 | 0 | 0.66 | 1 | 0.18 | 20.38 | 1 | 0.41 |
| Hex | D1 | 47 | 0 | 0 | 42 | 64 | 12 | 14 | 64 | 29 |
| Octal | 321 | 107 | 0 | 0 | 102 | 144 | 22 | 24 | 144 | 51 |
| Binary | 11010001 | 1000111 | 0 | 0 | 1000010 | 1100100 | 10010 | 10100 | 1100100 | 101001 |
Color Harmonies of #D14700
Complementary color
Monochromatic Colors of #D14700
Black with #D14700
Text Example
Text Example
White with #D14700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14700; }
p { color: rgb(209,71,0); }
H1.HeaderClassName
{
color: #D14700;
}
.AnyTagClassName
{
color: #D14700;
}
</style>
background-color css
<style>
a { background-color: #D14700; }
a { background-color: rgb(209,71,0); }
div.DivClassName
{
background-color: #D14700;
}
.BgClassName
{
background-color: #D14700;
}
</style>
border-color css
<style>
span { border-color: #D14700; }
span { border-color: rgb(209,71,0); }
td.TdClassName
{
border-color: #D14700;
}
.TagClassName
{
border-color: #D14700;
}
</style>