Shades of Tenne (Tawny) #D75A00
Tints of Tenne (Tawny) #D75A00
RGB
CMYK
RGB Variations
Color information
#D75A00 (or 0xD75A00) is known color: Tenne (Tawny). HEX triplet: D7, 5A and 00. RGB value is (215,90,0). Sum of RGB (Red+Green+Blue) = 215+90+0=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75A00 is #28A5FF. Grayscale: #757575. Windows color (decimal): -2663936 or 23255. OLE color: 23255.
HSL color Cylindrical-coordinate representation of color #D75A00: hue angle of 25.12º 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 #D75A00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.16 |
| HSL | 25.12º | 1% | 0.42% | - |
| HSV(B) | 25.12º | 1% | 0.84% | - |
| XYZ | 31.68 | 21.76 | 2.53 | - |
| YUV | 117.12 | 61.91 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 0 | 0 | 0.58 | 1 | 0.16 | 25.12 | 1 | 0.42 |
| Hex | D7 | 5A | 0 | 0 | 3A | 64 | 10 | 19 | 64 | 2A |
| Octal | 327 | 132 | 0 | 0 | 72 | 144 | 20 | 31 | 144 | 52 |
| Binary | 11010111 | 1011010 | 0 | 0 | 111010 | 1100100 | 10000 | 11001 | 1100100 | 101010 |
Color Harmonies of #D75A00
Complementary color
Monochromatic Colors of #D75A00
Black with #D75A00
Text Example
Text Example
White with #D75A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75A00; }
p { color: rgb(215,90,0); }
H1.HeaderClassName
{
color: #D75A00;
}
.AnyTagClassName
{
color: #D75A00;
}
</style>
background-color css
<style>
a { background-color: #D75A00; }
a { background-color: rgb(215,90,0); }
div.DivClassName
{
background-color: #D75A00;
}
.BgClassName
{
background-color: #D75A00;
}
</style>
border-color css
<style>
span { border-color: #D75A00; }
span { border-color: rgb(215,90,0); }
td.TdClassName
{
border-color: #D75A00;
}
.TagClassName
{
border-color: #D75A00;
}
</style>