Shades of Tenne (Tawny) #D74C00
Tints of Tenne (Tawny) #D74C00
RGB
CMYK
RGB Variations
Color information
#D74C00 (or 0xD74C00) is known color: Tenne (Tawny). HEX triplet: D7, 4C and 00. RGB value is (215,76,0). Sum of RGB (Red+Green+Blue) = 215+76+0=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74C00 is #28B3FF. Grayscale: #6D6D6D. Windows color (decimal): -2667520 or 19671. OLE color: 19671.
HSL color Cylindrical-coordinate representation of color #D74C00: hue angle of 21.21º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D74C00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.16 |
| HSL | 21.21º | 1% | 0.42% | - |
| HSV(B) | 21.21º | 1% | 0.84% | - |
| XYZ | 30.61 | 19.62 | 2.17 | - |
| YUV | 108.9 | 66.55 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 0 | 0 | 0.65 | 1 | 0.16 | 21.21 | 1 | 0.42 |
| Hex | D7 | 4C | 0 | 0 | 41 | 64 | 10 | 15 | 64 | 2A |
| Octal | 327 | 114 | 0 | 0 | 101 | 144 | 20 | 25 | 144 | 52 |
| Binary | 11010111 | 1001100 | 0 | 0 | 1000001 | 1100100 | 10000 | 10101 | 1100100 | 101010 |
Color Harmonies of #D74C00
Complementary color
Monochromatic Colors of #D74C00
Black with #D74C00
Text Example
Text Example
White with #D74C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C00; }
p { color: rgb(215,76,0); }
H1.HeaderClassName
{
color: #D74C00;
}
.AnyTagClassName
{
color: #D74C00;
}
</style>
background-color css
<style>
a { background-color: #D74C00; }
a { background-color: rgb(215,76,0); }
div.DivClassName
{
background-color: #D74C00;
}
.BgClassName
{
background-color: #D74C00;
}
</style>
border-color css
<style>
span { border-color: #D74C00; }
span { border-color: rgb(215,76,0); }
td.TdClassName
{
border-color: #D74C00;
}
.TagClassName
{
border-color: #D74C00;
}
</style>