Shades of Yukon Gold #8F7418
Tints of Yukon Gold #8F7418
RGB
CMYK
RGB Variations
Color information
#8F7418 (or 0x8F7418) is known color: Yukon Gold. HEX triplet: 8F, 74 and 18. RGB value is (143,116,24). Sum of RGB (Red+Green+Blue) = 143+116+24=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7418 is #708BE7. Grayscale: #717171. Windows color (decimal): -7375848 or 1602703. OLE color: 1602703.
HSL color Cylindrical-coordinate representation of color #8F7418: hue angle of 46.39º 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 #8F7418 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 116 | 24 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.44 |
| HSL | 46.39º | 0.71% | 0.33% | - |
| HSV(B) | 46.39º | 0.83% | 0.56% | - |
| XYZ | 17.74 | 18.4 | 3.48 | - |
| YUV | 113.59 | 77.45 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 24 | 0 | 0.19 | 0.83 | 0.44 | 46.39 | 0.71 | 0.33 |
| Hex | 8F | 74 | 18 | 0 | 13 | 53 | 2C | 2E | 47 | 21 |
| Octal | 217 | 164 | 30 | 0 | 23 | 123 | 54 | 56 | 107 | 41 |
| Binary | 10001111 | 1110100 | 11000 | 0 | 10011 | 1010011 | 101100 | 101110 | 1000111 | 100001 |
Color Harmonies of #8F7418
Complementary color
Monochromatic Colors of #8F7418
Black with #8F7418
Text Example
Text Example
White with #8F7418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7418; }
p { color: rgb(143,116,24); }
H1.HeaderClassName
{
color: #8F7418;
}
.AnyTagClassName
{
color: #8F7418;
}
</style>
background-color css
<style>
a { background-color: #8F7418; }
a { background-color: rgb(143,116,24); }
div.DivClassName
{
background-color: #8F7418;
}
.BgClassName
{
background-color: #8F7418;
}
</style>
border-color css
<style>
span { border-color: #8F7418; }
span { border-color: rgb(143,116,24); }
td.TdClassName
{
border-color: #8F7418;
}
.TagClassName
{
border-color: #8F7418;
}
</style>