Shades of Tenne (Tawny) #D4490C
Tints of Tenne (Tawny) #D4490C
RGB
CMYK
RGB Variations
Color information
#D4490C (or 0xD4490C) is known color: Tenne (Tawny). HEX triplet: D4, 49 and 0C. RGB value is (212,73,12). Sum of RGB (Red+Green+Blue) = 212+73+12=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D4490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4490C is #2BB6F3. Grayscale: #6B6B6B. Windows color (decimal): -2864884 or 805332. OLE color: 805332.
HSL color Cylindrical-coordinate representation of color #D4490C: hue angle of 18.3º degrees, saturation: 0.89, 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 #D4490C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.17 |
| HSL | 18.3º | 0.89% | 0.44% | - |
| HSV(B) | 18.3º | 0.94% | 0.83% | - |
| XYZ | 29.6 | 18.79 | 2.41 | - |
| YUV | 107.61 | 74.05 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 12 | 0 | 0.66 | 0.94 | 0.17 | 18.3 | 0.89 | 0.44 |
| Hex | D4 | 49 | C | 0 | 42 | 5E | 11 | 12 | 59 | 2C |
| Octal | 324 | 111 | 14 | 0 | 102 | 136 | 21 | 22 | 131 | 54 |
| Binary | 11010100 | 1001001 | 1100 | 0 | 1000010 | 1011110 | 10001 | 10010 | 1011001 | 101100 |
Color Harmonies of #D4490C
Complementary color
Monochromatic Colors of #D4490C
Black with #D4490C
Text Example
Text Example
White with #D4490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4490C; }
p { color: rgb(212,73,12); }
H1.HeaderClassName
{
color: #D4490C;
}
.AnyTagClassName
{
color: #D4490C;
}
</style>
background-color css
<style>
a { background-color: #D4490C; }
a { background-color: rgb(212,73,12); }
div.DivClassName
{
background-color: #D4490C;
}
.BgClassName
{
background-color: #D4490C;
}
</style>
border-color css
<style>
span { border-color: #D4490C; }
span { border-color: rgb(212,73,12); }
td.TdClassName
{
border-color: #D4490C;
}
.TagClassName
{
border-color: #D4490C;
}
</style>