Shades of Tenne (Tawny) #D15005
Tints of Tenne (Tawny) #D15005
RGB
CMYK
RGB Variations
Color information
#D15005 (or 0xD15005) is known color: Tenne (Tawny). HEX triplet: D1, 50 and 05. RGB value is (209,80,5). Sum of RGB (Red+Green+Blue) = 209+80+5=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D15005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15005 is #2EAFFA. Grayscale: #6E6E6E. Windows color (decimal): -3059707 or 348369. OLE color: 348369.
HSL color Cylindrical-coordinate representation of color #D15005: hue angle of 22.06º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D15005 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.18 |
| HSL | 22.06º | 0.95% | 0.42% | - |
| HSV(B) | 22.06º | 0.98% | 0.82% | - |
| XYZ | 29.19 | 19.3 | 2.33 | - |
| YUV | 110.02 | 68.74 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 5 | 0 | 0.62 | 0.98 | 0.18 | 22.06 | 0.95 | 0.42 |
| Hex | D1 | 50 | 5 | 0 | 3E | 62 | 12 | 16 | 5F | 2A |
| Octal | 321 | 120 | 5 | 0 | 76 | 142 | 22 | 26 | 137 | 52 |
| Binary | 11010001 | 1010000 | 101 | 0 | 111110 | 1100010 | 10010 | 10110 | 1011111 | 101010 |
Color Harmonies of #D15005
Complementary color
Monochromatic Colors of #D15005
Black with #D15005
Text Example
Text Example
White with #D15005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15005; }
p { color: rgb(209,80,5); }
H1.HeaderClassName
{
color: #D15005;
}
.AnyTagClassName
{
color: #D15005;
}
</style>
background-color css
<style>
a { background-color: #D15005; }
a { background-color: rgb(209,80,5); }
div.DivClassName
{
background-color: #D15005;
}
.BgClassName
{
background-color: #D15005;
}
</style>
border-color css
<style>
span { border-color: #D15005; }
span { border-color: rgb(209,80,5); }
td.TdClassName
{
border-color: #D15005;
}
.TagClassName
{
border-color: #D15005;
}
</style>