Shades of Tenne (Tawny) #D5500F
Tints of Tenne (Tawny) #D5500F
RGB
CMYK
RGB Variations
Color information
#D5500F (or 0xD5500F) is known color: Tenne (Tawny). HEX triplet: D5, 50 and 0F. RGB value is (213,80,15). Sum of RGB (Red+Green+Blue) = 213+80+15=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5500F is #2AAFF0. Grayscale: #707070. Windows color (decimal): -2797553 or 1003733. OLE color: 1003733.
HSL color Cylindrical-coordinate representation of color #D5500F: hue angle of 19.7º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5500F is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 15 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.16 |
| HSL | 19.7º | 0.87% | 0.45% | - |
| HSV(B) | 19.7º | 0.93% | 0.84% | - |
| XYZ | 30.4 | 19.92 | 2.69 | - |
| YUV | 112.36 | 73.06 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 15 | 0 | 0.62 | 0.93 | 0.16 | 19.7 | 0.87 | 0.45 |
| Hex | D5 | 50 | F | 0 | 3E | 5D | 10 | 14 | 57 | 2D |
| Octal | 325 | 120 | 17 | 0 | 76 | 135 | 20 | 24 | 127 | 55 |
| Binary | 11010101 | 1010000 | 1111 | 0 | 111110 | 1011101 | 10000 | 10100 | 1010111 | 101101 |
Color Harmonies of #D5500F
Complementary color
Monochromatic Colors of #D5500F
Black with #D5500F
Text Example
Text Example
White with #D5500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5500F; }
p { color: rgb(213,80,15); }
H1.HeaderClassName
{
color: #D5500F;
}
.AnyTagClassName
{
color: #D5500F;
}
</style>
background-color css
<style>
a { background-color: #D5500F; }
a { background-color: rgb(213,80,15); }
div.DivClassName
{
background-color: #D5500F;
}
.BgClassName
{
background-color: #D5500F;
}
</style>
border-color css
<style>
span { border-color: #D5500F; }
span { border-color: rgb(213,80,15); }
td.TdClassName
{
border-color: #D5500F;
}
.TagClassName
{
border-color: #D5500F;
}
</style>