Shades of Tenne (Tawny) #D9510C
Tints of Tenne (Tawny) #D9510C
RGB
CMYK
RGB Variations
Color information
#D9510C (or 0xD9510C) is known color: Tenne (Tawny). HEX triplet: D9, 51 and 0C. RGB value is (217,81,12). Sum of RGB (Red+Green+Blue) = 217+81+12=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D9510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9510C is #26AEF3. Grayscale: #727272. Windows color (decimal): -2535156 or 807385. OLE color: 807385.
HSL color Cylindrical-coordinate representation of color #D9510C: hue angle of 20.2º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9510C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 81 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.15 |
| HSL | 20.2º | 0.9% | 0.45% | - |
| HSV(B) | 20.2º | 0.94% | 0.85% | - |
| XYZ | 31.62 | 20.66 | 2.67 | - |
| YUV | 113.8 | 70.56 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 81 | 12 | 0 | 0.63 | 0.94 | 0.15 | 20.2 | 0.9 | 0.45 |
| Hex | D9 | 51 | C | 0 | 3F | 5E | F | 14 | 5A | 2D |
| Octal | 331 | 121 | 14 | 0 | 77 | 136 | 17 | 24 | 132 | 55 |
| Binary | 11011001 | 1010001 | 1100 | 0 | 111111 | 1011110 | 1111 | 10100 | 1011010 | 101101 |
Color Harmonies of #D9510C
Complementary color
Monochromatic Colors of #D9510C
Black with #D9510C
Text Example
Text Example
White with #D9510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9510C; }
p { color: rgb(217,81,12); }
H1.HeaderClassName
{
color: #D9510C;
}
.AnyTagClassName
{
color: #D9510C;
}
</style>
background-color css
<style>
a { background-color: #D9510C; }
a { background-color: rgb(217,81,12); }
div.DivClassName
{
background-color: #D9510C;
}
.BgClassName
{
background-color: #D9510C;
}
</style>
border-color css
<style>
span { border-color: #D9510C; }
span { border-color: rgb(217,81,12); }
td.TdClassName
{
border-color: #D9510C;
}
.TagClassName
{
border-color: #D9510C;
}
</style>