Shades of Yukon Gold #8D761B
Tints of Yukon Gold #8D761B
RGB
CMYK
RGB Variations
Color information
#8D761B (or 0x8D761B) is known color: Yukon Gold. HEX triplet: 8D, 76 and 1B. RGB value is (141,118,27). Sum of RGB (Red+Green+Blue) = 141+118+27=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D761B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D761B is #7289E4. Grayscale: #727272. Windows color (decimal): -7506405 or 1799821. OLE color: 1799821.
HSL color Cylindrical-coordinate representation of color #8D761B: hue angle of 47.89º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D761B is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 118 | 27 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.45 |
| HSL | 47.89º | 0.68% | 0.33% | - |
| HSV(B) | 47.89º | 0.81% | 0.55% | - |
| XYZ | 17.66 | 18.7 | 3.72 | - |
| YUV | 114.5 | 78.62 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 27 | 0 | 0.16 | 0.81 | 0.45 | 47.89 | 0.68 | 0.33 |
| Hex | 8D | 76 | 1B | 0 | 10 | 51 | 2D | 30 | 44 | 21 |
| Octal | 215 | 166 | 33 | 0 | 20 | 121 | 55 | 60 | 104 | 41 |
| Binary | 10001101 | 1110110 | 11011 | 0 | 10000 | 1010001 | 101101 | 110000 | 1000100 | 100001 |
Color Harmonies of #8D761B
Complementary color
Monochromatic Colors of #8D761B
Black with #8D761B
Text Example
Text Example
White with #8D761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D761B; }
p { color: rgb(141,118,27); }
H1.HeaderClassName
{
color: #8D761B;
}
.AnyTagClassName
{
color: #8D761B;
}
</style>
background-color css
<style>
a { background-color: #8D761B; }
a { background-color: rgb(141,118,27); }
div.DivClassName
{
background-color: #8D761B;
}
.BgClassName
{
background-color: #8D761B;
}
</style>
border-color css
<style>
span { border-color: #8D761B; }
span { border-color: rgb(141,118,27); }
td.TdClassName
{
border-color: #8D761B;
}
.TagClassName
{
border-color: #8D761B;
}
</style>