Shades of Tenne (Tawny) #D45808
Tints of Tenne (Tawny) #D45808
RGB
CMYK
RGB Variations
Color information
#D45808 (or 0xD45808) is known color: Tenne (Tawny). HEX triplet: D4, 58 and 08. RGB value is (212,88,8). Sum of RGB (Red+Green+Blue) = 212+88+8=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D45808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45808 is #2BA7F7. Grayscale: #747474. Windows color (decimal): -2861048 or 547028. OLE color: 547028.
HSL color Cylindrical-coordinate representation of color #D45808: hue angle of 23.53º 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 #D45808 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.17 |
| HSL | 23.53º | 0.93% | 0.43% | - |
| HSV(B) | 23.53º | 0.96% | 0.83% | - |
| XYZ | 30.68 | 20.99 | 2.66 | - |
| YUV | 115.96 | 67.08 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 8 | 0 | 0.58 | 0.96 | 0.17 | 23.53 | 0.93 | 0.43 |
| Hex | D4 | 58 | 8 | 0 | 3A | 60 | 11 | 18 | 5D | 2B |
| Octal | 324 | 130 | 10 | 0 | 72 | 140 | 21 | 30 | 135 | 53 |
| Binary | 11010100 | 1011000 | 1000 | 0 | 111010 | 1100000 | 10001 | 11000 | 1011101 | 101011 |
Color Harmonies of #D45808
Complementary color
Monochromatic Colors of #D45808
Black with #D45808
Text Example
Text Example
White with #D45808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45808; }
p { color: rgb(212,88,8); }
H1.HeaderClassName
{
color: #D45808;
}
.AnyTagClassName
{
color: #D45808;
}
</style>
background-color css
<style>
a { background-color: #D45808; }
a { background-color: rgb(212,88,8); }
div.DivClassName
{
background-color: #D45808;
}
.BgClassName
{
background-color: #D45808;
}
</style>
border-color css
<style>
span { border-color: #D45808; }
span { border-color: rgb(212,88,8); }
td.TdClassName
{
border-color: #D45808;
}
.TagClassName
{
border-color: #D45808;
}
</style>