Shades of Tenne (Tawny) #D45805
Tints of Tenne (Tawny) #D45805
RGB
CMYK
RGB Variations
Color information
#D45805 (or 0xD45805) is known color: Tenne (Tawny). HEX triplet: D4, 58 and 05. RGB value is (212,88,5). Sum of RGB (Red+Green+Blue) = 212+88+5=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D45805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45805 is #2BA7FA. Grayscale: #747474. Windows color (decimal): -2861051 or 350420. OLE color: 350420.
HSL color Cylindrical-coordinate representation of color #D45805: hue angle of 24.06º 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 #D45805 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.17 |
| HSL | 24.06º | 0.95% | 0.43% | - |
| HSV(B) | 24.06º | 0.98% | 0.83% | - |
| XYZ | 30.67 | 20.99 | 2.58 | - |
| YUV | 115.61 | 65.58 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 5 | 0 | 0.58 | 0.98 | 0.17 | 24.06 | 0.95 | 0.43 |
| Hex | D4 | 58 | 5 | 0 | 3A | 62 | 11 | 18 | 5F | 2B |
| Octal | 324 | 130 | 5 | 0 | 72 | 142 | 21 | 30 | 137 | 53 |
| Binary | 11010100 | 1011000 | 101 | 0 | 111010 | 1100010 | 10001 | 11000 | 1011111 | 101011 |
Color Harmonies of #D45805
Complementary color
Monochromatic Colors of #D45805
Black with #D45805
Text Example
Text Example
White with #D45805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45805; }
p { color: rgb(212,88,5); }
H1.HeaderClassName
{
color: #D45805;
}
.AnyTagClassName
{
color: #D45805;
}
</style>
background-color css
<style>
a { background-color: #D45805; }
a { background-color: rgb(212,88,5); }
div.DivClassName
{
background-color: #D45805;
}
.BgClassName
{
background-color: #D45805;
}
</style>
border-color css
<style>
span { border-color: #D45805; }
span { border-color: rgb(212,88,5); }
td.TdClassName
{
border-color: #D45805;
}
.TagClassName
{
border-color: #D45805;
}
</style>