Shades of Tenne (Tawny) #D75B00
Tints of Tenne (Tawny) #D75B00
RGB
CMYK
RGB Variations
Color information
#D75B00 (or 0xD75B00) is known color: Tenne (Tawny). HEX triplet: D7, 5B and 00. RGB value is (215,91,0). Sum of RGB (Red+Green+Blue) = 215+91+0=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D75B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75B00 is #28A4FF. Grayscale: #767676. Windows color (decimal): -2663680 or 23511. OLE color: 23511.
HSL color Cylindrical-coordinate representation of color #D75B00: hue angle of 25.4º 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 #D75B00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 91 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.16 |
| HSL | 25.4º | 1% | 0.42% | - |
| HSV(B) | 25.4º | 1% | 0.84% | - |
| XYZ | 31.77 | 21.93 | 2.56 | - |
| YUV | 117.7 | 61.58 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 91 | 0 | 0 | 0.58 | 1 | 0.16 | 25.4 | 1 | 0.42 |
| Hex | D7 | 5B | 0 | 0 | 3A | 64 | 10 | 19 | 64 | 2A |
| Octal | 327 | 133 | 0 | 0 | 72 | 144 | 20 | 31 | 144 | 52 |
| Binary | 11010111 | 1011011 | 0 | 0 | 111010 | 1100100 | 10000 | 11001 | 1100100 | 101010 |
Color Harmonies of #D75B00
Complementary color
Monochromatic Colors of #D75B00
Black with #D75B00
Text Example
Text Example
White with #D75B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75B00; }
p { color: rgb(215,91,0); }
H1.HeaderClassName
{
color: #D75B00;
}
.AnyTagClassName
{
color: #D75B00;
}
</style>
background-color css
<style>
a { background-color: #D75B00; }
a { background-color: rgb(215,91,0); }
div.DivClassName
{
background-color: #D75B00;
}
.BgClassName
{
background-color: #D75B00;
}
</style>
border-color css
<style>
span { border-color: #D75B00; }
span { border-color: rgb(215,91,0); }
td.TdClassName
{
border-color: #D75B00;
}
.TagClassName
{
border-color: #D75B00;
}
</style>