Shades of Tenne (Tawny) #D34807
Tints of Tenne (Tawny) #D34807
RGB
CMYK
RGB Variations
Color information
#D34807 (or 0xD34807) is known color: Tenne (Tawny). HEX triplet: D3, 48 and 07. RGB value is (211,72,7). Sum of RGB (Red+Green+Blue) = 211+72+7=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D34807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34807 is #2CB7F8. Grayscale: #6A6A6A. Windows color (decimal): -2930681 or 477395. OLE color: 477395.
HSL color Cylindrical-coordinate representation of color #D34807: hue angle of 19.12º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D34807 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 7 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.17 |
| HSL | 19.12º | 0.94% | 0.43% | - |
| HSV(B) | 19.12º | 0.97% | 0.83% | - |
| XYZ | 29.22 | 18.5 | 2.23 | - |
| YUV | 106.15 | 72.05 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 7 | 0 | 0.66 | 0.97 | 0.17 | 19.12 | 0.94 | 0.43 |
| Hex | D3 | 48 | 7 | 0 | 42 | 61 | 11 | 13 | 5E | 2B |
| Octal | 323 | 110 | 7 | 0 | 102 | 141 | 21 | 23 | 136 | 53 |
| Binary | 11010011 | 1001000 | 111 | 0 | 1000010 | 1100001 | 10001 | 10011 | 1011110 | 101011 |
Color Harmonies of #D34807
Complementary color
Monochromatic Colors of #D34807
Black with #D34807
Text Example
Text Example
White with #D34807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34807; }
p { color: rgb(211,72,7); }
H1.HeaderClassName
{
color: #D34807;
}
.AnyTagClassName
{
color: #D34807;
}
</style>
background-color css
<style>
a { background-color: #D34807; }
a { background-color: rgb(211,72,7); }
div.DivClassName
{
background-color: #D34807;
}
.BgClassName
{
background-color: #D34807;
}
</style>
border-color css
<style>
span { border-color: #D34807; }
span { border-color: rgb(211,72,7); }
td.TdClassName
{
border-color: #D34807;
}
.TagClassName
{
border-color: #D34807;
}
</style>