Shades of Tenne (Tawny) #D5590D
Tints of Tenne (Tawny) #D5590D
RGB
CMYK
RGB Variations
Color information
#D5590D (or 0xD5590D) is known color: Tenne (Tawny). HEX triplet: D5, 59 and 0D. RGB value is (213,89,13). Sum of RGB (Red+Green+Blue) = 213+89+13=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D5590D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5590D is #2AA6F2. Grayscale: #757575. Windows color (decimal): -2795251 or 874965. OLE color: 874965.
HSL color Cylindrical-coordinate representation of color #D5590D: hue angle of 22.8º 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 #D5590D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 13 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.16 |
| HSL | 22.8º | 0.88% | 0.44% | - |
| HSV(B) | 22.8º | 0.94% | 0.84% | - |
| XYZ | 31.09 | 21.32 | 2.86 | - |
| YUV | 117.41 | 69.08 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 13 | 0 | 0.58 | 0.94 | 0.16 | 22.8 | 0.88 | 0.44 |
| Hex | D5 | 59 | D | 0 | 3A | 5E | 10 | 17 | 58 | 2C |
| Octal | 325 | 131 | 15 | 0 | 72 | 136 | 20 | 27 | 130 | 54 |
| Binary | 11010101 | 1011001 | 1101 | 0 | 111010 | 1011110 | 10000 | 10111 | 1011000 | 101100 |
Color Harmonies of #D5590D
Complementary color
Monochromatic Colors of #D5590D
Black with #D5590D
Text Example
Text Example
White with #D5590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5590D; }
p { color: rgb(213,89,13); }
H1.HeaderClassName
{
color: #D5590D;
}
.AnyTagClassName
{
color: #D5590D;
}
</style>
background-color css
<style>
a { background-color: #D5590D; }
a { background-color: rgb(213,89,13); }
div.DivClassName
{
background-color: #D5590D;
}
.BgClassName
{
background-color: #D5590D;
}
</style>
border-color css
<style>
span { border-color: #D5590D; }
span { border-color: rgb(213,89,13); }
td.TdClassName
{
border-color: #D5590D;
}
.TagClassName
{
border-color: #D5590D;
}
</style>