Shades of Tenne (Tawny) #D74C0A
Tints of Tenne (Tawny) #D74C0A
RGB
CMYK
RGB Variations
Color information
#D74C0A (or 0xD74C0A) is known color: Tenne (Tawny). HEX triplet: D7, 4C and 0A. RGB value is (215,76,10). Sum of RGB (Red+Green+Blue) = 215+76+10=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74C0A is #28B3F5. Grayscale: #6E6E6E. Windows color (decimal): -2667510 or 675031. OLE color: 675031.
HSL color Cylindrical-coordinate representation of color #D74C0A: hue angle of 19.32º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D74C0A is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 10 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.16 |
| HSL | 19.32º | 0.91% | 0.44% | - |
| HSV(B) | 19.32º | 0.95% | 0.84% | - |
| XYZ | 30.66 | 19.64 | 2.46 | - |
| YUV | 110.04 | 71.55 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 10 | 0 | 0.65 | 0.95 | 0.16 | 19.32 | 0.91 | 0.44 |
| Hex | D7 | 4C | A | 0 | 41 | 5F | 10 | 13 | 5B | 2C |
| Octal | 327 | 114 | 12 | 0 | 101 | 137 | 20 | 23 | 133 | 54 |
| Binary | 11010111 | 1001100 | 1010 | 0 | 1000001 | 1011111 | 10000 | 10011 | 1011011 | 101100 |
Color Harmonies of #D74C0A
Complementary color
Monochromatic Colors of #D74C0A
Black with #D74C0A
Text Example
Text Example
White with #D74C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C0A; }
p { color: rgb(215,76,10); }
H1.HeaderClassName
{
color: #D74C0A;
}
.AnyTagClassName
{
color: #D74C0A;
}
</style>
background-color css
<style>
a { background-color: #D74C0A; }
a { background-color: rgb(215,76,10); }
div.DivClassName
{
background-color: #D74C0A;
}
.BgClassName
{
background-color: #D74C0A;
}
</style>
border-color css
<style>
span { border-color: #D74C0A; }
span { border-color: rgb(215,76,10); }
td.TdClassName
{
border-color: #D74C0A;
}
.TagClassName
{
border-color: #D74C0A;
}
</style>