Shades of Tenne (Tawny) #D15B0C
Tints of Tenne (Tawny) #D15B0C
RGB
CMYK
RGB Variations
Color information
#D15B0C (or 0xD15B0C) is known color: Tenne (Tawny). HEX triplet: D1, 5B and 0C. RGB value is (209,91,12). Sum of RGB (Red+Green+Blue) = 209+91+12=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15B0C is #2EA4F3. Grayscale: #757575. Windows color (decimal): -3056884 or 809937. OLE color: 809937.
HSL color Cylindrical-coordinate representation of color #D15B0C: hue angle of 24.06º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D15B0C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 12 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.18 |
| HSL | 24.06º | 0.89% | 0.43% | - |
| HSV(B) | 24.06º | 0.94% | 0.82% | - |
| XYZ | 30.1 | 21.06 | 2.83 | - |
| YUV | 117.28 | 68.59 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 12 | 0 | 0.56 | 0.94 | 0.18 | 24.06 | 0.89 | 0.43 |
| Hex | D1 | 5B | C | 0 | 38 | 5E | 12 | 18 | 59 | 2B |
| Octal | 321 | 133 | 14 | 0 | 70 | 136 | 22 | 30 | 131 | 53 |
| Binary | 11010001 | 1011011 | 1100 | 0 | 111000 | 1011110 | 10010 | 11000 | 1011001 | 101011 |
Color Harmonies of #D15B0C
Complementary color
Monochromatic Colors of #D15B0C
Black with #D15B0C
Text Example
Text Example
White with #D15B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B0C; }
p { color: rgb(209,91,12); }
H1.HeaderClassName
{
color: #D15B0C;
}
.AnyTagClassName
{
color: #D15B0C;
}
</style>
background-color css
<style>
a { background-color: #D15B0C; }
a { background-color: rgb(209,91,12); }
div.DivClassName
{
background-color: #D15B0C;
}
.BgClassName
{
background-color: #D15B0C;
}
</style>
border-color css
<style>
span { border-color: #D15B0C; }
span { border-color: rgb(209,91,12); }
td.TdClassName
{
border-color: #D15B0C;
}
.TagClassName
{
border-color: #D15B0C;
}
</style>