Shades of Yukon Gold #8A781B
Tints of Yukon Gold #8A781B
RGB
CMYK
RGB Variations
Color information
#8A781B (or 0x8A781B) is known color: Yukon Gold. HEX triplet: 8A, 78 and 1B. RGB value is (138,120,27). Sum of RGB (Red+Green+Blue) = 138+120+27=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A781B is #7587E4. Grayscale: #737373. Windows color (decimal): -7702501 or 1800330. OLE color: 1800330.
HSL color Cylindrical-coordinate representation of color #8A781B: hue angle of 50.27º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A781B is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 120 | 27 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.46 |
| HSL | 50.27º | 0.67% | 0.32% | - |
| HSV(B) | 50.27º | 0.8% | 0.54% | - |
| XYZ | 17.4 | 18.92 | 3.77 | - |
| YUV | 114.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 120 | 27 | 0 | 0.13 | 0.80 | 0.46 | 50.27 | 0.67 | 0.32 |
| Hex | 8A | 78 | 1B | 0 | D | 50 | 2E | 32 | 43 | 20 |
| Octal | 212 | 170 | 33 | 0 | 15 | 120 | 56 | 62 | 103 | 40 |
| Binary | 10001010 | 1111000 | 11011 | 0 | 1101 | 1010000 | 101110 | 110010 | 1000011 | 100000 |
Color Harmonies of #8A781B
Complementary color
Monochromatic Colors of #8A781B
Black with #8A781B
Text Example
Text Example
White with #8A781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A781B; }
p { color: rgb(138,120,27); }
H1.HeaderClassName
{
color: #8A781B;
}
.AnyTagClassName
{
color: #8A781B;
}
</style>
background-color css
<style>
a { background-color: #8A781B; }
a { background-color: rgb(138,120,27); }
div.DivClassName
{
background-color: #8A781B;
}
.BgClassName
{
background-color: #8A781B;
}
</style>
border-color css
<style>
span { border-color: #8A781B; }
span { border-color: rgb(138,120,27); }
td.TdClassName
{
border-color: #8A781B;
}
.TagClassName
{
border-color: #8A781B;
}
</style>