Shades of Tenne (Tawny) #D54D01
Tints of Tenne (Tawny) #D54D01
RGB
CMYK
RGB Variations
Color information
#D54D01 (or 0xD54D01) is known color: Tenne (Tawny). HEX triplet: D5, 4D and 01. RGB value is (213,77,1). Sum of RGB (Red+Green+Blue) = 213+77+1=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D54D01 is #2AB2FE. Grayscale: #6D6D6D. Windows color (decimal): -2798335 or 85461. OLE color: 85461.
HSL color Cylindrical-coordinate representation of color #D54D01: hue angle of 21.51º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D54D01 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.16 |
| HSL | 21.51º | 0.99% | 0.42% | - |
| HSV(B) | 21.51º | 1% | 0.84% | - |
| XYZ | 30.1 | 19.46 | 2.2 | - |
| YUV | 109 | 67.06 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 1 | 0 | 0.64 | 1.00 | 0.16 | 21.51 | 0.99 | 0.42 |
| Hex | D5 | 4D | 1 | 0 | 40 | 64 | 10 | 16 | 63 | 2A |
| Octal | 325 | 115 | 1 | 0 | 100 | 144 | 20 | 26 | 143 | 52 |
| Binary | 11010101 | 1001101 | 1 | 0 | 1000000 | 1100100 | 10000 | 10110 | 1100011 | 101010 |
Color Harmonies of #D54D01
Complementary color
Monochromatic Colors of #D54D01
Black with #D54D01
Text Example
Text Example
White with #D54D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D01; }
p { color: rgb(213,77,1); }
H1.HeaderClassName
{
color: #D54D01;
}
.AnyTagClassName
{
color: #D54D01;
}
</style>
background-color css
<style>
a { background-color: #D54D01; }
a { background-color: rgb(213,77,1); }
div.DivClassName
{
background-color: #D54D01;
}
.BgClassName
{
background-color: #D54D01;
}
</style>
border-color css
<style>
span { border-color: #D54D01; }
span { border-color: rgb(213,77,1); }
td.TdClassName
{
border-color: #D54D01;
}
.TagClassName
{
border-color: #D54D01;
}
</style>