Shades of Tenne (Tawny) #D54D07
Tints of Tenne (Tawny) #D54D07
RGB
CMYK
RGB Variations
Color information
#D54D07 (or 0xD54D07) is known color: Tenne (Tawny). HEX triplet: D5, 4D and 07. RGB value is (213,77,7). Sum of RGB (Red+Green+Blue) = 213+77+7=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54D07 is #2AB2F8. Grayscale: #6E6E6E. Windows color (decimal): -2798329 or 478677. OLE color: 478677.
HSL color Cylindrical-coordinate representation of color #D54D07: hue angle of 20.39º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D54D07 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 7 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.16 |
| HSL | 20.39º | 0.94% | 0.43% | - |
| HSV(B) | 20.39º | 0.97% | 0.84% | - |
| XYZ | 30.13 | 19.47 | 2.37 | - |
| YUV | 109.68 | 70.06 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 7 | 0 | 0.64 | 0.97 | 0.16 | 20.39 | 0.94 | 0.43 |
| Hex | D5 | 4D | 7 | 0 | 40 | 61 | 10 | 14 | 5E | 2B |
| Octal | 325 | 115 | 7 | 0 | 100 | 141 | 20 | 24 | 136 | 53 |
| Binary | 11010101 | 1001101 | 111 | 0 | 1000000 | 1100001 | 10000 | 10100 | 1011110 | 101011 |
Color Harmonies of #D54D07
Complementary color
Monochromatic Colors of #D54D07
Black with #D54D07
Text Example
Text Example
White with #D54D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D07; }
p { color: rgb(213,77,7); }
H1.HeaderClassName
{
color: #D54D07;
}
.AnyTagClassName
{
color: #D54D07;
}
</style>
background-color css
<style>
a { background-color: #D54D07; }
a { background-color: rgb(213,77,7); }
div.DivClassName
{
background-color: #D54D07;
}
.BgClassName
{
background-color: #D54D07;
}
</style>
border-color css
<style>
span { border-color: #D54D07; }
span { border-color: rgb(213,77,7); }
td.TdClassName
{
border-color: #D54D07;
}
.TagClassName
{
border-color: #D54D07;
}
</style>