Shades of Tenne (Tawny) #D54C05
Tints of Tenne (Tawny) #D54C05
RGB
CMYK
RGB Variations
Color information
#D54C05 (or 0xD54C05) is known color: Tenne (Tawny). HEX triplet: D5, 4C and 05. RGB value is (213,76,5). Sum of RGB (Red+Green+Blue) = 213+76+5=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54C05 is #2AB3FA. Grayscale: #6D6D6D. Windows color (decimal): -2798587 or 347349. OLE color: 347349.
HSL color Cylindrical-coordinate representation of color #D54C05: hue angle of 20.48º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D54C05 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 5 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.16 |
| HSL | 20.48º | 0.95% | 0.43% | - |
| HSV(B) | 20.48º | 0.98% | 0.84% | - |
| XYZ | 30.05 | 19.33 | 2.29 | - |
| YUV | 108.87 | 69.39 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 5 | 0 | 0.64 | 0.98 | 0.16 | 20.48 | 0.95 | 0.43 |
| Hex | D5 | 4C | 5 | 0 | 40 | 62 | 10 | 14 | 5F | 2B |
| Octal | 325 | 114 | 5 | 0 | 100 | 142 | 20 | 24 | 137 | 53 |
| Binary | 11010101 | 1001100 | 101 | 0 | 1000000 | 1100010 | 10000 | 10100 | 1011111 | 101011 |
Color Harmonies of #D54C05
Complementary color
Monochromatic Colors of #D54C05
Black with #D54C05
Text Example
Text Example
White with #D54C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C05; }
p { color: rgb(213,76,5); }
H1.HeaderClassName
{
color: #D54C05;
}
.AnyTagClassName
{
color: #D54C05;
}
</style>
background-color css
<style>
a { background-color: #D54C05; }
a { background-color: rgb(213,76,5); }
div.DivClassName
{
background-color: #D54C05;
}
.BgClassName
{
background-color: #D54C05;
}
</style>
border-color css
<style>
span { border-color: #D54C05; }
span { border-color: rgb(213,76,5); }
td.TdClassName
{
border-color: #D54C05;
}
.TagClassName
{
border-color: #D54C05;
}
</style>