Shades of Tenne (Tawny) #D74501
Tints of Tenne (Tawny) #D74501
RGB
CMYK
RGB Variations
Color information
#D74501 (or 0xD74501) is known color: Tenne (Tawny). HEX triplet: D7, 45 and 01. RGB value is (215,69,1). Sum of RGB (Red+Green+Blue) = 215+69+1=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D74501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74501 is #28BAFE. Grayscale: #696969. Windows color (decimal): -2669311 or 83415. OLE color: 83415.
HSL color Cylindrical-coordinate representation of color #D74501: hue angle of 19.07º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D74501 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.16 |
| HSL | 19.07º | 0.99% | 0.42% | - |
| HSV(B) | 19.07º | 1% | 0.84% | - |
| XYZ | 30.16 | 18.71 | 2.05 | - |
| YUV | 104.9 | 69.37 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 1 | 0 | 0.68 | 1.00 | 0.16 | 19.07 | 0.99 | 0.42 |
| Hex | D7 | 45 | 1 | 0 | 44 | 64 | 10 | 13 | 63 | 2A |
| Octal | 327 | 105 | 1 | 0 | 104 | 144 | 20 | 23 | 143 | 52 |
| Binary | 11010111 | 1000101 | 1 | 0 | 1000100 | 1100100 | 10000 | 10011 | 1100011 | 101010 |
Color Harmonies of #D74501
Complementary color
Monochromatic Colors of #D74501
Black with #D74501
Text Example
Text Example
White with #D74501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74501; }
p { color: rgb(215,69,1); }
H1.HeaderClassName
{
color: #D74501;
}
.AnyTagClassName
{
color: #D74501;
}
</style>
background-color css
<style>
a { background-color: #D74501; }
a { background-color: rgb(215,69,1); }
div.DivClassName
{
background-color: #D74501;
}
.BgClassName
{
background-color: #D74501;
}
</style>
border-color css
<style>
span { border-color: #D74501; }
span { border-color: rgb(215,69,1); }
td.TdClassName
{
border-color: #D74501;
}
.TagClassName
{
border-color: #D74501;
}
</style>