Shades of Tenne (Tawny) #D45C00
Tints of Tenne (Tawny) #D45C00
RGB
CMYK
RGB Variations
Color information
#D45C00 (or 0xD45C00) is known color: Tenne (Tawny). HEX triplet: D4, 5C and 00. RGB value is (212,92,0). Sum of RGB (Red+Green+Blue) = 212+92+0=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45C00 is #2BA3FF. Grayscale: #757575. Windows color (decimal): -2860032 or 23764. OLE color: 23764.
HSL color Cylindrical-coordinate representation of color #D45C00: hue angle of 26.04º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D45C00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 92 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.17 |
| HSL | 26.04º | 1% | 0.42% | - |
| HSV(B) | 26.04º | 1% | 0.83% | - |
| XYZ | 30.98 | 21.65 | 2.55 | - |
| YUV | 117.39 | 61.76 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 92 | 0 | 0 | 0.57 | 1 | 0.17 | 26.04 | 1 | 0.42 |
| Hex | D4 | 5C | 0 | 0 | 39 | 64 | 11 | 1A | 64 | 2A |
| Octal | 324 | 134 | 0 | 0 | 71 | 144 | 21 | 32 | 144 | 52 |
| Binary | 11010100 | 1011100 | 0 | 0 | 111001 | 1100100 | 10001 | 11010 | 1100100 | 101010 |
Color Harmonies of #D45C00
Complementary color
Monochromatic Colors of #D45C00
Black with #D45C00
Text Example
Text Example
White with #D45C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45C00; }
p { color: rgb(212,92,0); }
H1.HeaderClassName
{
color: #D45C00;
}
.AnyTagClassName
{
color: #D45C00;
}
</style>
background-color css
<style>
a { background-color: #D45C00; }
a { background-color: rgb(212,92,0); }
div.DivClassName
{
background-color: #D45C00;
}
.BgClassName
{
background-color: #D45C00;
}
</style>
border-color css
<style>
span { border-color: #D45C00; }
span { border-color: rgb(212,92,0); }
td.TdClassName
{
border-color: #D45C00;
}
.TagClassName
{
border-color: #D45C00;
}
</style>