Shades of Tenne (Tawny) #D1580D
Tints of Tenne (Tawny) #D1580D
RGB
CMYK
RGB Variations
Color information
#D1580D (or 0xD1580D) is known color: Tenne (Tawny). HEX triplet: D1, 58 and 0D. RGB value is (209,88,13). Sum of RGB (Red+Green+Blue) = 209+88+13=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D1580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1580D is #2EA7F2. Grayscale: #747474. Windows color (decimal): -3057651 or 874705. OLE color: 874705.
HSL color Cylindrical-coordinate representation of color #D1580D: hue angle of 22.96º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1580D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 13 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.18 |
| HSL | 22.96º | 0.88% | 0.44% | - |
| HSV(B) | 22.96º | 0.94% | 0.82% | - |
| XYZ | 29.86 | 20.56 | 2.78 | - |
| YUV | 115.63 | 70.09 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 13 | 0 | 0.58 | 0.94 | 0.18 | 22.96 | 0.88 | 0.44 |
| Hex | D1 | 58 | D | 0 | 3A | 5E | 12 | 17 | 58 | 2C |
| Octal | 321 | 130 | 15 | 0 | 72 | 136 | 22 | 27 | 130 | 54 |
| Binary | 11010001 | 1011000 | 1101 | 0 | 111010 | 1011110 | 10010 | 10111 | 1011000 | 101100 |
Color Harmonies of #D1580D
Complementary color
Monochromatic Colors of #D1580D
Black with #D1580D
Text Example
Text Example
White with #D1580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1580D; }
p { color: rgb(209,88,13); }
H1.HeaderClassName
{
color: #D1580D;
}
.AnyTagClassName
{
color: #D1580D;
}
</style>
background-color css
<style>
a { background-color: #D1580D; }
a { background-color: rgb(209,88,13); }
div.DivClassName
{
background-color: #D1580D;
}
.BgClassName
{
background-color: #D1580D;
}
</style>
border-color css
<style>
span { border-color: #D1580D; }
span { border-color: rgb(209,88,13); }
td.TdClassName
{
border-color: #D1580D;
}
.TagClassName
{
border-color: #D1580D;
}
</style>