Shades of Tenne (Tawny) #D7550C
Tints of Tenne (Tawny) #D7550C
RGB
CMYK
RGB Variations
Color information
#D7550C (or 0xD7550C) is known color: Tenne (Tawny). HEX triplet: D7, 55 and 0C. RGB value is (215,85,12). Sum of RGB (Red+Green+Blue) = 215+85+12=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7550C is #28AAF3. Grayscale: #737373. Windows color (decimal): -2665204 or 808407. OLE color: 808407.
HSL color Cylindrical-coordinate representation of color #D7550C: hue angle of 21.58º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7550C is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 12 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.16 |
| HSL | 21.58º | 0.89% | 0.45% | - |
| HSV(B) | 21.58º | 0.94% | 0.84% | - |
| XYZ | 31.34 | 20.97 | 2.74 | - |
| YUV | 115.55 | 69.57 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 12 | 0 | 0.60 | 0.94 | 0.16 | 21.58 | 0.89 | 0.45 |
| Hex | D7 | 55 | C | 0 | 3C | 5E | 10 | 16 | 59 | 2D |
| Octal | 327 | 125 | 14 | 0 | 74 | 136 | 20 | 26 | 131 | 55 |
| Binary | 11010111 | 1010101 | 1100 | 0 | 111100 | 1011110 | 10000 | 10110 | 1011001 | 101101 |
Color Harmonies of #D7550C
Complementary color
Monochromatic Colors of #D7550C
Black with #D7550C
Text Example
Text Example
White with #D7550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7550C; }
p { color: rgb(215,85,12); }
H1.HeaderClassName
{
color: #D7550C;
}
.AnyTagClassName
{
color: #D7550C;
}
</style>
background-color css
<style>
a { background-color: #D7550C; }
a { background-color: rgb(215,85,12); }
div.DivClassName
{
background-color: #D7550C;
}
.BgClassName
{
background-color: #D7550C;
}
</style>
border-color css
<style>
span { border-color: #D7550C; }
span { border-color: rgb(215,85,12); }
td.TdClassName
{
border-color: #D7550C;
}
.TagClassName
{
border-color: #D7550C;
}
</style>