Shades of Tenne (Tawny) #D45502
Tints of Tenne (Tawny) #D45502
RGB
CMYK
RGB Variations
Color information
#D45502 (or 0xD45502) is known color: Tenne (Tawny). HEX triplet: D4, 55 and 02. RGB value is (212,85,2). Sum of RGB (Red+Green+Blue) = 212+85+2=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D45502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45502 is #2BAAFD. Grayscale: #717171. Windows color (decimal): -2861822 or 153044. OLE color: 153044.
HSL color Cylindrical-coordinate representation of color #D45502: hue angle of 23.71º degrees, saturation: 0.98, 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 #D45502 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.17 |
| HSL | 23.71º | 0.98% | 0.42% | - |
| HSV(B) | 23.71º | 0.99% | 0.83% | - |
| XYZ | 30.41 | 20.5 | 2.41 | - |
| YUV | 113.51 | 65.08 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 2 | 0 | 0.60 | 0.99 | 0.17 | 23.71 | 0.98 | 0.42 |
| Hex | D4 | 55 | 2 | 0 | 3C | 63 | 11 | 18 | 62 | 2A |
| Octal | 324 | 125 | 2 | 0 | 74 | 143 | 21 | 30 | 142 | 52 |
| Binary | 11010100 | 1010101 | 10 | 0 | 111100 | 1100011 | 10001 | 11000 | 1100010 | 101010 |
Color Harmonies of #D45502
Complementary color
Monochromatic Colors of #D45502
Black with #D45502
Text Example
Text Example
White with #D45502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45502; }
p { color: rgb(212,85,2); }
H1.HeaderClassName
{
color: #D45502;
}
.AnyTagClassName
{
color: #D45502;
}
</style>
background-color css
<style>
a { background-color: #D45502; }
a { background-color: rgb(212,85,2); }
div.DivClassName
{
background-color: #D45502;
}
.BgClassName
{
background-color: #D45502;
}
</style>
border-color css
<style>
span { border-color: #D45502; }
span { border-color: rgb(212,85,2); }
td.TdClassName
{
border-color: #D45502;
}
.TagClassName
{
border-color: #D45502;
}
</style>