Shades of Tenne (Tawny) #D7580A
Tints of Tenne (Tawny) #D7580A
RGB
CMYK
RGB Variations
Color information
#D7580A (or 0xD7580A) is known color: Tenne (Tawny). HEX triplet: D7, 58 and 0A. RGB value is (215,88,10). Sum of RGB (Red+Green+Blue) = 215+88+10=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7580A is #28A7F5. Grayscale: #757575. Windows color (decimal): -2664438 or 678103. OLE color: 678103.
HSL color Cylindrical-coordinate representation of color #D7580A: hue angle of 22.83º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7580A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 10 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.16 |
| HSL | 22.83º | 0.91% | 0.44% | - |
| HSV(B) | 22.83º | 0.95% | 0.84% | - |
| XYZ | 31.57 | 21.45 | 2.76 | - |
| YUV | 117.08 | 67.58 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 10 | 0 | 0.59 | 0.95 | 0.16 | 22.83 | 0.91 | 0.44 |
| Hex | D7 | 58 | A | 0 | 3B | 5F | 10 | 17 | 5B | 2C |
| Octal | 327 | 130 | 12 | 0 | 73 | 137 | 20 | 27 | 133 | 54 |
| Binary | 11010111 | 1011000 | 1010 | 0 | 111011 | 1011111 | 10000 | 10111 | 1011011 | 101100 |
Color Harmonies of #D7580A
Complementary color
Monochromatic Colors of #D7580A
Black with #D7580A
Text Example
Text Example
White with #D7580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7580A; }
p { color: rgb(215,88,10); }
H1.HeaderClassName
{
color: #D7580A;
}
.AnyTagClassName
{
color: #D7580A;
}
</style>
background-color css
<style>
a { background-color: #D7580A; }
a { background-color: rgb(215,88,10); }
div.DivClassName
{
background-color: #D7580A;
}
.BgClassName
{
background-color: #D7580A;
}
</style>
border-color css
<style>
span { border-color: #D7580A; }
span { border-color: rgb(215,88,10); }
td.TdClassName
{
border-color: #D7580A;
}
.TagClassName
{
border-color: #D7580A;
}
</style>