Shades of Tenne (Tawny) #D4470D
Tints of Tenne (Tawny) #D4470D
RGB
CMYK
RGB Variations
Color information
#D4470D (or 0xD4470D) is known color: Tenne (Tawny). HEX triplet: D4, 47 and 0D. RGB value is (212,71,13). Sum of RGB (Red+Green+Blue) = 212+71+13=296 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.62% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 212 - color contains mainly: red. Hex color #D4470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4470D is #2BB8F2. Grayscale: #6A6A6A. Windows color (decimal): -2865395 or 870356. OLE color: 870356.
HSL color Cylindrical-coordinate representation of color #D4470D: hue angle of 17.49º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4470D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.17 |
| HSL | 17.49º | 0.88% | 0.44% | - |
| HSV(B) | 17.49º | 0.94% | 0.83% | - |
| XYZ | 29.48 | 18.53 | 2.4 | - |
| YUV | 106.55 | 75.21 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 13 | 0 | 0.67 | 0.94 | 0.17 | 17.49 | 0.88 | 0.44 |
| Hex | D4 | 47 | D | 0 | 43 | 5E | 11 | 11 | 58 | 2C |
| Octal | 324 | 107 | 15 | 0 | 103 | 136 | 21 | 21 | 130 | 54 |
| Binary | 11010100 | 1000111 | 1101 | 0 | 1000011 | 1011110 | 10001 | 10001 | 1011000 | 101100 |
Color Harmonies of #D4470D
Complementary color
Monochromatic Colors of #D4470D
Black with #D4470D
Text Example
Text Example
White with #D4470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4470D; }
p { color: rgb(212,71,13); }
H1.HeaderClassName
{
color: #D4470D;
}
.AnyTagClassName
{
color: #D4470D;
}
</style>
background-color css
<style>
a { background-color: #D4470D; }
a { background-color: rgb(212,71,13); }
div.DivClassName
{
background-color: #D4470D;
}
.BgClassName
{
background-color: #D4470D;
}
</style>
border-color css
<style>
span { border-color: #D4470D; }
span { border-color: rgb(212,71,13); }
td.TdClassName
{
border-color: #D4470D;
}
.TagClassName
{
border-color: #D4470D;
}
</style>