Shades of Tenne (Tawny) #D95C0F
Tints of Tenne (Tawny) #D95C0F
RGB
CMYK
RGB Variations
Color information
#D95C0F (or 0xD95C0F) is known color: Tenne (Tawny). HEX triplet: D9, 5C and 0F. RGB value is (217,92,15). Sum of RGB (Red+Green+Blue) = 217+92+15=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95C0F is #26A3F0. Grayscale: #797979. Windows color (decimal): -2532337 or 1006809. OLE color: 1006809.
HSL color Cylindrical-coordinate representation of color #D95C0F: hue angle of 22.87º 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 #D95C0F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 15 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.15 |
| HSL | 22.87º | 0.87% | 0.45% | - |
| HSV(B) | 22.87º | 0.93% | 0.85% | - |
| XYZ | 32.53 | 22.44 | 3.07 | - |
| YUV | 120.6 | 68.41 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 15 | 0 | 0.58 | 0.93 | 0.15 | 22.87 | 0.87 | 0.45 |
| Hex | D9 | 5C | F | 0 | 3A | 5D | F | 17 | 57 | 2D |
| Octal | 331 | 134 | 17 | 0 | 72 | 135 | 17 | 27 | 127 | 55 |
| Binary | 11011001 | 1011100 | 1111 | 0 | 111010 | 1011101 | 1111 | 10111 | 1010111 | 101101 |
Color Harmonies of #D95C0F
Complementary color
Monochromatic Colors of #D95C0F
Black with #D95C0F
Text Example
Text Example
White with #D95C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C0F; }
p { color: rgb(217,92,15); }
H1.HeaderClassName
{
color: #D95C0F;
}
.AnyTagClassName
{
color: #D95C0F;
}
</style>
background-color css
<style>
a { background-color: #D95C0F; }
a { background-color: rgb(217,92,15); }
div.DivClassName
{
background-color: #D95C0F;
}
.BgClassName
{
background-color: #D95C0F;
}
</style>
border-color css
<style>
span { border-color: #D95C0F; }
span { border-color: rgb(217,92,15); }
td.TdClassName
{
border-color: #D95C0F;
}
.TagClassName
{
border-color: #D95C0F;
}
</style>