Shades of Tenne (Tawny) #D14D0B
Tints of Tenne (Tawny) #D14D0B
RGB
CMYK
RGB Variations
Color information
#D14D0B (or 0xD14D0B) is known color: Tenne (Tawny). HEX triplet: D1, 4D and 0B. RGB value is (209,77,11). Sum of RGB (Red+Green+Blue) = 209+77+11=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D14D0B is #2EB2F4. Grayscale: #6D6D6D. Windows color (decimal): -3060469 or 740817. OLE color: 740817.
HSL color Cylindrical-coordinate representation of color #D14D0B: hue angle of 20º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D14D0B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.18 |
| HSL | 20º | 0.9% | 0.43% | - |
| HSV(B) | 20º | 0.95% | 0.82% | - |
| XYZ | 29.01 | 18.89 | 2.43 | - |
| YUV | 108.94 | 72.73 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 11 | 0 | 0.63 | 0.95 | 0.18 | 20 | 0.9 | 0.43 |
| Hex | D1 | 4D | B | 0 | 3F | 5F | 12 | 14 | 5A | 2B |
| Octal | 321 | 115 | 13 | 0 | 77 | 137 | 22 | 24 | 132 | 53 |
| Binary | 11010001 | 1001101 | 1011 | 0 | 111111 | 1011111 | 10010 | 10100 | 1011010 | 101011 |
Color Harmonies of #D14D0B
Complementary color
Monochromatic Colors of #D14D0B
Black with #D14D0B
Text Example
Text Example
White with #D14D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14D0B; }
p { color: rgb(209,77,11); }
H1.HeaderClassName
{
color: #D14D0B;
}
.AnyTagClassName
{
color: #D14D0B;
}
</style>
background-color css
<style>
a { background-color: #D14D0B; }
a { background-color: rgb(209,77,11); }
div.DivClassName
{
background-color: #D14D0B;
}
.BgClassName
{
background-color: #D14D0B;
}
</style>
border-color css
<style>
span { border-color: #D14D0B; }
span { border-color: rgb(209,77,11); }
td.TdClassName
{
border-color: #D14D0B;
}
.TagClassName
{
border-color: #D14D0B;
}
</style>