Shades of Tenne (Tawny) #D15401
Tints of Tenne (Tawny) #D15401
RGB
CMYK
RGB Variations
Color information
#D15401 (or 0xD15401) is known color: Tenne (Tawny). HEX triplet: D1, 54 and 01. RGB value is (209,84,1). Sum of RGB (Red+Green+Blue) = 209+84+1=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D15401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15401 is #2EABFE. Grayscale: #707070. Windows color (decimal): -3058687 or 87249. OLE color: 87249.
HSL color Cylindrical-coordinate representation of color #D15401: hue angle of 23.94º 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 #D15401 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.18 |
| HSL | 23.94º | 0.99% | 0.41% | - |
| HSV(B) | 23.94º | 1% | 0.82% | - |
| XYZ | 29.47 | 19.9 | 2.32 | - |
| YUV | 111.91 | 65.41 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 1 | 0 | 0.60 | 1.00 | 0.18 | 23.94 | 0.99 | 0.41 |
| Hex | D1 | 54 | 1 | 0 | 3C | 64 | 12 | 18 | 63 | 29 |
| Octal | 321 | 124 | 1 | 0 | 74 | 144 | 22 | 30 | 143 | 51 |
| Binary | 11010001 | 1010100 | 1 | 0 | 111100 | 1100100 | 10010 | 11000 | 1100011 | 101001 |
Color Harmonies of #D15401
Complementary color
Monochromatic Colors of #D15401
Black with #D15401
Text Example
Text Example
White with #D15401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15401; }
p { color: rgb(209,84,1); }
H1.HeaderClassName
{
color: #D15401;
}
.AnyTagClassName
{
color: #D15401;
}
</style>
background-color css
<style>
a { background-color: #D15401; }
a { background-color: rgb(209,84,1); }
div.DivClassName
{
background-color: #D15401;
}
.BgClassName
{
background-color: #D15401;
}
</style>
border-color css
<style>
span { border-color: #D15401; }
span { border-color: rgb(209,84,1); }
td.TdClassName
{
border-color: #D15401;
}
.TagClassName
{
border-color: #D15401;
}
</style>