Shades of Yukon Gold #8D7517
Tints of Yukon Gold #8D7517
RGB
CMYK
RGB Variations
Color information
#8D7517 (or 0x8D7517) is known color: Yukon Gold. HEX triplet: 8D, 75 and 17. RGB value is (141,117,23). Sum of RGB (Red+Green+Blue) = 141+117+23=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D7517 is #728AE8. Grayscale: #717171. Windows color (decimal): -7506665 or 1537421. OLE color: 1537421.
HSL color Cylindrical-coordinate representation of color #8D7517: hue angle of 47.8º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D7517 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 23 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.45 |
| HSL | 47.8º | 0.72% | 0.32% | - |
| HSV(B) | 47.8º | 0.84% | 0.55% | - |
| XYZ | 17.5 | 18.45 | 3.45 | - |
| YUV | 113.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 23 | 0 | 0.17 | 0.84 | 0.45 | 47.8 | 0.72 | 0.32 |
| Hex | 8D | 75 | 17 | 0 | 11 | 54 | 2D | 30 | 48 | 20 |
| Octal | 215 | 165 | 27 | 0 | 21 | 124 | 55 | 60 | 110 | 40 |
| Binary | 10001101 | 1110101 | 10111 | 0 | 10001 | 1010100 | 101101 | 110000 | 1001000 | 100000 |
Color Harmonies of #8D7517
Complementary color
Monochromatic Colors of #8D7517
Black with #8D7517
Text Example
Text Example
White with #8D7517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7517; }
p { color: rgb(141,117,23); }
H1.HeaderClassName
{
color: #8D7517;
}
.AnyTagClassName
{
color: #8D7517;
}
</style>
background-color css
<style>
a { background-color: #8D7517; }
a { background-color: rgb(141,117,23); }
div.DivClassName
{
background-color: #8D7517;
}
.BgClassName
{
background-color: #8D7517;
}
</style>
border-color css
<style>
span { border-color: #8D7517; }
span { border-color: rgb(141,117,23); }
td.TdClassName
{
border-color: #8D7517;
}
.TagClassName
{
border-color: #8D7517;
}
</style>