Shades of Tenne (Tawny) #D74A00
Tints of Tenne (Tawny) #D74A00
RGB
CMYK
RGB Variations
Color information
#D74A00 (or 0xD74A00) is known color: Tenne (Tawny). HEX triplet: D7, 4A and 00. RGB value is (215,74,0). Sum of RGB (Red+Green+Blue) = 215+74+0=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74A00 is #28B5FF. Grayscale: #6C6C6C. Windows color (decimal): -2668032 or 19159. OLE color: 19159.
HSL color Cylindrical-coordinate representation of color #D74A00: hue angle of 20.65º 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 #D74A00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.16 |
| HSL | 20.65º | 1% | 0.42% | - |
| HSV(B) | 20.65º | 1% | 0.84% | - |
| XYZ | 30.47 | 19.34 | 2.13 | - |
| YUV | 107.72 | 67.21 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 0 | 0 | 0.66 | 1 | 0.16 | 20.65 | 1 | 0.42 |
| Hex | D7 | 4A | 0 | 0 | 42 | 64 | 10 | 15 | 64 | 2A |
| Octal | 327 | 112 | 0 | 0 | 102 | 144 | 20 | 25 | 144 | 52 |
| Binary | 11010111 | 1001010 | 0 | 0 | 1000010 | 1100100 | 10000 | 10101 | 1100100 | 101010 |
Color Harmonies of #D74A00
Complementary color
Monochromatic Colors of #D74A00
Black with #D74A00
Text Example
Text Example
White with #D74A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A00; }
p { color: rgb(215,74,0); }
H1.HeaderClassName
{
color: #D74A00;
}
.AnyTagClassName
{
color: #D74A00;
}
</style>
background-color css
<style>
a { background-color: #D74A00; }
a { background-color: rgb(215,74,0); }
div.DivClassName
{
background-color: #D74A00;
}
.BgClassName
{
background-color: #D74A00;
}
</style>
border-color css
<style>
span { border-color: #D74A00; }
span { border-color: rgb(215,74,0); }
td.TdClassName
{
border-color: #D74A00;
}
.TagClassName
{
border-color: #D74A00;
}
</style>