Shades of Tenne (Tawny) #D25503
Tints of Tenne (Tawny) #D25503
RGB
CMYK
RGB Variations
Color information
#D25503 (or 0xD25503) is known color: Tenne (Tawny). HEX triplet: D2, 55 and 03. RGB value is (210,85,3). Sum of RGB (Red+Green+Blue) = 210+85+3=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D25503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25503 is #2DAAFC. Grayscale: #717171. Windows color (decimal): -2992893 or 218578. OLE color: 218578.
HSL color Cylindrical-coordinate representation of color #D25503: hue angle of 23.77º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D25503 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 3 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.18 |
| HSL | 23.77º | 0.97% | 0.42% | - |
| HSV(B) | 23.77º | 0.99% | 0.82% | - |
| XYZ | 29.84 | 20.21 | 2.41 | - |
| YUV | 113.03 | 65.91 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 3 | 0 | 0.60 | 0.99 | 0.18 | 23.77 | 0.97 | 0.42 |
| Hex | D2 | 55 | 3 | 0 | 3C | 63 | 12 | 18 | 61 | 2A |
| Octal | 322 | 125 | 3 | 0 | 74 | 143 | 22 | 30 | 141 | 52 |
| Binary | 11010010 | 1010101 | 11 | 0 | 111100 | 1100011 | 10010 | 11000 | 1100001 | 101010 |
Color Harmonies of #D25503
Complementary color
Monochromatic Colors of #D25503
Black with #D25503
Text Example
Text Example
White with #D25503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25503; }
p { color: rgb(210,85,3); }
H1.HeaderClassName
{
color: #D25503;
}
.AnyTagClassName
{
color: #D25503;
}
</style>
background-color css
<style>
a { background-color: #D25503; }
a { background-color: rgb(210,85,3); }
div.DivClassName
{
background-color: #D25503;
}
.BgClassName
{
background-color: #D25503;
}
</style>
border-color css
<style>
span { border-color: #D25503; }
span { border-color: rgb(210,85,3); }
td.TdClassName
{
border-color: #D25503;
}
.TagClassName
{
border-color: #D25503;
}
</style>