Shades of Tenne (Tawny) #D54705
Tints of Tenne (Tawny) #D54705
RGB
CMYK
RGB Variations
Color information
#D54705 (or 0xD54705) is known color: Tenne (Tawny). HEX triplet: D5, 47 and 05. RGB value is (213,71,5). Sum of RGB (Red+Green+Blue) = 213+71+5=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D54705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54705 is #2AB8FA. Grayscale: #6A6A6A. Windows color (decimal): -2799867 or 346069. OLE color: 346069.
HSL color Cylindrical-coordinate representation of color #D54705: hue angle of 19.04º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D54705 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 5 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.16 |
| HSL | 19.04º | 0.95% | 0.43% | - |
| HSV(B) | 19.04º | 0.98% | 0.84% | - |
| XYZ | 29.72 | 18.66 | 2.18 | - |
| YUV | 105.93 | 71.04 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 5 | 0 | 0.67 | 0.98 | 0.16 | 19.04 | 0.95 | 0.43 |
| Hex | D5 | 47 | 5 | 0 | 43 | 62 | 10 | 13 | 5F | 2B |
| Octal | 325 | 107 | 5 | 0 | 103 | 142 | 20 | 23 | 137 | 53 |
| Binary | 11010101 | 1000111 | 101 | 0 | 1000011 | 1100010 | 10000 | 10011 | 1011111 | 101011 |
Color Harmonies of #D54705
Complementary color
Monochromatic Colors of #D54705
Black with #D54705
Text Example
Text Example
White with #D54705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54705; }
p { color: rgb(213,71,5); }
H1.HeaderClassName
{
color: #D54705;
}
.AnyTagClassName
{
color: #D54705;
}
</style>
background-color css
<style>
a { background-color: #D54705; }
a { background-color: rgb(213,71,5); }
div.DivClassName
{
background-color: #D54705;
}
.BgClassName
{
background-color: #D54705;
}
</style>
border-color css
<style>
span { border-color: #D54705; }
span { border-color: rgb(213,71,5); }
td.TdClassName
{
border-color: #D54705;
}
.TagClassName
{
border-color: #D54705;
}
</style>