Shades of Tenne (Tawny) #D45E08
Tints of Tenne (Tawny) #D45E08
RGB
CMYK
RGB Variations
Color information
#D45E08 (or 0xD45E08) is known color: Tenne (Tawny). HEX triplet: D4, 5E and 08. RGB value is (212,94,8). Sum of RGB (Red+Green+Blue) = 212+94+8=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45E08 is #2BA1F7. Grayscale: #777777. Windows color (decimal): -2859512 or 548564. OLE color: 548564.
HSL color Cylindrical-coordinate representation of color #D45E08: hue angle of 25.29º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D45E08 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 94 | 8 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.17 |
| HSL | 25.29º | 0.93% | 0.43% | - |
| HSV(B) | 25.29º | 0.96% | 0.83% | - |
| XYZ | 31.2 | 22.02 | 2.84 | - |
| YUV | 119.48 | 65.09 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 94 | 8 | 0 | 0.56 | 0.96 | 0.17 | 25.29 | 0.93 | 0.43 |
| Hex | D4 | 5E | 8 | 0 | 38 | 60 | 11 | 19 | 5D | 2B |
| Octal | 324 | 136 | 10 | 0 | 70 | 140 | 21 | 31 | 135 | 53 |
| Binary | 11010100 | 1011110 | 1000 | 0 | 111000 | 1100000 | 10001 | 11001 | 1011101 | 101011 |
Color Harmonies of #D45E08
Complementary color
Monochromatic Colors of #D45E08
Black with #D45E08
Text Example
Text Example
White with #D45E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45E08; }
p { color: rgb(212,94,8); }
H1.HeaderClassName
{
color: #D45E08;
}
.AnyTagClassName
{
color: #D45E08;
}
</style>
background-color css
<style>
a { background-color: #D45E08; }
a { background-color: rgb(212,94,8); }
div.DivClassName
{
background-color: #D45E08;
}
.BgClassName
{
background-color: #D45E08;
}
</style>
border-color css
<style>
span { border-color: #D45E08; }
span { border-color: rgb(212,94,8); }
td.TdClassName
{
border-color: #D45E08;
}
.TagClassName
{
border-color: #D45E08;
}
</style>