Shades of Tenne (Tawny) #D54F00
Tints of Tenne (Tawny) #D54F00
RGB
CMYK
RGB Variations
Color information
#D54F00 (or 0xD54F00) is known color: Tenne (Tawny). HEX triplet: D5, 4F and 00. RGB value is (213,79,0). Sum of RGB (Red+Green+Blue) = 213+79+0=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54F00 is #2AB0FF. Grayscale: #6E6E6E. Windows color (decimal): -2797824 or 20437. OLE color: 20437.
HSL color Cylindrical-coordinate representation of color #D54F00: hue angle of 22.25º 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 #D54F00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.16 |
| HSL | 22.25º | 1% | 0.42% | - |
| HSV(B) | 22.25º | 1% | 0.84% | - |
| XYZ | 30.24 | 19.74 | 2.22 | - |
| YUV | 110.06 | 65.89 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 0 | 0 | 0.63 | 1 | 0.16 | 22.25 | 1 | 0.42 |
| Hex | D5 | 4F | 0 | 0 | 3F | 64 | 10 | 16 | 64 | 2A |
| Octal | 325 | 117 | 0 | 0 | 77 | 144 | 20 | 26 | 144 | 52 |
| Binary | 11010101 | 1001111 | 0 | 0 | 111111 | 1100100 | 10000 | 10110 | 1100100 | 101010 |
Color Harmonies of #D54F00
Complementary color
Monochromatic Colors of #D54F00
Black with #D54F00
Text Example
Text Example
White with #D54F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F00; }
p { color: rgb(213,79,0); }
H1.HeaderClassName
{
color: #D54F00;
}
.AnyTagClassName
{
color: #D54F00;
}
</style>
background-color css
<style>
a { background-color: #D54F00; }
a { background-color: rgb(213,79,0); }
div.DivClassName
{
background-color: #D54F00;
}
.BgClassName
{
background-color: #D54F00;
}
</style>
border-color css
<style>
span { border-color: #D54F00; }
span { border-color: rgb(213,79,0); }
td.TdClassName
{
border-color: #D54F00;
}
.TagClassName
{
border-color: #D54F00;
}
</style>