Shades of Tenne (Tawny) #D34306
Tints of Tenne (Tawny) #D34306
RGB
CMYK
RGB Variations
Color information
#D34306 (or 0xD34306) is known color: Tenne (Tawny). HEX triplet: D3, 43 and 06. RGB value is (211,67,6). Sum of RGB (Red+Green+Blue) = 211+67+6=284 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.30% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 211 - color contains mainly: red. Hex color #D34306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34306 is #2CBCF9. Grayscale: #676767. Windows color (decimal): -2931962 or 410579. OLE color: 410579.
HSL color Cylindrical-coordinate representation of color #D34306: hue angle of 17.85º 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 #D34306 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.17 |
| HSL | 17.85º | 0.94% | 0.43% | - |
| HSV(B) | 17.85º | 0.97% | 0.83% | - |
| XYZ | 28.9 | 17.88 | 2.1 | - |
| YUV | 103.1 | 73.21 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 6 | 0 | 0.68 | 0.97 | 0.17 | 17.85 | 0.94 | 0.43 |
| Hex | D3 | 43 | 6 | 0 | 44 | 61 | 11 | 12 | 5E | 2B |
| Octal | 323 | 103 | 6 | 0 | 104 | 141 | 21 | 22 | 136 | 53 |
| Binary | 11010011 | 1000011 | 110 | 0 | 1000100 | 1100001 | 10001 | 10010 | 1011110 | 101011 |
Color Harmonies of #D34306
Complementary color
Monochromatic Colors of #D34306
Black with #D34306
Text Example
Text Example
White with #D34306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34306; }
p { color: rgb(211,67,6); }
H1.HeaderClassName
{
color: #D34306;
}
.AnyTagClassName
{
color: #D34306;
}
</style>
background-color css
<style>
a { background-color: #D34306; }
a { background-color: rgb(211,67,6); }
div.DivClassName
{
background-color: #D34306;
}
.BgClassName
{
background-color: #D34306;
}
</style>
border-color css
<style>
span { border-color: #D34306; }
span { border-color: rgb(211,67,6); }
td.TdClassName
{
border-color: #D34306;
}
.TagClassName
{
border-color: #D34306;
}
</style>