Shades of Tenne (Tawny) #D65504
Tints of Tenne (Tawny) #D65504
RGB
CMYK
RGB Variations
Color information
#D65504 (or 0xD65504) is known color: Tenne (Tawny). HEX triplet: D6, 55 and 04. RGB value is (214,85,4). Sum of RGB (Red+Green+Blue) = 214+85+4=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D65504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65504 is #29AAFB. Grayscale: #727272. Windows color (decimal): -2730748 or 284118. OLE color: 284118.
HSL color Cylindrical-coordinate representation of color #D65504: hue angle of 23.14º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D65504 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.16 |
| HSL | 23.14º | 0.96% | 0.43% | - |
| HSV(B) | 23.14º | 0.98% | 0.84% | - |
| XYZ | 31 | 20.8 | 2.5 | - |
| YUV | 114.34 | 65.74 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 4 | 0 | 0.60 | 0.98 | 0.16 | 23.14 | 0.96 | 0.43 |
| Hex | D6 | 55 | 4 | 0 | 3C | 62 | 10 | 17 | 60 | 2B |
| Octal | 326 | 125 | 4 | 0 | 74 | 142 | 20 | 27 | 140 | 53 |
| Binary | 11010110 | 1010101 | 100 | 0 | 111100 | 1100010 | 10000 | 10111 | 1100000 | 101011 |
Color Harmonies of #D65504
Complementary color
Monochromatic Colors of #D65504
Black with #D65504
Text Example
Text Example
White with #D65504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65504; }
p { color: rgb(214,85,4); }
H1.HeaderClassName
{
color: #D65504;
}
.AnyTagClassName
{
color: #D65504;
}
</style>
background-color css
<style>
a { background-color: #D65504; }
a { background-color: rgb(214,85,4); }
div.DivClassName
{
background-color: #D65504;
}
.BgClassName
{
background-color: #D65504;
}
</style>
border-color css
<style>
span { border-color: #D65504; }
span { border-color: rgb(214,85,4); }
td.TdClassName
{
border-color: #D65504;
}
.TagClassName
{
border-color: #D65504;
}
</style>