Shades of Tenne (Tawny) #D55803
Tints of Tenne (Tawny) #D55803
RGB
CMYK
RGB Variations
Color information
#D55803 (or 0xD55803) is known color: Tenne (Tawny). HEX triplet: D5, 58 and 03. RGB value is (213,88,3). Sum of RGB (Red+Green+Blue) = 213+88+3=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D55803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55803 is #2AA7FC. Grayscale: #747474. Windows color (decimal): -2795517 or 219349. OLE color: 219349.
HSL color Cylindrical-coordinate representation of color #D55803: hue angle of 24.29º 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 #D55803 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 3 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.16 |
| HSL | 24.29º | 0.97% | 0.42% | - |
| HSV(B) | 24.29º | 0.99% | 0.84% | - |
| XYZ | 30.95 | 21.13 | 2.53 | - |
| YUV | 115.69 | 64.41 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 3 | 0 | 0.59 | 0.99 | 0.16 | 24.29 | 0.97 | 0.42 |
| Hex | D5 | 58 | 3 | 0 | 3B | 63 | 10 | 18 | 61 | 2A |
| Octal | 325 | 130 | 3 | 0 | 73 | 143 | 20 | 30 | 141 | 52 |
| Binary | 11010101 | 1011000 | 11 | 0 | 111011 | 1100011 | 10000 | 11000 | 1100001 | 101010 |
Color Harmonies of #D55803
Complementary color
Monochromatic Colors of #D55803
Black with #D55803
Text Example
Text Example
White with #D55803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55803; }
p { color: rgb(213,88,3); }
H1.HeaderClassName
{
color: #D55803;
}
.AnyTagClassName
{
color: #D55803;
}
</style>
background-color css
<style>
a { background-color: #D55803; }
a { background-color: rgb(213,88,3); }
div.DivClassName
{
background-color: #D55803;
}
.BgClassName
{
background-color: #D55803;
}
</style>
border-color css
<style>
span { border-color: #D55803; }
span { border-color: rgb(213,88,3); }
td.TdClassName
{
border-color: #D55803;
}
.TagClassName
{
border-color: #D55803;
}
</style>