Shades of Yukon Gold #8D7014
Tints of Yukon Gold #8D7014
RGB
CMYK
RGB Variations
Color information
#8D7014 (or 0x8D7014) is known color: Yukon Gold. HEX triplet: 8D, 70 and 14. RGB value is (141,112,20). Sum of RGB (Red+Green+Blue) = 141+112+20=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7014 is #728FEB. Grayscale: #6E6E6E. Windows color (decimal): -7507948 or 1339533. OLE color: 1339533.
HSL color Cylindrical-coordinate representation of color #8D7014: hue angle of 45.62º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D7014 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 20 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.45 |
| HSL | 45.62º | 0.75% | 0.32% | - |
| HSV(B) | 45.62º | 0.86% | 0.55% | - |
| XYZ | 16.9 | 17.3 | 3.11 | - |
| YUV | 110.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 20 | 0 | 0.21 | 0.86 | 0.45 | 45.62 | 0.75 | 0.32 |
| Hex | 8D | 70 | 14 | 0 | 15 | 56 | 2D | 2E | 4B | 20 |
| Octal | 215 | 160 | 24 | 0 | 25 | 126 | 55 | 56 | 113 | 40 |
| Binary | 10001101 | 1110000 | 10100 | 0 | 10101 | 1010110 | 101101 | 101110 | 1001011 | 100000 |
Color Harmonies of #8D7014
Complementary color
Monochromatic Colors of #8D7014
Black with #8D7014
Text Example
Text Example
White with #8D7014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7014; }
p { color: rgb(141,112,20); }
H1.HeaderClassName
{
color: #8D7014;
}
.AnyTagClassName
{
color: #8D7014;
}
</style>
background-color css
<style>
a { background-color: #8D7014; }
a { background-color: rgb(141,112,20); }
div.DivClassName
{
background-color: #8D7014;
}
.BgClassName
{
background-color: #8D7014;
}
</style>
border-color css
<style>
span { border-color: #8D7014; }
span { border-color: rgb(141,112,20); }
td.TdClassName
{
border-color: #8D7014;
}
.TagClassName
{
border-color: #8D7014;
}
</style>