Shades of Tenne (Tawny) #D35503
Tints of Tenne (Tawny) #D35503
RGB
CMYK
RGB Variations
Color information
#D35503 (or 0xD35503) is known color: Tenne (Tawny). HEX triplet: D3, 55 and 03. RGB value is (211,85,3). Sum of RGB (Red+Green+Blue) = 211+85+3=299 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.57% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 211 - color contains mainly: red. Hex color #D35503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35503 is #2CAAFC. Grayscale: #717171. Windows color (decimal): -2927357 or 218579. OLE color: 218579.
HSL color Cylindrical-coordinate representation of color #D35503: hue angle of 23.65º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D35503 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 85 | 3 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.17 |
| HSL | 23.65º | 0.97% | 0.42% | - |
| HSV(B) | 23.65º | 0.99% | 0.83% | - |
| XYZ | 30.13 | 20.35 | 2.43 | - |
| YUV | 113.33 | 65.74 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 3 | 0 | 0.60 | 0.99 | 0.17 | 23.65 | 0.97 | 0.42 |
| Hex | D3 | 55 | 3 | 0 | 3C | 63 | 11 | 18 | 61 | 2A |
| Octal | 323 | 125 | 3 | 0 | 74 | 143 | 21 | 30 | 141 | 52 |
| Binary | 11010011 | 1010101 | 11 | 0 | 111100 | 1100011 | 10001 | 11000 | 1100001 | 101010 |
Color Harmonies of #D35503
Complementary color
Monochromatic Colors of #D35503
Black with #D35503
Text Example
Text Example
White with #D35503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35503; }
p { color: rgb(211,85,3); }
H1.HeaderClassName
{
color: #D35503;
}
.AnyTagClassName
{
color: #D35503;
}
</style>
background-color css
<style>
a { background-color: #D35503; }
a { background-color: rgb(211,85,3); }
div.DivClassName
{
background-color: #D35503;
}
.BgClassName
{
background-color: #D35503;
}
</style>
border-color css
<style>
span { border-color: #D35503; }
span { border-color: rgb(211,85,3); }
td.TdClassName
{
border-color: #D35503;
}
.TagClassName
{
border-color: #D35503;
}
</style>