Shades of Tenne (Tawny) #D5470D
Tints of Tenne (Tawny) #D5470D
RGB
CMYK
RGB Variations
Color information
#D5470D (or 0xD5470D) is known color: Tenne (Tawny). HEX triplet: D5, 47 and 0D. RGB value is (213,71,13). Sum of RGB (Red+Green+Blue) = 213+71+13=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D5470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5470D is #2AB8F2. Grayscale: #6B6B6B. Windows color (decimal): -2799859 or 870357. OLE color: 870357.
HSL color Cylindrical-coordinate representation of color #D5470D: hue angle of 17.4º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5470D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.16 |
| HSL | 17.4º | 0.88% | 0.44% | - |
| HSV(B) | 17.4º | 0.94% | 0.84% | - |
| XYZ | 29.77 | 18.68 | 2.42 | - |
| YUV | 106.85 | 75.04 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 13 | 0 | 0.67 | 0.94 | 0.16 | 17.4 | 0.88 | 0.44 |
| Hex | D5 | 47 | D | 0 | 43 | 5E | 10 | 11 | 58 | 2C |
| Octal | 325 | 107 | 15 | 0 | 103 | 136 | 20 | 21 | 130 | 54 |
| Binary | 11010101 | 1000111 | 1101 | 0 | 1000011 | 1011110 | 10000 | 10001 | 1011000 | 101100 |
Color Harmonies of #D5470D
Complementary color
Monochromatic Colors of #D5470D
Black with #D5470D
Text Example
Text Example
White with #D5470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5470D; }
p { color: rgb(213,71,13); }
H1.HeaderClassName
{
color: #D5470D;
}
.AnyTagClassName
{
color: #D5470D;
}
</style>
background-color css
<style>
a { background-color: #D5470D; }
a { background-color: rgb(213,71,13); }
div.DivClassName
{
background-color: #D5470D;
}
.BgClassName
{
background-color: #D5470D;
}
</style>
border-color css
<style>
span { border-color: #D5470D; }
span { border-color: rgb(213,71,13); }
td.TdClassName
{
border-color: #D5470D;
}
.TagClassName
{
border-color: #D5470D;
}
</style>