Shades of Tenne (Tawny) #D8550C
Tints of Tenne (Tawny) #D8550C
RGB
CMYK
RGB Variations
Color information
#D8550C (or 0xD8550C) is known color: Tenne (Tawny). HEX triplet: D8, 55 and 0C. RGB value is (216,85,12). Sum of RGB (Red+Green+Blue) = 216+85+12=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8550C is #27AAF3. Grayscale: #747474. Windows color (decimal): -2599668 or 808408. OLE color: 808408.
HSL color Cylindrical-coordinate representation of color #D8550C: hue angle of 21.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8550C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 12 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.15 |
| HSL | 21.47º | 0.89% | 0.45% | - |
| HSV(B) | 21.47º | 0.94% | 0.85% | - |
| XYZ | 31.63 | 21.12 | 2.76 | - |
| YUV | 115.85 | 69.4 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 12 | 0 | 0.61 | 0.94 | 0.15 | 21.47 | 0.89 | 0.45 |
| Hex | D8 | 55 | C | 0 | 3D | 5E | F | 15 | 59 | 2D |
| Octal | 330 | 125 | 14 | 0 | 75 | 136 | 17 | 25 | 131 | 55 |
| Binary | 11011000 | 1010101 | 1100 | 0 | 111101 | 1011110 | 1111 | 10101 | 1011001 | 101101 |
Color Harmonies of #D8550C
Complementary color
Monochromatic Colors of #D8550C
Black with #D8550C
Text Example
Text Example
White with #D8550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8550C; }
p { color: rgb(216,85,12); }
H1.HeaderClassName
{
color: #D8550C;
}
.AnyTagClassName
{
color: #D8550C;
}
</style>
background-color css
<style>
a { background-color: #D8550C; }
a { background-color: rgb(216,85,12); }
div.DivClassName
{
background-color: #D8550C;
}
.BgClassName
{
background-color: #D8550C;
}
</style>
border-color css
<style>
span { border-color: #D8550C; }
span { border-color: rgb(216,85,12); }
td.TdClassName
{
border-color: #D8550C;
}
.TagClassName
{
border-color: #D8550C;
}
</style>