Shades of Tenne (Tawny) #D74405
Tints of Tenne (Tawny) #D74405
RGB
CMYK
RGB Variations
Color information
#D74405 (or 0xD74405) is known color: Tenne (Tawny). HEX triplet: D7, 44 and 05. RGB value is (215,68,5). Sum of RGB (Red+Green+Blue) = 215+68+5=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D74405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74405 is #28BBFA. Grayscale: #696969. Windows color (decimal): -2669563 or 345303. OLE color: 345303.
HSL color Cylindrical-coordinate representation of color #D74405: hue angle of 18º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D74405 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 5 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.16 |
| HSL | 18º | 0.95% | 0.43% | - |
| HSV(B) | 18º | 0.98% | 0.84% | - |
| XYZ | 30.12 | 18.59 | 2.14 | - |
| YUV | 104.77 | 71.7 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 5 | 0 | 0.68 | 0.98 | 0.16 | 18 | 0.95 | 0.43 |
| Hex | D7 | 44 | 5 | 0 | 44 | 62 | 10 | 12 | 5F | 2B |
| Octal | 327 | 104 | 5 | 0 | 104 | 142 | 20 | 22 | 137 | 53 |
| Binary | 11010111 | 1000100 | 101 | 0 | 1000100 | 1100010 | 10000 | 10010 | 1011111 | 101011 |
Color Harmonies of #D74405
Complementary color
Monochromatic Colors of #D74405
Black with #D74405
Text Example
Text Example
White with #D74405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74405; }
p { color: rgb(215,68,5); }
H1.HeaderClassName
{
color: #D74405;
}
.AnyTagClassName
{
color: #D74405;
}
</style>
background-color css
<style>
a { background-color: #D74405; }
a { background-color: rgb(215,68,5); }
div.DivClassName
{
background-color: #D74405;
}
.BgClassName
{
background-color: #D74405;
}
</style>
border-color css
<style>
span { border-color: #D74405; }
span { border-color: rgb(215,68,5); }
td.TdClassName
{
border-color: #D74405;
}
.TagClassName
{
border-color: #D74405;
}
</style>