Shades of Tenne (Tawny) #D75800
Tints of Tenne (Tawny) #D75800
RGB
CMYK
RGB Variations
Color information
#D75800 (or 0xD75800) is known color: Tenne (Tawny). HEX triplet: D7, 58 and 00. RGB value is (215,88,0). Sum of RGB (Red+Green+Blue) = 215+88+0=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D75800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75800 is #28A7FF. Grayscale: #747474. Windows color (decimal): -2664448 or 22743. OLE color: 22743.
HSL color Cylindrical-coordinate representation of color #D75800: hue angle of 24.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D75800 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.16 |
| HSL | 24.56º | 1% | 0.42% | - |
| HSV(B) | 24.56º | 1% | 0.84% | - |
| XYZ | 31.51 | 21.43 | 2.47 | - |
| YUV | 115.94 | 62.58 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 0 | 0 | 0.59 | 1 | 0.16 | 24.56 | 1 | 0.42 |
| Hex | D7 | 58 | 0 | 0 | 3B | 64 | 10 | 19 | 64 | 2A |
| Octal | 327 | 130 | 0 | 0 | 73 | 144 | 20 | 31 | 144 | 52 |
| Binary | 11010111 | 1011000 | 0 | 0 | 111011 | 1100100 | 10000 | 11001 | 1100100 | 101010 |
Color Harmonies of #D75800
Complementary color
Monochromatic Colors of #D75800
Black with #D75800
Text Example
Text Example
White with #D75800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75800; }
p { color: rgb(215,88,0); }
H1.HeaderClassName
{
color: #D75800;
}
.AnyTagClassName
{
color: #D75800;
}
</style>
background-color css
<style>
a { background-color: #D75800; }
a { background-color: rgb(215,88,0); }
div.DivClassName
{
background-color: #D75800;
}
.BgClassName
{
background-color: #D75800;
}
</style>
border-color css
<style>
span { border-color: #D75800; }
span { border-color: rgb(215,88,0); }
td.TdClassName
{
border-color: #D75800;
}
.TagClassName
{
border-color: #D75800;
}
</style>