Shades of Tenne (Tawny) #D55800
Tints of Tenne (Tawny) #D55800
RGB
CMYK
RGB Variations
Color information
#D55800 (or 0xD55800) is known color: Tenne (Tawny). HEX triplet: D5, 58 and 00. RGB value is (213,88,0). Sum of RGB (Red+Green+Blue) = 213+88+0=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D55800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55800 is #2AA7FF. Grayscale: #737373. Windows color (decimal): -2795520 or 22741. OLE color: 22741.
HSL color Cylindrical-coordinate representation of color #D55800: hue angle of 24.79º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D55800 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.16 |
| HSL | 24.79º | 1% | 0.42% | - |
| HSV(B) | 24.79º | 1% | 0.84% | - |
| XYZ | 30.93 | 21.13 | 2.45 | - |
| YUV | 115.34 | 62.91 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 0 | 0 | 0.59 | 1 | 0.16 | 24.79 | 1 | 0.42 |
| Hex | D5 | 58 | 0 | 0 | 3B | 64 | 10 | 19 | 64 | 2A |
| Octal | 325 | 130 | 0 | 0 | 73 | 144 | 20 | 31 | 144 | 52 |
| Binary | 11010101 | 1011000 | 0 | 0 | 111011 | 1100100 | 10000 | 11001 | 1100100 | 101010 |
Color Harmonies of #D55800
Complementary color
Monochromatic Colors of #D55800
Black with #D55800
Text Example
Text Example
White with #D55800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55800; }
p { color: rgb(213,88,0); }
H1.HeaderClassName
{
color: #D55800;
}
.AnyTagClassName
{
color: #D55800;
}
</style>
background-color css
<style>
a { background-color: #D55800; }
a { background-color: rgb(213,88,0); }
div.DivClassName
{
background-color: #D55800;
}
.BgClassName
{
background-color: #D55800;
}
</style>
border-color css
<style>
span { border-color: #D55800; }
span { border-color: rgb(213,88,0); }
td.TdClassName
{
border-color: #D55800;
}
.TagClassName
{
border-color: #D55800;
}
</style>