Shades of Tenne (Tawny) #D55F00
Tints of Tenne (Tawny) #D55F00
RGB
CMYK
RGB Variations
Color information
#D55F00 (or 0xD55F00) is known color: Tenne (Tawny). HEX triplet: D5, 5F and 00. RGB value is (213,95,0). Sum of RGB (Red+Green+Blue) = 213+95+0=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55F00 is #2AA0FF. Grayscale: #777777. Windows color (decimal): -2793728 or 24533. OLE color: 24533.
HSL color Cylindrical-coordinate representation of color #D55F00: hue angle of 26.76º 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 #D55F00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.16 |
| HSL | 26.76º | 1% | 0.42% | - |
| HSV(B) | 26.76º | 1% | 0.84% | - |
| XYZ | 31.53 | 22.33 | 2.65 | - |
| YUV | 119.45 | 60.59 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 0 | 0 | 0.55 | 1 | 0.16 | 26.76 | 1 | 0.42 |
| Hex | D5 | 5F | 0 | 0 | 37 | 64 | 10 | 1B | 64 | 2A |
| Octal | 325 | 137 | 0 | 0 | 67 | 144 | 20 | 33 | 144 | 52 |
| Binary | 11010101 | 1011111 | 0 | 0 | 110111 | 1100100 | 10000 | 11011 | 1100100 | 101010 |
Color Harmonies of #D55F00
Complementary color
Monochromatic Colors of #D55F00
Black with #D55F00
Text Example
Text Example
White with #D55F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F00; }
p { color: rgb(213,95,0); }
H1.HeaderClassName
{
color: #D55F00;
}
.AnyTagClassName
{
color: #D55F00;
}
</style>
background-color css
<style>
a { background-color: #D55F00; }
a { background-color: rgb(213,95,0); }
div.DivClassName
{
background-color: #D55F00;
}
.BgClassName
{
background-color: #D55F00;
}
</style>
border-color css
<style>
span { border-color: #D55F00; }
span { border-color: rgb(213,95,0); }
td.TdClassName
{
border-color: #D55F00;
}
.TagClassName
{
border-color: #D55F00;
}
</style>