Shades of Tenne (Tawny) #D15013
Tints of Tenne (Tawny) #D15013
RGB
CMYK
RGB Variations
Color information
#D15013 (or 0xD15013) is known color: Tenne (Tawny). HEX triplet: D1, 50 and 13. RGB value is (209,80,19). Sum of RGB (Red+Green+Blue) = 209+80+19=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D15013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15013 is #2EAFEC. Grayscale: #6F6F6F. Windows color (decimal): -3059693 or 1265873. OLE color: 1265873.
HSL color Cylindrical-coordinate representation of color #D15013: hue angle of 19.26º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D15013 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 19 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.18 |
| HSL | 19.26º | 0.83% | 0.45% | - |
| HSV(B) | 19.26º | 0.91% | 0.82% | - |
| XYZ | 29.28 | 19.34 | 2.81 | - |
| YUV | 111.62 | 75.74 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 19 | 0 | 0.62 | 0.91 | 0.18 | 19.26 | 0.83 | 0.45 |
| Hex | D1 | 50 | 13 | 0 | 3E | 5B | 12 | 13 | 53 | 2D |
| Octal | 321 | 120 | 23 | 0 | 76 | 133 | 22 | 23 | 123 | 55 |
| Binary | 11010001 | 1010000 | 10011 | 0 | 111110 | 1011011 | 10010 | 10011 | 1010011 | 101101 |
Color Harmonies of #D15013
Complementary color
Monochromatic Colors of #D15013
Black with #D15013
Text Example
Text Example
White with #D15013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15013; }
p { color: rgb(209,80,19); }
H1.HeaderClassName
{
color: #D15013;
}
.AnyTagClassName
{
color: #D15013;
}
</style>
background-color css
<style>
a { background-color: #D15013; }
a { background-color: rgb(209,80,19); }
div.DivClassName
{
background-color: #D15013;
}
.BgClassName
{
background-color: #D15013;
}
</style>
border-color css
<style>
span { border-color: #D15013; }
span { border-color: rgb(209,80,19); }
td.TdClassName
{
border-color: #D15013;
}
.TagClassName
{
border-color: #D15013;
}
</style>