Shades of Tenne (Tawny) #D9500F
Tints of Tenne (Tawny) #D9500F
RGB
CMYK
RGB Variations
Color information
#D9500F (or 0xD9500F) is known color: Tenne (Tawny). HEX triplet: D9, 50 and 0F. RGB value is (217,80,15). Sum of RGB (Red+Green+Blue) = 217+80+15=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9500F is #26AFF0. Grayscale: #717171. Windows color (decimal): -2535409 or 1003737. OLE color: 1003737.
HSL color Cylindrical-coordinate representation of color #D9500F: hue angle of 19.31º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9500F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.15 |
| HSL | 19.31º | 0.87% | 0.45% | - |
| HSV(B) | 19.31º | 0.93% | 0.85% | - |
| XYZ | 31.57 | 20.52 | 2.75 | - |
| YUV | 113.55 | 72.39 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 15 | 0 | 0.63 | 0.93 | 0.15 | 19.31 | 0.87 | 0.45 |
| Hex | D9 | 50 | F | 0 | 3F | 5D | F | 13 | 57 | 2D |
| Octal | 331 | 120 | 17 | 0 | 77 | 135 | 17 | 23 | 127 | 55 |
| Binary | 11011001 | 1010000 | 1111 | 0 | 111111 | 1011101 | 1111 | 10011 | 1010111 | 101101 |
Color Harmonies of #D9500F
Complementary color
Monochromatic Colors of #D9500F
Black with #D9500F
Text Example
Text Example
White with #D9500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9500F; }
p { color: rgb(217,80,15); }
H1.HeaderClassName
{
color: #D9500F;
}
.AnyTagClassName
{
color: #D9500F;
}
</style>
background-color css
<style>
a { background-color: #D9500F; }
a { background-color: rgb(217,80,15); }
div.DivClassName
{
background-color: #D9500F;
}
.BgClassName
{
background-color: #D9500F;
}
</style>
border-color css
<style>
span { border-color: #D9500F; }
span { border-color: rgb(217,80,15); }
td.TdClassName
{
border-color: #D9500F;
}
.TagClassName
{
border-color: #D9500F;
}
</style>