Shades of Yukon Gold #8F7518
Tints of Yukon Gold #8F7518
RGB
CMYK
RGB Variations
Color information
#8F7518 (or 0x8F7518) is known color: Yukon Gold. HEX triplet: 8F, 75 and 18. RGB value is (143,117,24). Sum of RGB (Red+Green+Blue) = 143+117+24=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7518 is #708AE7. Grayscale: #727272. Windows color (decimal): -7375592 or 1602959. OLE color: 1602959.
HSL color Cylindrical-coordinate representation of color #8F7518: hue angle of 46.89º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F7518 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 24 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.44 |
| HSL | 46.89º | 0.71% | 0.33% | - |
| HSV(B) | 46.89º | 0.83% | 0.56% | - |
| XYZ | 17.85 | 18.63 | 3.52 | - |
| YUV | 114.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 24 | 0 | 0.18 | 0.83 | 0.44 | 46.89 | 0.71 | 0.33 |
| Hex | 8F | 75 | 18 | 0 | 12 | 53 | 2C | 2F | 47 | 21 |
| Octal | 217 | 165 | 30 | 0 | 22 | 123 | 54 | 57 | 107 | 41 |
| Binary | 10001111 | 1110101 | 11000 | 0 | 10010 | 1010011 | 101100 | 101111 | 1000111 | 100001 |
Color Harmonies of #8F7518
Complementary color
Monochromatic Colors of #8F7518
Black with #8F7518
Text Example
Text Example
White with #8F7518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7518; }
p { color: rgb(143,117,24); }
H1.HeaderClassName
{
color: #8F7518;
}
.AnyTagClassName
{
color: #8F7518;
}
</style>
background-color css
<style>
a { background-color: #8F7518; }
a { background-color: rgb(143,117,24); }
div.DivClassName
{
background-color: #8F7518;
}
.BgClassName
{
background-color: #8F7518;
}
</style>
border-color css
<style>
span { border-color: #8F7518; }
span { border-color: rgb(143,117,24); }
td.TdClassName
{
border-color: #8F7518;
}
.TagClassName
{
border-color: #8F7518;
}
</style>