Shades of Tenne (Tawny) #D7500D
Tints of Tenne (Tawny) #D7500D
RGB
CMYK
RGB Variations
Color information
#D7500D (or 0xD7500D) is known color: Tenne (Tawny). HEX triplet: D7, 50 and 0D. RGB value is (215,80,13). Sum of RGB (Red+Green+Blue) = 215+80+13=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D7500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7500D is #28AFF2. Grayscale: #717171. Windows color (decimal): -2666483 or 872663. OLE color: 872663.
HSL color Cylindrical-coordinate representation of color #D7500D: hue angle of 19.9º 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 #D7500D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.16 |
| HSL | 19.9º | 0.89% | 0.45% | - |
| HSV(B) | 19.9º | 0.94% | 0.84% | - |
| XYZ | 30.97 | 20.21 | 2.65 | - |
| YUV | 112.73 | 71.73 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 13 | 0 | 0.63 | 0.94 | 0.16 | 19.9 | 0.89 | 0.45 |
| Hex | D7 | 50 | D | 0 | 3F | 5E | 10 | 14 | 59 | 2D |
| Octal | 327 | 120 | 15 | 0 | 77 | 136 | 20 | 24 | 131 | 55 |
| Binary | 11010111 | 1010000 | 1101 | 0 | 111111 | 1011110 | 10000 | 10100 | 1011001 | 101101 |
Color Harmonies of #D7500D
Complementary color
Monochromatic Colors of #D7500D
Black with #D7500D
Text Example
Text Example
White with #D7500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7500D; }
p { color: rgb(215,80,13); }
H1.HeaderClassName
{
color: #D7500D;
}
.AnyTagClassName
{
color: #D7500D;
}
</style>
background-color css
<style>
a { background-color: #D7500D; }
a { background-color: rgb(215,80,13); }
div.DivClassName
{
background-color: #D7500D;
}
.BgClassName
{
background-color: #D7500D;
}
</style>
border-color css
<style>
span { border-color: #D7500D; }
span { border-color: rgb(215,80,13); }
td.TdClassName
{
border-color: #D7500D;
}
.TagClassName
{
border-color: #D7500D;
}
</style>