Shades of Tenne (Tawny) #D75F0A
Tints of Tenne (Tawny) #D75F0A
RGB
CMYK
RGB Variations
Color information
#D75F0A (or 0xD75F0A) is known color: Tenne (Tawny). HEX triplet: D7, 5F and 0A. RGB value is (215,95,10). Sum of RGB (Red+Green+Blue) = 215+95+10=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75F0A is #28A0F5. Grayscale: #797979. Windows color (decimal): -2662646 or 679895. OLE color: 679895.
HSL color Cylindrical-coordinate representation of color #D75F0A: hue angle of 24.88º 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 #D75F0A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 95 | 10 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.16 |
| HSL | 24.88º | 0.91% | 0.44% | - |
| HSV(B) | 24.88º | 0.95% | 0.84% | - |
| XYZ | 32.17 | 22.65 | 2.96 | - |
| YUV | 121.19 | 65.26 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 95 | 10 | 0 | 0.56 | 0.95 | 0.16 | 24.88 | 0.91 | 0.44 |
| Hex | D7 | 5F | A | 0 | 38 | 5F | 10 | 19 | 5B | 2C |
| Octal | 327 | 137 | 12 | 0 | 70 | 137 | 20 | 31 | 133 | 54 |
| Binary | 11010111 | 1011111 | 1010 | 0 | 111000 | 1011111 | 10000 | 11001 | 1011011 | 101100 |
Color Harmonies of #D75F0A
Complementary color
Monochromatic Colors of #D75F0A
Black with #D75F0A
Text Example
Text Example
White with #D75F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75F0A; }
p { color: rgb(215,95,10); }
H1.HeaderClassName
{
color: #D75F0A;
}
.AnyTagClassName
{
color: #D75F0A;
}
</style>
background-color css
<style>
a { background-color: #D75F0A; }
a { background-color: rgb(215,95,10); }
div.DivClassName
{
background-color: #D75F0A;
}
.BgClassName
{
background-color: #D75F0A;
}
</style>
border-color css
<style>
span { border-color: #D75F0A; }
span { border-color: rgb(215,95,10); }
td.TdClassName
{
border-color: #D75F0A;
}
.TagClassName
{
border-color: #D75F0A;
}
</style>