Shades of Tenne (Tawny) #D94E0C
Tints of Tenne (Tawny) #D94E0C
RGB
CMYK
RGB Variations
Color information
#D94E0C (or 0xD94E0C) is known color: Tenne (Tawny). HEX triplet: D9, 4E and 0C. RGB value is (217,78,12). Sum of RGB (Red+Green+Blue) = 217+78+12=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D94E0C is #26B1F3. Grayscale: #707070. Windows color (decimal): -2535924 or 806617. OLE color: 806617.
HSL color Cylindrical-coordinate representation of color #D94E0C: hue angle of 19.32º 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 #D94E0C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 78 | 12 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.15 |
| HSL | 19.32º | 0.9% | 0.45% | - |
| HSV(B) | 19.32º | 0.94% | 0.85% | - |
| XYZ | 31.41 | 20.23 | 2.6 | - |
| YUV | 112.04 | 71.55 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 78 | 12 | 0 | 0.64 | 0.94 | 0.15 | 19.32 | 0.9 | 0.45 |
| Hex | D9 | 4E | C | 0 | 40 | 5E | F | 13 | 5A | 2D |
| Octal | 331 | 116 | 14 | 0 | 100 | 136 | 17 | 23 | 132 | 55 |
| Binary | 11011001 | 1001110 | 1100 | 0 | 1000000 | 1011110 | 1111 | 10011 | 1011010 | 101101 |
Color Harmonies of #D94E0C
Complementary color
Monochromatic Colors of #D94E0C
Black with #D94E0C
Text Example
Text Example
White with #D94E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94E0C; }
p { color: rgb(217,78,12); }
H1.HeaderClassName
{
color: #D94E0C;
}
.AnyTagClassName
{
color: #D94E0C;
}
</style>
background-color css
<style>
a { background-color: #D94E0C; }
a { background-color: rgb(217,78,12); }
div.DivClassName
{
background-color: #D94E0C;
}
.BgClassName
{
background-color: #D94E0C;
}
</style>
border-color css
<style>
span { border-color: #D94E0C; }
span { border-color: rgb(217,78,12); }
td.TdClassName
{
border-color: #D94E0C;
}
.TagClassName
{
border-color: #D94E0C;
}
</style>