Shades of Tenne (Tawny) #D45203
Tints of Tenne (Tawny) #D45203
RGB
CMYK
RGB Variations
Color information
#D45203 (or 0xD45203) is known color: Tenne (Tawny). HEX triplet: D4, 52 and 03. RGB value is (212,82,3). Sum of RGB (Red+Green+Blue) = 212+82+3=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D45203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45203 is #2BADFC. Grayscale: #707070. Windows color (decimal): -2862589 or 217812. OLE color: 217812.
HSL color Cylindrical-coordinate representation of color #D45203: hue angle of 22.68º 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 #D45203 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.17 |
| HSL | 22.68º | 0.97% | 0.42% | - |
| HSV(B) | 22.68º | 0.99% | 0.83% | - |
| XYZ | 30.19 | 20.04 | 2.36 | - |
| YUV | 111.86 | 66.57 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 3 | 0 | 0.61 | 0.99 | 0.17 | 22.68 | 0.97 | 0.42 |
| Hex | D4 | 52 | 3 | 0 | 3D | 63 | 11 | 17 | 61 | 2A |
| Octal | 324 | 122 | 3 | 0 | 75 | 143 | 21 | 27 | 141 | 52 |
| Binary | 11010100 | 1010010 | 11 | 0 | 111101 | 1100011 | 10001 | 10111 | 1100001 | 101010 |
Color Harmonies of #D45203
Complementary color
Monochromatic Colors of #D45203
Black with #D45203
Text Example
Text Example
White with #D45203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45203; }
p { color: rgb(212,82,3); }
H1.HeaderClassName
{
color: #D45203;
}
.AnyTagClassName
{
color: #D45203;
}
</style>
background-color css
<style>
a { background-color: #D45203; }
a { background-color: rgb(212,82,3); }
div.DivClassName
{
background-color: #D45203;
}
.BgClassName
{
background-color: #D45203;
}
</style>
border-color css
<style>
span { border-color: #D45203; }
span { border-color: rgb(212,82,3); }
td.TdClassName
{
border-color: #D45203;
}
.TagClassName
{
border-color: #D45203;
}
</style>