Shades of Tenne (Tawny) #D45B0D
Tints of Tenne (Tawny) #D45B0D
RGB
CMYK
RGB Variations
Color information
#D45B0D (or 0xD45B0D) is known color: Tenne (Tawny). HEX triplet: D4, 5B and 0D. RGB value is (212,91,13). Sum of RGB (Red+Green+Blue) = 212+91+13=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D45B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45B0D is #2BA4F2. Grayscale: #767676. Windows color (decimal): -2860275 or 875476. OLE color: 875476.
HSL color Cylindrical-coordinate representation of color #D45B0D: hue angle of 23.52º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D45B0D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 91 | 13 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.17 |
| HSL | 23.52º | 0.88% | 0.44% | - |
| HSV(B) | 23.52º | 0.94% | 0.83% | - |
| XYZ | 30.97 | 21.51 | 2.9 | - |
| YUV | 118.29 | 68.59 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 91 | 13 | 0 | 0.57 | 0.94 | 0.17 | 23.52 | 0.88 | 0.44 |
| Hex | D4 | 5B | D | 0 | 39 | 5E | 11 | 18 | 58 | 2C |
| Octal | 324 | 133 | 15 | 0 | 71 | 136 | 21 | 30 | 130 | 54 |
| Binary | 11010100 | 1011011 | 1101 | 0 | 111001 | 1011110 | 10001 | 11000 | 1011000 | 101100 |
Color Harmonies of #D45B0D
Complementary color
Monochromatic Colors of #D45B0D
Black with #D45B0D
Text Example
Text Example
White with #D45B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45B0D; }
p { color: rgb(212,91,13); }
H1.HeaderClassName
{
color: #D45B0D;
}
.AnyTagClassName
{
color: #D45B0D;
}
</style>
background-color css
<style>
a { background-color: #D45B0D; }
a { background-color: rgb(212,91,13); }
div.DivClassName
{
background-color: #D45B0D;
}
.BgClassName
{
background-color: #D45B0D;
}
</style>
border-color css
<style>
span { border-color: #D45B0D; }
span { border-color: rgb(212,91,13); }
td.TdClassName
{
border-color: #D45B0D;
}
.TagClassName
{
border-color: #D45B0D;
}
</style>