Shades of Tenne (Tawny) #D55903
Tints of Tenne (Tawny) #D55903
RGB
CMYK
RGB Variations
Color information
#D55903 (or 0xD55903) is known color: Tenne (Tawny). HEX triplet: D5, 59 and 03. RGB value is (213,89,3). Sum of RGB (Red+Green+Blue) = 213+89+3=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D55903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55903 is #2AA6FC. Grayscale: #747474. Windows color (decimal): -2795261 or 219605. OLE color: 219605.
HSL color Cylindrical-coordinate representation of color #D55903: hue angle of 24.57º 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 #D55903 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 3 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.16 |
| HSL | 24.57º | 0.97% | 0.42% | - |
| HSV(B) | 24.57º | 0.99% | 0.84% | - |
| XYZ | 31.03 | 21.3 | 2.56 | - |
| YUV | 116.27 | 64.08 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 3 | 0 | 0.58 | 0.99 | 0.16 | 24.57 | 0.97 | 0.42 |
| Hex | D5 | 59 | 3 | 0 | 3A | 63 | 10 | 19 | 61 | 2A |
| Octal | 325 | 131 | 3 | 0 | 72 | 143 | 20 | 31 | 141 | 52 |
| Binary | 11010101 | 1011001 | 11 | 0 | 111010 | 1100011 | 10000 | 11001 | 1100001 | 101010 |
Color Harmonies of #D55903
Complementary color
Monochromatic Colors of #D55903
Black with #D55903
Text Example
Text Example
White with #D55903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55903; }
p { color: rgb(213,89,3); }
H1.HeaderClassName
{
color: #D55903;
}
.AnyTagClassName
{
color: #D55903;
}
</style>
background-color css
<style>
a { background-color: #D55903; }
a { background-color: rgb(213,89,3); }
div.DivClassName
{
background-color: #D55903;
}
.BgClassName
{
background-color: #D55903;
}
</style>
border-color css
<style>
span { border-color: #D55903; }
span { border-color: rgb(213,89,3); }
td.TdClassName
{
border-color: #D55903;
}
.TagClassName
{
border-color: #D55903;
}
</style>