Shades of Tenne (Tawny) #D74A05
Tints of Tenne (Tawny) #D74A05
RGB
CMYK
RGB Variations
Color information
#D74A05 (or 0xD74A05) is known color: Tenne (Tawny). HEX triplet: D7, 4A and 05. RGB value is (215,74,5). Sum of RGB (Red+Green+Blue) = 215+74+5=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74A05 is #28B5FA. Grayscale: #6C6C6C. Windows color (decimal): -2668027 or 346839. OLE color: 346839.
HSL color Cylindrical-coordinate representation of color #D74A05: hue angle of 19.71º 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 #D74A05 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.16 |
| HSL | 19.71º | 0.95% | 0.43% | - |
| HSV(B) | 19.71º | 0.98% | 0.84% | - |
| XYZ | 30.5 | 19.36 | 2.27 | - |
| YUV | 108.29 | 69.71 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 5 | 0 | 0.66 | 0.98 | 0.16 | 19.71 | 0.95 | 0.43 |
| Hex | D7 | 4A | 5 | 0 | 42 | 62 | 10 | 14 | 5F | 2B |
| Octal | 327 | 112 | 5 | 0 | 102 | 142 | 20 | 24 | 137 | 53 |
| Binary | 11010111 | 1001010 | 101 | 0 | 1000010 | 1100010 | 10000 | 10100 | 1011111 | 101011 |
Color Harmonies of #D74A05
Complementary color
Monochromatic Colors of #D74A05
Black with #D74A05
Text Example
Text Example
White with #D74A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A05; }
p { color: rgb(215,74,5); }
H1.HeaderClassName
{
color: #D74A05;
}
.AnyTagClassName
{
color: #D74A05;
}
</style>
background-color css
<style>
a { background-color: #D74A05; }
a { background-color: rgb(215,74,5); }
div.DivClassName
{
background-color: #D74A05;
}
.BgClassName
{
background-color: #D74A05;
}
</style>
border-color css
<style>
span { border-color: #D74A05; }
span { border-color: rgb(215,74,5); }
td.TdClassName
{
border-color: #D74A05;
}
.TagClassName
{
border-color: #D74A05;
}
</style>