Shades of Tenne (Tawny) #D15801
Tints of Tenne (Tawny) #D15801
RGB
CMYK
RGB Variations
Color information
#D15801 (or 0xD15801) is known color: Tenne (Tawny). HEX triplet: D1, 58 and 01. RGB value is (209,88,1). Sum of RGB (Red+Green+Blue) = 209+88+1=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D15801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15801 is #2EA7FE. Grayscale: #727272. Windows color (decimal): -3057663 or 88273. OLE color: 88273.
HSL color Cylindrical-coordinate representation of color #D15801: hue angle of 25.1º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D15801 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.18 |
| HSL | 25.1º | 0.99% | 0.41% | - |
| HSV(B) | 25.1º | 1% | 0.82% | - |
| XYZ | 29.79 | 20.54 | 2.42 | - |
| YUV | 114.26 | 64.09 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 1 | 0 | 0.58 | 1.00 | 0.18 | 25.1 | 0.99 | 0.41 |
| Hex | D1 | 58 | 1 | 0 | 3A | 64 | 12 | 19 | 63 | 29 |
| Octal | 321 | 130 | 1 | 0 | 72 | 144 | 22 | 31 | 143 | 51 |
| Binary | 11010001 | 1011000 | 1 | 0 | 111010 | 1100100 | 10010 | 11001 | 1100011 | 101001 |
Color Harmonies of #D15801
Complementary color
Monochromatic Colors of #D15801
Black with #D15801
Text Example
Text Example
White with #D15801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15801; }
p { color: rgb(209,88,1); }
H1.HeaderClassName
{
color: #D15801;
}
.AnyTagClassName
{
color: #D15801;
}
</style>
background-color css
<style>
a { background-color: #D15801; }
a { background-color: rgb(209,88,1); }
div.DivClassName
{
background-color: #D15801;
}
.BgClassName
{
background-color: #D15801;
}
</style>
border-color css
<style>
span { border-color: #D15801; }
span { border-color: rgb(209,88,1); }
td.TdClassName
{
border-color: #D15801;
}
.TagClassName
{
border-color: #D15801;
}
</style>