Shades of Tenne (Tawny) #D15301
Tints of Tenne (Tawny) #D15301
RGB
CMYK
RGB Variations
Color information
#D15301 (or 0xD15301) is known color: Tenne (Tawny). HEX triplet: D1, 53 and 01. RGB value is (209,83,1). Sum of RGB (Red+Green+Blue) = 209+83+1=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D15301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15301 is #2EACFE. Grayscale: #6F6F6F. Windows color (decimal): -3058943 or 86993. OLE color: 86993.
HSL color Cylindrical-coordinate representation of color #D15301: hue angle of 23.65º 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 #D15301 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.18 |
| HSL | 23.65º | 0.99% | 0.41% | - |
| HSV(B) | 23.65º | 1% | 0.82% | - |
| XYZ | 29.39 | 19.74 | 2.29 | - |
| YUV | 111.33 | 65.74 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 1 | 0 | 0.60 | 1.00 | 0.18 | 23.65 | 0.99 | 0.41 |
| Hex | D1 | 53 | 1 | 0 | 3C | 64 | 12 | 18 | 63 | 29 |
| Octal | 321 | 123 | 1 | 0 | 74 | 144 | 22 | 30 | 143 | 51 |
| Binary | 11010001 | 1010011 | 1 | 0 | 111100 | 1100100 | 10010 | 11000 | 1100011 | 101001 |
Color Harmonies of #D15301
Complementary color
Monochromatic Colors of #D15301
Black with #D15301
Text Example
Text Example
White with #D15301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15301; }
p { color: rgb(209,83,1); }
H1.HeaderClassName
{
color: #D15301;
}
.AnyTagClassName
{
color: #D15301;
}
</style>
background-color css
<style>
a { background-color: #D15301; }
a { background-color: rgb(209,83,1); }
div.DivClassName
{
background-color: #D15301;
}
.BgClassName
{
background-color: #D15301;
}
</style>
border-color css
<style>
span { border-color: #D15301; }
span { border-color: rgb(209,83,1); }
td.TdClassName
{
border-color: #D15301;
}
.TagClassName
{
border-color: #D15301;
}
</style>