Shades of Tenne (Tawny) #D75300
Tints of Tenne (Tawny) #D75300
RGB
CMYK
RGB Variations
Color information
#D75300 (or 0xD75300) is known color: Tenne (Tawny). HEX triplet: D7, 53 and 00. RGB value is (215,83,0). Sum of RGB (Red+Green+Blue) = 215+83+0=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D75300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75300 is #28ACFF. Grayscale: #717171. Windows color (decimal): -2665728 or 21463. OLE color: 21463.
HSL color Cylindrical-coordinate representation of color #D75300: hue angle of 23.16º 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 #D75300 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 83 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.16 |
| HSL | 23.16º | 1% | 0.42% | - |
| HSV(B) | 23.16º | 1% | 0.84% | - |
| XYZ | 31.12 | 20.63 | 2.34 | - |
| YUV | 113.01 | 64.23 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 0 | 0 | 0.61 | 1 | 0.16 | 23.16 | 1 | 0.42 |
| Hex | D7 | 53 | 0 | 0 | 3D | 64 | 10 | 17 | 64 | 2A |
| Octal | 327 | 123 | 0 | 0 | 75 | 144 | 20 | 27 | 144 | 52 |
| Binary | 11010111 | 1010011 | 0 | 0 | 111101 | 1100100 | 10000 | 10111 | 1100100 | 101010 |
Color Harmonies of #D75300
Complementary color
Monochromatic Colors of #D75300
Black with #D75300
Text Example
Text Example
White with #D75300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75300; }
p { color: rgb(215,83,0); }
H1.HeaderClassName
{
color: #D75300;
}
.AnyTagClassName
{
color: #D75300;
}
</style>
background-color css
<style>
a { background-color: #D75300; }
a { background-color: rgb(215,83,0); }
div.DivClassName
{
background-color: #D75300;
}
.BgClassName
{
background-color: #D75300;
}
</style>
border-color css
<style>
span { border-color: #D75300; }
span { border-color: rgb(215,83,0); }
td.TdClassName
{
border-color: #D75300;
}
.TagClassName
{
border-color: #D75300;
}
</style>