Shades of Tenne (Tawny) #D65605
Tints of Tenne (Tawny) #D65605
RGB
CMYK
RGB Variations
Color information
#D65605 (or 0xD65605) is known color: Tenne (Tawny). HEX triplet: D6, 56 and 05. RGB value is (214,86,5). Sum of RGB (Red+Green+Blue) = 214+86+5=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D65605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65605 is #29A9FA. Grayscale: #737373. Windows color (decimal): -2730491 or 349910. OLE color: 349910.
HSL color Cylindrical-coordinate representation of color #D65605: hue angle of 23.25º degrees, saturation: 0.95, 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 #D65605 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.16 |
| HSL | 23.25º | 0.95% | 0.43% | - |
| HSV(B) | 23.25º | 0.98% | 0.84% | - |
| XYZ | 31.09 | 20.96 | 2.55 | - |
| YUV | 115.04 | 65.91 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 5 | 0 | 0.60 | 0.98 | 0.16 | 23.25 | 0.95 | 0.43 |
| Hex | D6 | 56 | 5 | 0 | 3C | 62 | 10 | 17 | 5F | 2B |
| Octal | 326 | 126 | 5 | 0 | 74 | 142 | 20 | 27 | 137 | 53 |
| Binary | 11010110 | 1010110 | 101 | 0 | 111100 | 1100010 | 10000 | 10111 | 1011111 | 101011 |
Color Harmonies of #D65605
Complementary color
Monochromatic Colors of #D65605
Black with #D65605
Text Example
Text Example
White with #D65605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65605; }
p { color: rgb(214,86,5); }
H1.HeaderClassName
{
color: #D65605;
}
.AnyTagClassName
{
color: #D65605;
}
</style>
background-color css
<style>
a { background-color: #D65605; }
a { background-color: rgb(214,86,5); }
div.DivClassName
{
background-color: #D65605;
}
.BgClassName
{
background-color: #D65605;
}
</style>
border-color css
<style>
span { border-color: #D65605; }
span { border-color: rgb(214,86,5); }
td.TdClassName
{
border-color: #D65605;
}
.TagClassName
{
border-color: #D65605;
}
</style>