Shades of Yukon Gold #8F701A
Tints of Yukon Gold #8F701A
RGB
CMYK
RGB Variations
Color information
#8F701A (or 0x8F701A) is known color: Yukon Gold. HEX triplet: 8F, 70 and 1A. RGB value is (143,112,26). Sum of RGB (Red+Green+Blue) = 143+112+26=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F701A is #708FE5. Grayscale: #6F6F6F. Windows color (decimal): -7376870 or 1732751. OLE color: 1732751.
HSL color Cylindrical-coordinate representation of color #8F701A: hue angle of 44.1º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F701A is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 112 | 26 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.44 |
| HSL | 44.1º | 0.69% | 0.33% | - |
| HSV(B) | 44.1º | 0.82% | 0.56% | - |
| XYZ | 17.31 | 17.5 | 3.44 | - |
| YUV | 111.47 | 79.77 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 26 | 0 | 0.22 | 0.82 | 0.44 | 44.1 | 0.69 | 0.33 |
| Hex | 8F | 70 | 1A | 0 | 16 | 52 | 2C | 2C | 45 | 21 |
| Octal | 217 | 160 | 32 | 0 | 26 | 122 | 54 | 54 | 105 | 41 |
| Binary | 10001111 | 1110000 | 11010 | 0 | 10110 | 1010010 | 101100 | 101100 | 1000101 | 100001 |
Color Harmonies of #8F701A
Complementary color
Monochromatic Colors of #8F701A
Black with #8F701A
Text Example
Text Example
White with #8F701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F701A; }
p { color: rgb(143,112,26); }
H1.HeaderClassName
{
color: #8F701A;
}
.AnyTagClassName
{
color: #8F701A;
}
</style>
background-color css
<style>
a { background-color: #8F701A; }
a { background-color: rgb(143,112,26); }
div.DivClassName
{
background-color: #8F701A;
}
.BgClassName
{
background-color: #8F701A;
}
</style>
border-color css
<style>
span { border-color: #8F701A; }
span { border-color: rgb(143,112,26); }
td.TdClassName
{
border-color: #8F701A;
}
.TagClassName
{
border-color: #8F701A;
}
</style>