Shades of Yukon Gold #8C7817
Tints of Yukon Gold #8C7817
RGB
CMYK
RGB Variations
Color information
#8C7817 (or 0x8C7817) is known color: Yukon Gold. HEX triplet: 8C, 78 and 17. RGB value is (140,120,23). Sum of RGB (Red+Green+Blue) = 140+120+23=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7817 is #7387E8. Grayscale: #737373. Windows color (decimal): -7571433 or 1538188. OLE color: 1538188.
HSL color Cylindrical-coordinate representation of color #8C7817: hue angle of 49.74º 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 #8C7817 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 23 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.45 |
| HSL | 49.74º | 0.72% | 0.32% | - |
| HSV(B) | 49.74º | 0.84% | 0.55% | - |
| XYZ | 17.69 | 19.07 | 3.56 | - |
| YUV | 114.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 23 | 0 | 0.14 | 0.84 | 0.45 | 49.74 | 0.72 | 0.32 |
| Hex | 8C | 78 | 17 | 0 | E | 54 | 2D | 32 | 48 | 20 |
| Octal | 214 | 170 | 27 | 0 | 16 | 124 | 55 | 62 | 110 | 40 |
| Binary | 10001100 | 1111000 | 10111 | 0 | 1110 | 1010100 | 101101 | 110010 | 1001000 | 100000 |
Color Harmonies of #8C7817
Complementary color
Monochromatic Colors of #8C7817
Black with #8C7817
Text Example
Text Example
White with #8C7817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7817; }
p { color: rgb(140,120,23); }
H1.HeaderClassName
{
color: #8C7817;
}
.AnyTagClassName
{
color: #8C7817;
}
</style>
background-color css
<style>
a { background-color: #8C7817; }
a { background-color: rgb(140,120,23); }
div.DivClassName
{
background-color: #8C7817;
}
.BgClassName
{
background-color: #8C7817;
}
</style>
border-color css
<style>
span { border-color: #8C7817; }
span { border-color: rgb(140,120,23); }
td.TdClassName
{
border-color: #8C7817;
}
.TagClassName
{
border-color: #8C7817;
}
</style>