Shades of Tenne (Tawny) #D9490A
Tints of Tenne (Tawny) #D9490A
RGB
CMYK
RGB Variations
Color information
#D9490A (or 0xD9490A) is known color: Tenne (Tawny). HEX triplet: D9, 49 and 0A. RGB value is (217,73,10). Sum of RGB (Red+Green+Blue) = 217+73+10=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9490A is #26B6F5. Grayscale: #6D6D6D. Windows color (decimal): -2537206 or 674265. OLE color: 674265.
HSL color Cylindrical-coordinate representation of color #D9490A: hue angle of 18.26º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9490A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.15 |
| HSL | 18.26º | 0.91% | 0.45% | - |
| HSV(B) | 18.26º | 0.95% | 0.85% | - |
| XYZ | 31.05 | 19.54 | 2.42 | - |
| YUV | 108.87 | 72.21 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 10 | 0 | 0.66 | 0.95 | 0.15 | 18.26 | 0.91 | 0.45 |
| Hex | D9 | 49 | A | 0 | 42 | 5F | F | 12 | 5B | 2D |
| Octal | 331 | 111 | 12 | 0 | 102 | 137 | 17 | 22 | 133 | 55 |
| Binary | 11011001 | 1001001 | 1010 | 0 | 1000010 | 1011111 | 1111 | 10010 | 1011011 | 101101 |
Color Harmonies of #D9490A
Complementary color
Monochromatic Colors of #D9490A
Black with #D9490A
Text Example
Text Example
White with #D9490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9490A; }
p { color: rgb(217,73,10); }
H1.HeaderClassName
{
color: #D9490A;
}
.AnyTagClassName
{
color: #D9490A;
}
</style>
background-color css
<style>
a { background-color: #D9490A; }
a { background-color: rgb(217,73,10); }
div.DivClassName
{
background-color: #D9490A;
}
.BgClassName
{
background-color: #D9490A;
}
</style>
border-color css
<style>
span { border-color: #D9490A; }
span { border-color: rgb(217,73,10); }
td.TdClassName
{
border-color: #D9490A;
}
.TagClassName
{
border-color: #D9490A;
}
</style>