Shades of Tenne (Tawny) #D15A10
Tints of Tenne (Tawny) #D15A10
RGB
CMYK
RGB Variations
Color information
#D15A10 (or 0xD15A10) is known color: Tenne (Tawny). HEX triplet: D1, 5A and 10. RGB value is (209,90,16). Sum of RGB (Red+Green+Blue) = 209+90+16=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15A10 is #2EA5EF. Grayscale: #757575. Windows color (decimal): -3057136 or 1071825. OLE color: 1071825.
HSL color Cylindrical-coordinate representation of color #D15A10: hue angle of 23.01º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D15A10 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 90 | 16 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.18 |
| HSL | 23.01º | 0.86% | 0.44% | - |
| HSV(B) | 23.01º | 0.92% | 0.82% | - |
| XYZ | 30.04 | 20.91 | 2.94 | - |
| YUV | 117.15 | 70.92 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 90 | 16 | 0 | 0.57 | 0.92 | 0.18 | 23.01 | 0.86 | 0.44 |
| Hex | D1 | 5A | 10 | 0 | 39 | 5C | 12 | 17 | 56 | 2C |
| Octal | 321 | 132 | 20 | 0 | 71 | 134 | 22 | 27 | 126 | 54 |
| Binary | 11010001 | 1011010 | 10000 | 0 | 111001 | 1011100 | 10010 | 10111 | 1010110 | 101100 |
Color Harmonies of #D15A10
Complementary color
Monochromatic Colors of #D15A10
Black with #D15A10
Text Example
Text Example
White with #D15A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15A10; }
p { color: rgb(209,90,16); }
H1.HeaderClassName
{
color: #D15A10;
}
.AnyTagClassName
{
color: #D15A10;
}
</style>
background-color css
<style>
a { background-color: #D15A10; }
a { background-color: rgb(209,90,16); }
div.DivClassName
{
background-color: #D15A10;
}
.BgClassName
{
background-color: #D15A10;
}
</style>
border-color css
<style>
span { border-color: #D15A10; }
span { border-color: rgb(209,90,16); }
td.TdClassName
{
border-color: #D15A10;
}
.TagClassName
{
border-color: #D15A10;
}
</style>