Shades of Tenne (Tawny) #D7580C
Tints of Tenne (Tawny) #D7580C
RGB
CMYK
RGB Variations
Color information
#D7580C (or 0xD7580C) is known color: Tenne (Tawny). HEX triplet: D7, 58 and 0C. RGB value is (215,88,12). Sum of RGB (Red+Green+Blue) = 215+88+12=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D7580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7580C is #28A7F3. Grayscale: #757575. Windows color (decimal): -2664436 or 809175. OLE color: 809175.
HSL color Cylindrical-coordinate representation of color #D7580C: hue angle of 22.46º 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 #D7580C is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 12 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.16 |
| HSL | 22.46º | 0.89% | 0.45% | - |
| HSV(B) | 22.46º | 0.94% | 0.84% | - |
| XYZ | 31.58 | 21.45 | 2.82 | - |
| YUV | 117.31 | 68.58 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 12 | 0 | 0.59 | 0.94 | 0.16 | 22.46 | 0.89 | 0.45 |
| Hex | D7 | 58 | C | 0 | 3B | 5E | 10 | 16 | 59 | 2D |
| Octal | 327 | 130 | 14 | 0 | 73 | 136 | 20 | 26 | 131 | 55 |
| Binary | 11010111 | 1011000 | 1100 | 0 | 111011 | 1011110 | 10000 | 10110 | 1011001 | 101101 |
Color Harmonies of #D7580C
Complementary color
Monochromatic Colors of #D7580C
Black with #D7580C
Text Example
Text Example
White with #D7580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7580C; }
p { color: rgb(215,88,12); }
H1.HeaderClassName
{
color: #D7580C;
}
.AnyTagClassName
{
color: #D7580C;
}
</style>
background-color css
<style>
a { background-color: #D7580C; }
a { background-color: rgb(215,88,12); }
div.DivClassName
{
background-color: #D7580C;
}
.BgClassName
{
background-color: #D7580C;
}
</style>
border-color css
<style>
span { border-color: #D7580C; }
span { border-color: rgb(215,88,12); }
td.TdClassName
{
border-color: #D7580C;
}
.TagClassName
{
border-color: #D7580C;
}
</style>