Shades of Tenne (Tawny) #D65000
Tints of Tenne (Tawny) #D65000
RGB
CMYK
RGB Variations
Color information
#D65000 (or 0xD65000) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 00. RGB value is (214,80,0). Sum of RGB (Red+Green+Blue) = 214+80+0=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D65000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65000 is #29AFFF. Grayscale: #6F6F6F. Windows color (decimal): -2732032 or 20694. OLE color: 20694.
HSL color Cylindrical-coordinate representation of color #D65000: hue angle of 22.43º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D65000 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.16 |
| HSL | 22.43º | 1% | 0.42% | - |
| HSV(B) | 22.43º | 1% | 0.84% | - |
| XYZ | 30.6 | 20.03 | 2.25 | - |
| YUV | 110.95 | 65.39 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 0 | 0 | 0.63 | 1 | 0.16 | 22.43 | 1 | 0.42 |
| Hex | D6 | 50 | 0 | 0 | 3F | 64 | 10 | 16 | 64 | 2A |
| Octal | 326 | 120 | 0 | 0 | 77 | 144 | 20 | 26 | 144 | 52 |
| Binary | 11010110 | 1010000 | 0 | 0 | 111111 | 1100100 | 10000 | 10110 | 1100100 | 101010 |
Color Harmonies of #D65000
Complementary color
Monochromatic Colors of #D65000
Black with #D65000
Text Example
Text Example
White with #D65000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65000; }
p { color: rgb(214,80,0); }
H1.HeaderClassName
{
color: #D65000;
}
.AnyTagClassName
{
color: #D65000;
}
</style>
background-color css
<style>
a { background-color: #D65000; }
a { background-color: rgb(214,80,0); }
div.DivClassName
{
background-color: #D65000;
}
.BgClassName
{
background-color: #D65000;
}
</style>
border-color css
<style>
span { border-color: #D65000; }
span { border-color: rgb(214,80,0); }
td.TdClassName
{
border-color: #D65000;
}
.TagClassName
{
border-color: #D65000;
}
</style>