Shades of Tenne (Tawny) #D55309
Tints of Tenne (Tawny) #D55309
RGB
CMYK
RGB Variations
Color information
#D55309 (or 0xD55309) is known color: Tenne (Tawny). HEX triplet: D5, 53 and 09. RGB value is (213,83,9). Sum of RGB (Red+Green+Blue) = 213+83+9=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D55309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55309 is #2AACF6. Grayscale: #717171. Windows color (decimal): -2796791 or 611285. OLE color: 611285.
HSL color Cylindrical-coordinate representation of color #D55309: hue angle of 21.76º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D55309 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 9 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.16 |
| HSL | 21.76º | 0.92% | 0.44% | - |
| HSV(B) | 21.76º | 0.96% | 0.84% | - |
| XYZ | 30.58 | 20.35 | 2.57 | - |
| YUV | 113.43 | 69.07 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 9 | 0 | 0.61 | 0.96 | 0.16 | 21.76 | 0.92 | 0.44 |
| Hex | D5 | 53 | 9 | 0 | 3D | 60 | 10 | 16 | 5C | 2C |
| Octal | 325 | 123 | 11 | 0 | 75 | 140 | 20 | 26 | 134 | 54 |
| Binary | 11010101 | 1010011 | 1001 | 0 | 111101 | 1100000 | 10000 | 10110 | 1011100 | 101100 |
Color Harmonies of #D55309
Complementary color
Monochromatic Colors of #D55309
Black with #D55309
Text Example
Text Example
White with #D55309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55309; }
p { color: rgb(213,83,9); }
H1.HeaderClassName
{
color: #D55309;
}
.AnyTagClassName
{
color: #D55309;
}
</style>
background-color css
<style>
a { background-color: #D55309; }
a { background-color: rgb(213,83,9); }
div.DivClassName
{
background-color: #D55309;
}
.BgClassName
{
background-color: #D55309;
}
</style>
border-color css
<style>
span { border-color: #D55309; }
span { border-color: rgb(213,83,9); }
td.TdClassName
{
border-color: #D55309;
}
.TagClassName
{
border-color: #D55309;
}
</style>