Shades of Tenne (Tawny) #D7500C
Tints of Tenne (Tawny) #D7500C
RGB
CMYK
RGB Variations
Color information
#D7500C (or 0xD7500C) is known color: Tenne (Tawny). HEX triplet: D7, 50 and 0C. RGB value is (215,80,12). Sum of RGB (Red+Green+Blue) = 215+80+12=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D7500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7500C is #28AFF3. Grayscale: #717171. Windows color (decimal): -2666484 or 807127. OLE color: 807127.
HSL color Cylindrical-coordinate representation of color #D7500C: hue angle of 20.1º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7500C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.16 |
| HSL | 20.1º | 0.89% | 0.45% | - |
| HSV(B) | 20.1º | 0.94% | 0.84% | - |
| XYZ | 30.96 | 20.21 | 2.62 | - |
| YUV | 112.61 | 71.23 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 12 | 0 | 0.63 | 0.94 | 0.16 | 20.1 | 0.89 | 0.45 |
| Hex | D7 | 50 | C | 0 | 3F | 5E | 10 | 14 | 59 | 2D |
| Octal | 327 | 120 | 14 | 0 | 77 | 136 | 20 | 24 | 131 | 55 |
| Binary | 11010111 | 1010000 | 1100 | 0 | 111111 | 1011110 | 10000 | 10100 | 1011001 | 101101 |
Color Harmonies of #D7500C
Complementary color
Monochromatic Colors of #D7500C
Black with #D7500C
Text Example
Text Example
White with #D7500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7500C; }
p { color: rgb(215,80,12); }
H1.HeaderClassName
{
color: #D7500C;
}
.AnyTagClassName
{
color: #D7500C;
}
</style>
background-color css
<style>
a { background-color: #D7500C; }
a { background-color: rgb(215,80,12); }
div.DivClassName
{
background-color: #D7500C;
}
.BgClassName
{
background-color: #D7500C;
}
</style>
border-color css
<style>
span { border-color: #D7500C; }
span { border-color: rgb(215,80,12); }
td.TdClassName
{
border-color: #D7500C;
}
.TagClassName
{
border-color: #D7500C;
}
</style>