Shades of Tenne (Tawny) #D55403
Tints of Tenne (Tawny) #D55403
RGB
CMYK
RGB Variations
Color information
#D55403 (or 0xD55403) is known color: Tenne (Tawny). HEX triplet: D5, 54 and 03. RGB value is (213,84,3). Sum of RGB (Red+Green+Blue) = 213+84+3=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D55403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55403 is #2AABFC. Grayscale: #717171. Windows color (decimal): -2796541 or 218325. OLE color: 218325.
HSL color Cylindrical-coordinate representation of color #D55403: hue angle of 23.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D55403 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.16 |
| HSL | 23.14º | 0.97% | 0.42% | - |
| HSV(B) | 23.14º | 0.99% | 0.84% | - |
| XYZ | 30.63 | 20.49 | 2.43 | - |
| YUV | 113.34 | 65.74 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 3 | 0 | 0.61 | 0.99 | 0.16 | 23.14 | 0.97 | 0.42 |
| Hex | D5 | 54 | 3 | 0 | 3D | 63 | 10 | 17 | 61 | 2A |
| Octal | 325 | 124 | 3 | 0 | 75 | 143 | 20 | 27 | 141 | 52 |
| Binary | 11010101 | 1010100 | 11 | 0 | 111101 | 1100011 | 10000 | 10111 | 1100001 | 101010 |
Color Harmonies of #D55403
Complementary color
Monochromatic Colors of #D55403
Black with #D55403
Text Example
Text Example
White with #D55403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55403; }
p { color: rgb(213,84,3); }
H1.HeaderClassName
{
color: #D55403;
}
.AnyTagClassName
{
color: #D55403;
}
</style>
background-color css
<style>
a { background-color: #D55403; }
a { background-color: rgb(213,84,3); }
div.DivClassName
{
background-color: #D55403;
}
.BgClassName
{
background-color: #D55403;
}
</style>
border-color css
<style>
span { border-color: #D55403; }
span { border-color: rgb(213,84,3); }
td.TdClassName
{
border-color: #D55403;
}
.TagClassName
{
border-color: #D55403;
}
</style>