Shades of Tenne (Tawny) #D9470D
Tints of Tenne (Tawny) #D9470D
RGB
CMYK
RGB Variations
Color information
#D9470D (or 0xD9470D) is known color: Tenne (Tawny). HEX triplet: D9, 47 and 0D. RGB value is (217,71,13). Sum of RGB (Red+Green+Blue) = 217+71+13=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9470D is #26B8F2. Grayscale: #6C6C6C. Windows color (decimal): -2537715 or 870361. OLE color: 870361.
HSL color Cylindrical-coordinate representation of color #D9470D: hue angle of 17.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9470D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.15 |
| HSL | 17.06º | 0.89% | 0.45% | - |
| HSV(B) | 17.06º | 0.94% | 0.85% | - |
| XYZ | 30.94 | 19.29 | 2.47 | - |
| YUV | 108.04 | 74.37 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 13 | 0 | 0.67 | 0.94 | 0.15 | 17.06 | 0.89 | 0.45 |
| Hex | D9 | 47 | D | 0 | 43 | 5E | F | 11 | 59 | 2D |
| Octal | 331 | 107 | 15 | 0 | 103 | 136 | 17 | 21 | 131 | 55 |
| Binary | 11011001 | 1000111 | 1101 | 0 | 1000011 | 1011110 | 1111 | 10001 | 1011001 | 101101 |
Color Harmonies of #D9470D
Complementary color
Monochromatic Colors of #D9470D
Black with #D9470D
Text Example
Text Example
White with #D9470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9470D; }
p { color: rgb(217,71,13); }
H1.HeaderClassName
{
color: #D9470D;
}
.AnyTagClassName
{
color: #D9470D;
}
</style>
background-color css
<style>
a { background-color: #D9470D; }
a { background-color: rgb(217,71,13); }
div.DivClassName
{
background-color: #D9470D;
}
.BgClassName
{
background-color: #D9470D;
}
</style>
border-color css
<style>
span { border-color: #D9470D; }
span { border-color: rgb(217,71,13); }
td.TdClassName
{
border-color: #D9470D;
}
.TagClassName
{
border-color: #D9470D;
}
</style>