Shades of Tenne (Tawny) #D65503
Tints of Tenne (Tawny) #D65503
RGB
CMYK
RGB Variations
Color information
#D65503 (or 0xD65503) is known color: Tenne (Tawny). HEX triplet: D6, 55 and 03. RGB value is (214,85,3). Sum of RGB (Red+Green+Blue) = 214+85+3=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D65503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65503 is #29AAFC. Grayscale: #727272. Windows color (decimal): -2730749 or 218582. OLE color: 218582.
HSL color Cylindrical-coordinate representation of color #D65503: hue angle of 23.32º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D65503 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 3 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.16 |
| HSL | 23.32º | 0.97% | 0.43% | - |
| HSV(B) | 23.32º | 0.99% | 0.84% | - |
| XYZ | 31 | 20.8 | 2.47 | - |
| YUV | 114.22 | 65.24 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 3 | 0 | 0.60 | 0.99 | 0.16 | 23.32 | 0.97 | 0.43 |
| Hex | D6 | 55 | 3 | 0 | 3C | 63 | 10 | 17 | 61 | 2B |
| Octal | 326 | 125 | 3 | 0 | 74 | 143 | 20 | 27 | 141 | 53 |
| Binary | 11010110 | 1010101 | 11 | 0 | 111100 | 1100011 | 10000 | 10111 | 1100001 | 101011 |
Color Harmonies of #D65503
Complementary color
Monochromatic Colors of #D65503
Black with #D65503
Text Example
Text Example
White with #D65503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65503; }
p { color: rgb(214,85,3); }
H1.HeaderClassName
{
color: #D65503;
}
.AnyTagClassName
{
color: #D65503;
}
</style>
background-color css
<style>
a { background-color: #D65503; }
a { background-color: rgb(214,85,3); }
div.DivClassName
{
background-color: #D65503;
}
.BgClassName
{
background-color: #D65503;
}
</style>
border-color css
<style>
span { border-color: #D65503; }
span { border-color: rgb(214,85,3); }
td.TdClassName
{
border-color: #D65503;
}
.TagClassName
{
border-color: #D65503;
}
</style>