Shades of Tenne (Tawny) #D74600
Tints of Tenne (Tawny) #D74600
RGB
CMYK
RGB Variations
Color information
#D74600 (or 0xD74600) is known color: Tenne (Tawny). HEX triplet: D7, 46 and 00. RGB value is (215,70,0). Sum of RGB (Red+Green+Blue) = 215+70+0=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D74600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74600 is #28B9FF. Grayscale: #696969. Windows color (decimal): -2669056 or 18135. OLE color: 18135.
HSL color Cylindrical-coordinate representation of color #D74600: hue angle of 19.53º 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 #D74600 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.16 |
| HSL | 19.53º | 1% | 0.42% | - |
| HSV(B) | 19.53º | 1% | 0.84% | - |
| XYZ | 30.21 | 18.83 | 2.04 | - |
| YUV | 105.38 | 68.54 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 0 | 0 | 0.67 | 1 | 0.16 | 19.53 | 1 | 0.42 |
| Hex | D7 | 46 | 0 | 0 | 43 | 64 | 10 | 14 | 64 | 2A |
| Octal | 327 | 106 | 0 | 0 | 103 | 144 | 20 | 24 | 144 | 52 |
| Binary | 11010111 | 1000110 | 0 | 0 | 1000011 | 1100100 | 10000 | 10100 | 1100100 | 101010 |
Color Harmonies of #D74600
Complementary color
Monochromatic Colors of #D74600
Black with #D74600
Text Example
Text Example
White with #D74600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74600; }
p { color: rgb(215,70,0); }
H1.HeaderClassName
{
color: #D74600;
}
.AnyTagClassName
{
color: #D74600;
}
</style>
background-color css
<style>
a { background-color: #D74600; }
a { background-color: rgb(215,70,0); }
div.DivClassName
{
background-color: #D74600;
}
.BgClassName
{
background-color: #D74600;
}
</style>
border-color css
<style>
span { border-color: #D74600; }
span { border-color: rgb(215,70,0); }
td.TdClassName
{
border-color: #D74600;
}
.TagClassName
{
border-color: #D74600;
}
</style>