Shades of Tenne (Tawny) #D65808
Tints of Tenne (Tawny) #D65808
RGB
CMYK
RGB Variations
Color information
#D65808 (or 0xD65808) is known color: Tenne (Tawny). HEX triplet: D6, 58 and 08. RGB value is (214,88,8). Sum of RGB (Red+Green+Blue) = 214+88+8=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D65808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65808 is #29A7F7. Grayscale: #757575. Windows color (decimal): -2729976 or 547030. OLE color: 547030.
HSL color Cylindrical-coordinate representation of color #D65808: hue angle of 23.3º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D65808 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 8 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.16 |
| HSL | 23.3º | 0.93% | 0.44% | - |
| HSV(B) | 23.3º | 0.96% | 0.84% | - |
| XYZ | 31.27 | 21.29 | 2.69 | - |
| YUV | 116.55 | 66.74 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 8 | 0 | 0.59 | 0.96 | 0.16 | 23.3 | 0.93 | 0.44 |
| Hex | D6 | 58 | 8 | 0 | 3B | 60 | 10 | 17 | 5D | 2C |
| Octal | 326 | 130 | 10 | 0 | 73 | 140 | 20 | 27 | 135 | 54 |
| Binary | 11010110 | 1011000 | 1000 | 0 | 111011 | 1100000 | 10000 | 10111 | 1011101 | 101100 |
Color Harmonies of #D65808
Complementary color
Monochromatic Colors of #D65808
Black with #D65808
Text Example
Text Example
White with #D65808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65808; }
p { color: rgb(214,88,8); }
H1.HeaderClassName
{
color: #D65808;
}
.AnyTagClassName
{
color: #D65808;
}
</style>
background-color css
<style>
a { background-color: #D65808; }
a { background-color: rgb(214,88,8); }
div.DivClassName
{
background-color: #D65808;
}
.BgClassName
{
background-color: #D65808;
}
</style>
border-color css
<style>
span { border-color: #D65808; }
span { border-color: rgb(214,88,8); }
td.TdClassName
{
border-color: #D65808;
}
.TagClassName
{
border-color: #D65808;
}
</style>