Shades of Tenne (Tawny) #D54A00
Tints of Tenne (Tawny) #D54A00
RGB
CMYK
RGB Variations
Color information
#D54A00 (or 0xD54A00) is known color: Tenne (Tawny). HEX triplet: D5, 4A and 00. RGB value is (213,74,0). Sum of RGB (Red+Green+Blue) = 213+74+0=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54A00 is #2AB5FF. Grayscale: #6B6B6B. Windows color (decimal): -2799104 or 19157. OLE color: 19157.
HSL color Cylindrical-coordinate representation of color #D54A00: hue angle of 20.85º 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 #D54A00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.16 |
| HSL | 20.85º | 1% | 0.42% | - |
| HSV(B) | 20.85º | 1% | 0.84% | - |
| XYZ | 29.89 | 19.04 | 2.1 | - |
| YUV | 107.13 | 67.55 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 0 | 0 | 0.65 | 1 | 0.16 | 20.85 | 1 | 0.42 |
| Hex | D5 | 4A | 0 | 0 | 41 | 64 | 10 | 15 | 64 | 2A |
| Octal | 325 | 112 | 0 | 0 | 101 | 144 | 20 | 25 | 144 | 52 |
| Binary | 11010101 | 1001010 | 0 | 0 | 1000001 | 1100100 | 10000 | 10101 | 1100100 | 101010 |
Color Harmonies of #D54A00
Complementary color
Monochromatic Colors of #D54A00
Black with #D54A00
Text Example
Text Example
White with #D54A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A00; }
p { color: rgb(213,74,0); }
H1.HeaderClassName
{
color: #D54A00;
}
.AnyTagClassName
{
color: #D54A00;
}
</style>
background-color css
<style>
a { background-color: #D54A00; }
a { background-color: rgb(213,74,0); }
div.DivClassName
{
background-color: #D54A00;
}
.BgClassName
{
background-color: #D54A00;
}
</style>
border-color css
<style>
span { border-color: #D54A00; }
span { border-color: rgb(213,74,0); }
td.TdClassName
{
border-color: #D54A00;
}
.TagClassName
{
border-color: #D54A00;
}
</style>