Shades of Tenne (Tawny) #D74A10
Tints of Tenne (Tawny) #D74A10
RGB
CMYK
RGB Variations
Color information
#D74A10 (or 0xD74A10) is known color: Tenne (Tawny). HEX triplet: D7, 4A and 10. RGB value is (215,74,16). Sum of RGB (Red+Green+Blue) = 215+74+16=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74A10 is #28B5EF. Grayscale: #6D6D6D. Windows color (decimal): -2668016 or 1067735. OLE color: 1067735.
HSL color Cylindrical-coordinate representation of color #D74A10: hue angle of 17.49º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D74A10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.16 |
| HSL | 17.49º | 0.86% | 0.45% | - |
| HSV(B) | 17.49º | 0.93% | 0.84% | - |
| XYZ | 30.57 | 19.38 | 2.62 | - |
| YUV | 109.55 | 75.21 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 16 | 0 | 0.66 | 0.93 | 0.16 | 17.49 | 0.86 | 0.45 |
| Hex | D7 | 4A | 10 | 0 | 42 | 5D | 10 | 11 | 56 | 2D |
| Octal | 327 | 112 | 20 | 0 | 102 | 135 | 20 | 21 | 126 | 55 |
| Binary | 11010111 | 1001010 | 10000 | 0 | 1000010 | 1011101 | 10000 | 10001 | 1010110 | 101101 |
Color Harmonies of #D74A10
Complementary color
Monochromatic Colors of #D74A10
Black with #D74A10
Text Example
Text Example
White with #D74A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A10; }
p { color: rgb(215,74,16); }
H1.HeaderClassName
{
color: #D74A10;
}
.AnyTagClassName
{
color: #D74A10;
}
</style>
background-color css
<style>
a { background-color: #D74A10; }
a { background-color: rgb(215,74,16); }
div.DivClassName
{
background-color: #D74A10;
}
.BgClassName
{
background-color: #D74A10;
}
</style>
border-color css
<style>
span { border-color: #D74A10; }
span { border-color: rgb(215,74,16); }
td.TdClassName
{
border-color: #D74A10;
}
.TagClassName
{
border-color: #D74A10;
}
</style>