Shades of Tenne (Tawny) #D65707
Tints of Tenne (Tawny) #D65707
RGB
CMYK
RGB Variations
Color information
#D65707 (or 0xD65707) is known color: Tenne (Tawny). HEX triplet: D6, 57 and 07. RGB value is (214,87,7). Sum of RGB (Red+Green+Blue) = 214+87+7=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D65707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65707 is #29A8F8. Grayscale: #747474. Windows color (decimal): -2730233 or 481238. OLE color: 481238.
HSL color Cylindrical-coordinate representation of color #D65707: hue angle of 23.19º 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 #D65707 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 7 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.16 |
| HSL | 23.19º | 0.94% | 0.43% | - |
| HSV(B) | 23.19º | 0.97% | 0.84% | - |
| XYZ | 31.18 | 21.13 | 2.64 | - |
| YUV | 115.85 | 66.58 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 7 | 0 | 0.59 | 0.97 | 0.16 | 23.19 | 0.94 | 0.43 |
| Hex | D6 | 57 | 7 | 0 | 3B | 61 | 10 | 17 | 5E | 2B |
| Octal | 326 | 127 | 7 | 0 | 73 | 141 | 20 | 27 | 136 | 53 |
| Binary | 11010110 | 1010111 | 111 | 0 | 111011 | 1100001 | 10000 | 10111 | 1011110 | 101011 |
Color Harmonies of #D65707
Complementary color
Monochromatic Colors of #D65707
Black with #D65707
Text Example
Text Example
White with #D65707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65707; }
p { color: rgb(214,87,7); }
H1.HeaderClassName
{
color: #D65707;
}
.AnyTagClassName
{
color: #D65707;
}
</style>
background-color css
<style>
a { background-color: #D65707; }
a { background-color: rgb(214,87,7); }
div.DivClassName
{
background-color: #D65707;
}
.BgClassName
{
background-color: #D65707;
}
</style>
border-color css
<style>
span { border-color: #D65707; }
span { border-color: rgb(214,87,7); }
td.TdClassName
{
border-color: #D65707;
}
.TagClassName
{
border-color: #D65707;
}
</style>