Shades of Tenne (Tawny) #D45A05
Tints of Tenne (Tawny) #D45A05
RGB
CMYK
RGB Variations
Color information
#D45A05 (or 0xD45A05) is known color: Tenne (Tawny). HEX triplet: D4, 5A and 05. RGB value is (212,90,5). Sum of RGB (Red+Green+Blue) = 212+90+5=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45A05 is #2BA5FA. Grayscale: #757575. Windows color (decimal): -2860539 or 350932. OLE color: 350932.
HSL color Cylindrical-coordinate representation of color #D45A05: hue angle of 24.64º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D45A05 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 90 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.17 |
| HSL | 24.64º | 0.95% | 0.43% | - |
| HSV(B) | 24.64º | 0.98% | 0.83% | - |
| XYZ | 30.83 | 21.32 | 2.63 | - |
| YUV | 116.79 | 64.92 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 5 | 0 | 0.58 | 0.98 | 0.17 | 24.64 | 0.95 | 0.43 |
| Hex | D4 | 5A | 5 | 0 | 3A | 62 | 11 | 19 | 5F | 2B |
| Octal | 324 | 132 | 5 | 0 | 72 | 142 | 21 | 31 | 137 | 53 |
| Binary | 11010100 | 1011010 | 101 | 0 | 111010 | 1100010 | 10001 | 11001 | 1011111 | 101011 |
Color Harmonies of #D45A05
Complementary color
Monochromatic Colors of #D45A05
Black with #D45A05
Text Example
Text Example
White with #D45A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45A05; }
p { color: rgb(212,90,5); }
H1.HeaderClassName
{
color: #D45A05;
}
.AnyTagClassName
{
color: #D45A05;
}
</style>
background-color css
<style>
a { background-color: #D45A05; }
a { background-color: rgb(212,90,5); }
div.DivClassName
{
background-color: #D45A05;
}
.BgClassName
{
background-color: #D45A05;
}
</style>
border-color css
<style>
span { border-color: #D45A05; }
span { border-color: rgb(212,90,5); }
td.TdClassName
{
border-color: #D45A05;
}
.TagClassName
{
border-color: #D45A05;
}
</style>