Shades of Yukon Gold #8F7214
Tints of Yukon Gold #8F7214
RGB
CMYK
RGB Variations
Color information
#8F7214 (or 0x8F7214) is known color: Yukon Gold. HEX triplet: 8F, 72 and 14. RGB value is (143,114,20). Sum of RGB (Red+Green+Blue) = 143+114+20=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7214 is #708DEB. Grayscale: #707070. Windows color (decimal): -7376364 or 1340047. OLE color: 1340047.
HSL color Cylindrical-coordinate representation of color #8F7214: hue angle of 45.85º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F7214 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 114 | 20 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.44 |
| HSL | 45.85º | 0.75% | 0.32% | - |
| HSV(B) | 45.85º | 0.86% | 0.56% | - |
| XYZ | 17.47 | 17.92 | 3.2 | - |
| YUV | 111.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 20 | 0 | 0.20 | 0.86 | 0.44 | 45.85 | 0.75 | 0.32 |
| Hex | 8F | 72 | 14 | 0 | 14 | 56 | 2C | 2E | 4B | 20 |
| Octal | 217 | 162 | 24 | 0 | 24 | 126 | 54 | 56 | 113 | 40 |
| Binary | 10001111 | 1110010 | 10100 | 0 | 10100 | 1010110 | 101100 | 101110 | 1001011 | 100000 |
Color Harmonies of #8F7214
Complementary color
Monochromatic Colors of #8F7214
Black with #8F7214
Text Example
Text Example
White with #8F7214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7214; }
p { color: rgb(143,114,20); }
H1.HeaderClassName
{
color: #8F7214;
}
.AnyTagClassName
{
color: #8F7214;
}
</style>
background-color css
<style>
a { background-color: #8F7214; }
a { background-color: rgb(143,114,20); }
div.DivClassName
{
background-color: #8F7214;
}
.BgClassName
{
background-color: #8F7214;
}
</style>
border-color css
<style>
span { border-color: #8F7214; }
span { border-color: rgb(143,114,20); }
td.TdClassName
{
border-color: #8F7214;
}
.TagClassName
{
border-color: #8F7214;
}
</style>