Shades of Tenne (Tawny) #D5500D
Tints of Tenne (Tawny) #D5500D
RGB
CMYK
RGB Variations
Color information
#D5500D (or 0xD5500D) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 0D. RGB value is (213,80,13). Sum of RGB (Red+Green+Blue) = 213+80+13=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D5500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5500D is #2AAFF2. Grayscale: #707070. Windows color (decimal): -2797555 or 872661. OLE color: 872661.
HSL color Cylindrical-coordinate representation of color #D5500D: hue angle of 20.1º 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 #D5500D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.16 |
| HSL | 20.1º | 0.88% | 0.44% | - |
| HSV(B) | 20.1º | 0.94% | 0.84% | - |
| XYZ | 30.38 | 19.91 | 2.62 | - |
| YUV | 112.13 | 72.06 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 13 | 0 | 0.62 | 0.94 | 0.16 | 20.1 | 0.88 | 0.44 |
| Hex | D5 | 50 | D | 0 | 3E | 5E | 10 | 14 | 58 | 2C |
| Octal | 325 | 120 | 15 | 0 | 76 | 136 | 20 | 24 | 130 | 54 |
| Binary | 11010101 | 1010000 | 1101 | 0 | 111110 | 1011110 | 10000 | 10100 | 1011000 | 101100 |
Color Harmonies of #D5500D
Complementary color
Monochromatic Colors of #D5500D
Black with #D5500D
Text Example
Text Example
White with #D5500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5500D; }
p { color: rgb(213,80,13); }
H1.HeaderClassName
{
color: #D5500D;
}
.AnyTagClassName
{
color: #D5500D;
}
</style>
background-color css
<style>
a { background-color: #D5500D; }
a { background-color: rgb(213,80,13); }
div.DivClassName
{
background-color: #D5500D;
}
.BgClassName
{
background-color: #D5500D;
}
</style>
border-color css
<style>
span { border-color: #D5500D; }
span { border-color: rgb(213,80,13); }
td.TdClassName
{
border-color: #D5500D;
}
.TagClassName
{
border-color: #D5500D;
}
</style>