Shades of Tenne (Tawny) #D65E07
Tints of Tenne (Tawny) #D65E07
RGB
CMYK
RGB Variations
Color information
#D65E07 (or 0xD65E07) is known color: Tenne (Tawny). HEX triplet: D6, 5E and 07. RGB value is (214,94,7). Sum of RGB (Red+Green+Blue) = 214+94+7=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65E07 is #29A1F8. Grayscale: #787878. Windows color (decimal): -2728441 or 483030. OLE color: 483030.
HSL color Cylindrical-coordinate representation of color #D65E07: hue angle of 25.22º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D65E07 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 7 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.16 |
| HSL | 25.22º | 0.94% | 0.43% | - |
| HSV(B) | 25.22º | 0.97% | 0.84% | - |
| XYZ | 31.77 | 22.32 | 2.83 | - |
| YUV | 119.96 | 64.26 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 7 | 0 | 0.56 | 0.97 | 0.16 | 25.22 | 0.94 | 0.43 |
| Hex | D6 | 5E | 7 | 0 | 38 | 61 | 10 | 19 | 5E | 2B |
| Octal | 326 | 136 | 7 | 0 | 70 | 141 | 20 | 31 | 136 | 53 |
| Binary | 11010110 | 1011110 | 111 | 0 | 111000 | 1100001 | 10000 | 11001 | 1011110 | 101011 |
Color Harmonies of #D65E07
Complementary color
Monochromatic Colors of #D65E07
Black with #D65E07
Text Example
Text Example
White with #D65E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E07; }
p { color: rgb(214,94,7); }
H1.HeaderClassName
{
color: #D65E07;
}
.AnyTagClassName
{
color: #D65E07;
}
</style>
background-color css
<style>
a { background-color: #D65E07; }
a { background-color: rgb(214,94,7); }
div.DivClassName
{
background-color: #D65E07;
}
.BgClassName
{
background-color: #D65E07;
}
</style>
border-color css
<style>
span { border-color: #D65E07; }
span { border-color: rgb(214,94,7); }
td.TdClassName
{
border-color: #D65E07;
}
.TagClassName
{
border-color: #D65E07;
}
</style>