Shades of Yukon Gold #8D7112
Tints of Yukon Gold #8D7112
RGB
CMYK
RGB Variations
Color information
#8D7112 (or 0x8D7112) is known color: Yukon Gold. HEX triplet: 8D, 71 and 12. RGB value is (141,113,18). Sum of RGB (Red+Green+Blue) = 141+113+18=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7112 is #728EED. Grayscale: #6E6E6E. Windows color (decimal): -7507694 or 1208717. OLE color: 1208717.
HSL color Cylindrical-coordinate representation of color #8D7112: hue angle of 46.34º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D7112 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 18 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.45 |
| HSL | 46.34º | 0.77% | 0.31% | - |
| HSV(B) | 46.34º | 0.87% | 0.55% | - |
| XYZ | 17 | 17.52 | 3.06 | - |
| YUV | 110.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 18 | 0 | 0.20 | 0.87 | 0.45 | 46.34 | 0.77 | 0.31 |
| Hex | 8D | 71 | 12 | 0 | 14 | 57 | 2D | 2E | 4D | 1F |
| Octal | 215 | 161 | 22 | 0 | 24 | 127 | 55 | 56 | 115 | 37 |
| Binary | 10001101 | 1110001 | 10010 | 0 | 10100 | 1010111 | 101101 | 101110 | 1001101 | 11111 |
Color Harmonies of #8D7112
Complementary color
Monochromatic Colors of #8D7112
Black with #8D7112
Text Example
Text Example
White with #8D7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7112; }
p { color: rgb(141,113,18); }
H1.HeaderClassName
{
color: #8D7112;
}
.AnyTagClassName
{
color: #8D7112;
}
</style>
background-color css
<style>
a { background-color: #8D7112; }
a { background-color: rgb(141,113,18); }
div.DivClassName
{
background-color: #8D7112;
}
.BgClassName
{
background-color: #8D7112;
}
</style>
border-color css
<style>
span { border-color: #8D7112; }
span { border-color: rgb(141,113,18); }
td.TdClassName
{
border-color: #8D7112;
}
.TagClassName
{
border-color: #8D7112;
}
</style>