Shades of Tenne (Tawny) #D65E08
Tints of Tenne (Tawny) #D65E08
RGB
CMYK
RGB Variations
Color information
#D65E08 (or 0xD65E08) is known color: Tenne (Tawny). HEX triplet: D6, 5E and 08. RGB value is (214,94,8). Sum of RGB (Red+Green+Blue) = 214+94+8=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65E08 is #29A1F7. Grayscale: #787878. Windows color (decimal): -2728440 or 548566. OLE color: 548566.
HSL color Cylindrical-coordinate representation of color #D65E08: hue angle of 25.05º 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 #D65E08 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.16 |
| HSL | 25.05º | 0.93% | 0.44% | - |
| HSV(B) | 25.05º | 0.96% | 0.84% | - |
| XYZ | 31.78 | 22.32 | 2.86 | - |
| YUV | 120.08 | 64.76 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 8 | 0 | 0.56 | 0.96 | 0.16 | 25.05 | 0.93 | 0.44 |
| Hex | D6 | 5E | 8 | 0 | 38 | 60 | 10 | 19 | 5D | 2C |
| Octal | 326 | 136 | 10 | 0 | 70 | 140 | 20 | 31 | 135 | 54 |
| Binary | 11010110 | 1011110 | 1000 | 0 | 111000 | 1100000 | 10000 | 11001 | 1011101 | 101100 |
Color Harmonies of #D65E08
Complementary color
Monochromatic Colors of #D65E08
Black with #D65E08
Text Example
Text Example
White with #D65E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E08; }
p { color: rgb(214,94,8); }
H1.HeaderClassName
{
color: #D65E08;
}
.AnyTagClassName
{
color: #D65E08;
}
</style>
background-color css
<style>
a { background-color: #D65E08; }
a { background-color: rgb(214,94,8); }
div.DivClassName
{
background-color: #D65E08;
}
.BgClassName
{
background-color: #D65E08;
}
</style>
border-color css
<style>
span { border-color: #D65E08; }
span { border-color: rgb(214,94,8); }
td.TdClassName
{
border-color: #D65E08;
}
.TagClassName
{
border-color: #D65E08;
}
</style>