Shades of Yukon Gold #8D740F
Tints of Yukon Gold #8D740F
RGB
CMYK
RGB Variations
Color information
#8D740F (or 0x8D740F) is known color: Yukon Gold. HEX triplet: 8D, 74 and 0F. RGB value is (141,116,15). Sum of RGB (Red+Green+Blue) = 141+116+15=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D740F is #728BF0. Grayscale: #707070. Windows color (decimal): -7506929 or 1012877. OLE color: 1012877.
HSL color Cylindrical-coordinate representation of color #8D740F: hue angle of 48.1º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D740F is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 116 | 15 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.45 |
| HSL | 48.1º | 0.81% | 0.31% | - |
| HSV(B) | 48.1º | 0.89% | 0.55% | - |
| XYZ | 17.32 | 18.19 | 3.05 | - |
| YUV | 111.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 116 | 15 | 0 | 0.18 | 0.89 | 0.45 | 48.1 | 0.81 | 0.31 |
| Hex | 8D | 74 | F | 0 | 12 | 59 | 2D | 30 | 51 | 1F |
| Octal | 215 | 164 | 17 | 0 | 22 | 131 | 55 | 60 | 121 | 37 |
| Binary | 10001101 | 1110100 | 1111 | 0 | 10010 | 1011001 | 101101 | 110000 | 1010001 | 11111 |
Color Harmonies of #8D740F
Complementary color
Monochromatic Colors of #8D740F
Black with #8D740F
Text Example
Text Example
White with #8D740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D740F; }
p { color: rgb(141,116,15); }
H1.HeaderClassName
{
color: #8D740F;
}
.AnyTagClassName
{
color: #8D740F;
}
</style>
background-color css
<style>
a { background-color: #8D740F; }
a { background-color: rgb(141,116,15); }
div.DivClassName
{
background-color: #8D740F;
}
.BgClassName
{
background-color: #8D740F;
}
</style>
border-color css
<style>
span { border-color: #8D740F; }
span { border-color: rgb(141,116,15); }
td.TdClassName
{
border-color: #8D740F;
}
.TagClassName
{
border-color: #8D740F;
}
</style>