Shades of Tenne (Tawny) #D65905
Tints of Tenne (Tawny) #D65905
RGB
CMYK
RGB Variations
Color information
#D65905 (or 0xD65905) is known color: Tenne (Tawny). HEX triplet: D6, 59 and 05. RGB value is (214,89,5). Sum of RGB (Red+Green+Blue) = 214+89+5=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D65905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65905 is #29A6FA. Grayscale: #757575. Windows color (decimal): -2729723 or 350678. OLE color: 350678.
HSL color Cylindrical-coordinate representation of color #D65905: hue angle of 24.11º 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 #D65905 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.16 |
| HSL | 24.11º | 0.95% | 0.43% | - |
| HSV(B) | 24.11º | 0.98% | 0.84% | - |
| XYZ | 31.33 | 21.45 | 2.63 | - |
| YUV | 116.8 | 64.91 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 5 | 0 | 0.58 | 0.98 | 0.16 | 24.11 | 0.95 | 0.43 |
| Hex | D6 | 59 | 5 | 0 | 3A | 62 | 10 | 18 | 5F | 2B |
| Octal | 326 | 131 | 5 | 0 | 72 | 142 | 20 | 30 | 137 | 53 |
| Binary | 11010110 | 1011001 | 101 | 0 | 111010 | 1100010 | 10000 | 11000 | 1011111 | 101011 |
Color Harmonies of #D65905
Complementary color
Monochromatic Colors of #D65905
Black with #D65905
Text Example
Text Example
White with #D65905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65905; }
p { color: rgb(214,89,5); }
H1.HeaderClassName
{
color: #D65905;
}
.AnyTagClassName
{
color: #D65905;
}
</style>
background-color css
<style>
a { background-color: #D65905; }
a { background-color: rgb(214,89,5); }
div.DivClassName
{
background-color: #D65905;
}
.BgClassName
{
background-color: #D65905;
}
</style>
border-color css
<style>
span { border-color: #D65905; }
span { border-color: rgb(214,89,5); }
td.TdClassName
{
border-color: #D65905;
}
.TagClassName
{
border-color: #D65905;
}
</style>