Shades of Tenne (Tawny) #D34F09
Tints of Tenne (Tawny) #D34F09
RGB
CMYK
RGB Variations
Color information
#D34F09 (or 0xD34F09) is known color: Tenne (Tawny). HEX triplet: D3, 4F and 09. RGB value is (211,79,9). Sum of RGB (Red+Green+Blue) = 211+79+9=299 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.57% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D34F09 is #2CB0F6. Grayscale: #6E6E6E. Windows color (decimal): -2928887 or 610259. OLE color: 610259.
HSL color Cylindrical-coordinate representation of color #D34F09: hue angle of 20.79º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D34F09 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 79 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.17 |
| HSL | 20.79º | 0.92% | 0.43% | - |
| HSV(B) | 20.79º | 0.96% | 0.83% | - |
| XYZ | 29.71 | 19.46 | 2.45 | - |
| YUV | 110.49 | 70.73 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 9 | 0 | 0.63 | 0.96 | 0.17 | 20.79 | 0.92 | 0.43 |
| Hex | D3 | 4F | 9 | 0 | 3F | 60 | 11 | 15 | 5C | 2B |
| Octal | 323 | 117 | 11 | 0 | 77 | 140 | 21 | 25 | 134 | 53 |
| Binary | 11010011 | 1001111 | 1001 | 0 | 111111 | 1100000 | 10001 | 10101 | 1011100 | 101011 |
Color Harmonies of #D34F09
Complementary color
Monochromatic Colors of #D34F09
Black with #D34F09
Text Example
Text Example
White with #D34F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34F09; }
p { color: rgb(211,79,9); }
H1.HeaderClassName
{
color: #D34F09;
}
.AnyTagClassName
{
color: #D34F09;
}
</style>
background-color css
<style>
a { background-color: #D34F09; }
a { background-color: rgb(211,79,9); }
div.DivClassName
{
background-color: #D34F09;
}
.BgClassName
{
background-color: #D34F09;
}
</style>
border-color css
<style>
span { border-color: #D34F09; }
span { border-color: rgb(211,79,9); }
td.TdClassName
{
border-color: #D34F09;
}
.TagClassName
{
border-color: #D34F09;
}
</style>