Shades of Yukon Gold #8F7510
Tints of Yukon Gold #8F7510
RGB
CMYK
RGB Variations
Color information
#8F7510 (or 0x8F7510) is known color: Yukon Gold. HEX triplet: 8F, 75 and 10. RGB value is (143,117,16). Sum of RGB (Red+Green+Blue) = 143+117+16=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7510 is #708AEF. Grayscale: #717171. Windows color (decimal): -7375600 or 1078671. OLE color: 1078671.
HSL color Cylindrical-coordinate representation of color #8F7510: hue angle of 47.72º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F7510 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 16 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.44 |
| HSL | 47.72º | 0.8% | 0.31% | - |
| HSV(B) | 47.72º | 0.89% | 0.56% | - |
| XYZ | 17.78 | 18.6 | 3.14 | - |
| YUV | 113.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 16 | 0 | 0.18 | 0.89 | 0.44 | 47.72 | 0.8 | 0.31 |
| Hex | 8F | 75 | 10 | 0 | 12 | 59 | 2C | 30 | 50 | 1F |
| Octal | 217 | 165 | 20 | 0 | 22 | 131 | 54 | 60 | 120 | 37 |
| Binary | 10001111 | 1110101 | 10000 | 0 | 10010 | 1011001 | 101100 | 110000 | 1010000 | 11111 |
Color Harmonies of #8F7510
Complementary color
Monochromatic Colors of #8F7510
Black with #8F7510
Text Example
Text Example
White with #8F7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7510; }
p { color: rgb(143,117,16); }
H1.HeaderClassName
{
color: #8F7510;
}
.AnyTagClassName
{
color: #8F7510;
}
</style>
background-color css
<style>
a { background-color: #8F7510; }
a { background-color: rgb(143,117,16); }
div.DivClassName
{
background-color: #8F7510;
}
.BgClassName
{
background-color: #8F7510;
}
</style>
border-color css
<style>
span { border-color: #8F7510; }
span { border-color: rgb(143,117,16); }
td.TdClassName
{
border-color: #8F7510;
}
.TagClassName
{
border-color: #8F7510;
}
</style>