Shades of Tenne (Tawny) #D45603
Tints of Tenne (Tawny) #D45603
RGB
CMYK
RGB Variations
Color information
#D45603 (or 0xD45603) is known color: Tenne (Tawny). HEX triplet: D4, 56 and 03. RGB value is (212,86,3). Sum of RGB (Red+Green+Blue) = 212+86+3=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D45603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45603 is #2BA9FC. Grayscale: #727272. Windows color (decimal): -2861565 or 218836. OLE color: 218836.
HSL color Cylindrical-coordinate representation of color #D45603: hue angle of 23.83º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D45603 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 3 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.17 |
| HSL | 23.83º | 0.97% | 0.42% | - |
| HSV(B) | 23.83º | 0.99% | 0.83% | - |
| XYZ | 30.5 | 20.66 | 2.47 | - |
| YUV | 114.21 | 65.24 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 3 | 0 | 0.59 | 0.99 | 0.17 | 23.83 | 0.97 | 0.42 |
| Hex | D4 | 56 | 3 | 0 | 3B | 63 | 11 | 18 | 61 | 2A |
| Octal | 324 | 126 | 3 | 0 | 73 | 143 | 21 | 30 | 141 | 52 |
| Binary | 11010100 | 1010110 | 11 | 0 | 111011 | 1100011 | 10001 | 11000 | 1100001 | 101010 |
Color Harmonies of #D45603
Complementary color
Monochromatic Colors of #D45603
Black with #D45603
Text Example
Text Example
White with #D45603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45603; }
p { color: rgb(212,86,3); }
H1.HeaderClassName
{
color: #D45603;
}
.AnyTagClassName
{
color: #D45603;
}
</style>
background-color css
<style>
a { background-color: #D45603; }
a { background-color: rgb(212,86,3); }
div.DivClassName
{
background-color: #D45603;
}
.BgClassName
{
background-color: #D45603;
}
</style>
border-color css
<style>
span { border-color: #D45603; }
span { border-color: rgb(212,86,3); }
td.TdClassName
{
border-color: #D45603;
}
.TagClassName
{
border-color: #D45603;
}
</style>