Shades of Tenne (Tawny) #D15017
Tints of Tenne (Tawny) #D15017
RGB
CMYK
RGB Variations
Color information
#D15017 (or 0xD15017) is known color: Tenne (Tawny). HEX triplet: D1, 50 and 17. RGB value is (209,80,23). Sum of RGB (Red+Green+Blue) = 209+80+23=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D15017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15017 is #2EAFE8. Grayscale: #707070. Windows color (decimal): -3059689 or 1528017. OLE color: 1528017.
HSL color Cylindrical-coordinate representation of color #D15017: hue angle of 18.39º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D15017 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 23 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.18 |
| HSL | 18.39º | 0.8% | 0.45% | - |
| HSV(B) | 18.39º | 0.89% | 0.82% | - |
| XYZ | 29.32 | 19.35 | 3 | - |
| YUV | 112.07 | 77.74 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 23 | 0 | 0.62 | 0.89 | 0.18 | 18.39 | 0.8 | 0.45 |
| Hex | D1 | 50 | 17 | 0 | 3E | 59 | 12 | 12 | 50 | 2D |
| Octal | 321 | 120 | 27 | 0 | 76 | 131 | 22 | 22 | 120 | 55 |
| Binary | 11010001 | 1010000 | 10111 | 0 | 111110 | 1011001 | 10010 | 10010 | 1010000 | 101101 |
Color Harmonies of #D15017
Complementary color
Monochromatic Colors of #D15017
Black with #D15017
Text Example
Text Example
White with #D15017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15017; }
p { color: rgb(209,80,23); }
H1.HeaderClassName
{
color: #D15017;
}
.AnyTagClassName
{
color: #D15017;
}
</style>
background-color css
<style>
a { background-color: #D15017; }
a { background-color: rgb(209,80,23); }
div.DivClassName
{
background-color: #D15017;
}
.BgClassName
{
background-color: #D15017;
}
</style>
border-color css
<style>
span { border-color: #D15017; }
span { border-color: rgb(209,80,23); }
td.TdClassName
{
border-color: #D15017;
}
.TagClassName
{
border-color: #D15017;
}
</style>