Shades of Tenne (Tawny) #D45905
Tints of Tenne (Tawny) #D45905
RGB
CMYK
RGB Variations
Color information
#D45905 (or 0xD45905) is known color: Tenne (Tawny). HEX triplet: D4, 59 and 05. RGB value is (212,89,5). Sum of RGB (Red+Green+Blue) = 212+89+5=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D45905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45905 is #2BA6FA. Grayscale: #747474. Windows color (decimal): -2860795 or 350676. OLE color: 350676.
HSL color Cylindrical-coordinate representation of color #D45905: hue angle of 24.35º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D45905 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.17 |
| HSL | 24.35º | 0.95% | 0.43% | - |
| HSV(B) | 24.35º | 0.98% | 0.83% | - |
| XYZ | 30.75 | 21.15 | 2.61 | - |
| YUV | 116.2 | 65.25 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 5 | 0 | 0.58 | 0.98 | 0.17 | 24.35 | 0.95 | 0.43 |
| Hex | D4 | 59 | 5 | 0 | 3A | 62 | 11 | 18 | 5F | 2B |
| Octal | 324 | 131 | 5 | 0 | 72 | 142 | 21 | 30 | 137 | 53 |
| Binary | 11010100 | 1011001 | 101 | 0 | 111010 | 1100010 | 10001 | 11000 | 1011111 | 101011 |
Color Harmonies of #D45905
Complementary color
Monochromatic Colors of #D45905
Black with #D45905
Text Example
Text Example
White with #D45905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45905; }
p { color: rgb(212,89,5); }
H1.HeaderClassName
{
color: #D45905;
}
.AnyTagClassName
{
color: #D45905;
}
</style>
background-color css
<style>
a { background-color: #D45905; }
a { background-color: rgb(212,89,5); }
div.DivClassName
{
background-color: #D45905;
}
.BgClassName
{
background-color: #D45905;
}
</style>
border-color css
<style>
span { border-color: #D45905; }
span { border-color: rgb(212,89,5); }
td.TdClassName
{
border-color: #D45905;
}
.TagClassName
{
border-color: #D45905;
}
</style>