Shades of Tenne (Tawny) #D65805
Tints of Tenne (Tawny) #D65805
RGB
CMYK
RGB Variations
Color information
#D65805 (or 0xD65805) is known color: Tenne (Tawny). HEX triplet: D6, 58 and 05. RGB value is (214,88,5). Sum of RGB (Red+Green+Blue) = 214+88+5=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D65805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65805 is #29A7FA. Grayscale: #747474. Windows color (decimal): -2729979 or 350422. OLE color: 350422.
HSL color Cylindrical-coordinate representation of color #D65805: hue angle of 23.83º 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 #D65805 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.16 |
| HSL | 23.83º | 0.95% | 0.43% | - |
| HSV(B) | 23.83º | 0.98% | 0.84% | - |
| XYZ | 31.25 | 21.29 | 2.61 | - |
| YUV | 116.21 | 65.24 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 5 | 0 | 0.59 | 0.98 | 0.16 | 23.83 | 0.95 | 0.43 |
| Hex | D6 | 58 | 5 | 0 | 3B | 62 | 10 | 18 | 5F | 2B |
| Octal | 326 | 130 | 5 | 0 | 73 | 142 | 20 | 30 | 137 | 53 |
| Binary | 11010110 | 1011000 | 101 | 0 | 111011 | 1100010 | 10000 | 11000 | 1011111 | 101011 |
Color Harmonies of #D65805
Complementary color
Monochromatic Colors of #D65805
Black with #D65805
Text Example
Text Example
White with #D65805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65805; }
p { color: rgb(214,88,5); }
H1.HeaderClassName
{
color: #D65805;
}
.AnyTagClassName
{
color: #D65805;
}
</style>
background-color css
<style>
a { background-color: #D65805; }
a { background-color: rgb(214,88,5); }
div.DivClassName
{
background-color: #D65805;
}
.BgClassName
{
background-color: #D65805;
}
</style>
border-color css
<style>
span { border-color: #D65805; }
span { border-color: rgb(214,88,5); }
td.TdClassName
{
border-color: #D65805;
}
.TagClassName
{
border-color: #D65805;
}
</style>