Shades of Yukon Gold #8D701A
Tints of Yukon Gold #8D701A
RGB
CMYK
RGB Variations
Color information
#8D701A (or 0x8D701A) is known color: Yukon Gold. HEX triplet: 8D, 70 and 1A. RGB value is (141,112,26). Sum of RGB (Red+Green+Blue) = 141+112+26=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D701A is #728FE5. Grayscale: #6F6F6F. Windows color (decimal): -7507942 or 1732749. OLE color: 1732749.
HSL color Cylindrical-coordinate representation of color #8D701A: hue angle of 44.87º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D701A is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 26 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.45 |
| HSL | 44.87º | 0.69% | 0.33% | - |
| HSV(B) | 44.87º | 0.82% | 0.55% | - |
| XYZ | 16.97 | 17.33 | 3.43 | - |
| YUV | 110.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 26 | 0 | 0.21 | 0.82 | 0.45 | 44.87 | 0.69 | 0.33 |
| Hex | 8D | 70 | 1A | 0 | 15 | 52 | 2D | 2D | 45 | 21 |
| Octal | 215 | 160 | 32 | 0 | 25 | 122 | 55 | 55 | 105 | 41 |
| Binary | 10001101 | 1110000 | 11010 | 0 | 10101 | 1010010 | 101101 | 101101 | 1000101 | 100001 |
Color Harmonies of #8D701A
Complementary color
Monochromatic Colors of #8D701A
Black with #8D701A
Text Example
Text Example
White with #8D701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D701A; }
p { color: rgb(141,112,26); }
H1.HeaderClassName
{
color: #8D701A;
}
.AnyTagClassName
{
color: #8D701A;
}
</style>
background-color css
<style>
a { background-color: #8D701A; }
a { background-color: rgb(141,112,26); }
div.DivClassName
{
background-color: #8D701A;
}
.BgClassName
{
background-color: #8D701A;
}
</style>
border-color css
<style>
span { border-color: #8D701A; }
span { border-color: rgb(141,112,26); }
td.TdClassName
{
border-color: #8D701A;
}
.TagClassName
{
border-color: #8D701A;
}
</style>