Shades of Tenne (Tawny) #D74F00
Tints of Tenne (Tawny) #D74F00
RGB
CMYK
RGB Variations
Color information
#D74F00 (or 0xD74F00) is known color: Tenne (Tawny). HEX triplet: D7, 4F and 00. RGB value is (215,79,0). Sum of RGB (Red+Green+Blue) = 215+79+0=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D74F00 is #28B0FF. Grayscale: #6F6F6F. Windows color (decimal): -2666752 or 20439. OLE color: 20439.
HSL color Cylindrical-coordinate representation of color #D74F00: hue angle of 22.05º 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 #D74F00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.16 |
| HSL | 22.05º | 1% | 0.42% | - |
| HSV(B) | 22.05º | 1% | 0.84% | - |
| XYZ | 30.82 | 20.04 | 2.24 | - |
| YUV | 110.66 | 65.56 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 0 | 0 | 0.63 | 1 | 0.16 | 22.05 | 1 | 0.42 |
| Hex | D7 | 4F | 0 | 0 | 3F | 64 | 10 | 16 | 64 | 2A |
| Octal | 327 | 117 | 0 | 0 | 77 | 144 | 20 | 26 | 144 | 52 |
| Binary | 11010111 | 1001111 | 0 | 0 | 111111 | 1100100 | 10000 | 10110 | 1100100 | 101010 |
Color Harmonies of #D74F00
Complementary color
Monochromatic Colors of #D74F00
Black with #D74F00
Text Example
Text Example
White with #D74F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F00; }
p { color: rgb(215,79,0); }
H1.HeaderClassName
{
color: #D74F00;
}
.AnyTagClassName
{
color: #D74F00;
}
</style>
background-color css
<style>
a { background-color: #D74F00; }
a { background-color: rgb(215,79,0); }
div.DivClassName
{
background-color: #D74F00;
}
.BgClassName
{
background-color: #D74F00;
}
</style>
border-color css
<style>
span { border-color: #D74F00; }
span { border-color: rgb(215,79,0); }
td.TdClassName
{
border-color: #D74F00;
}
.TagClassName
{
border-color: #D74F00;
}
</style>