Shades of Yukon Gold #8D711C
Tints of Yukon Gold #8D711C
RGB
CMYK
RGB Variations
Color information
#8D711C (or 0x8D711C) is known color: Yukon Gold. HEX triplet: 8D, 71 and 1C. RGB value is (141,113,28). Sum of RGB (Red+Green+Blue) = 141+113+28=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D711C is #728EE3. Grayscale: #707070. Windows color (decimal): -7507684 or 1864077. OLE color: 1864077.
HSL color Cylindrical-coordinate representation of color #8D711C: hue angle of 45.13º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D711C is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 28 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.45 |
| HSL | 45.13º | 0.67% | 0.33% | - |
| HSV(B) | 45.13º | 0.8% | 0.55% | - |
| XYZ | 17.1 | 17.56 | 3.59 | - |
| YUV | 111.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 28 | 0 | 0.20 | 0.80 | 0.45 | 45.13 | 0.67 | 0.33 |
| Hex | 8D | 71 | 1C | 0 | 14 | 50 | 2D | 2D | 43 | 21 |
| Octal | 215 | 161 | 34 | 0 | 24 | 120 | 55 | 55 | 103 | 41 |
| Binary | 10001101 | 1110001 | 11100 | 0 | 10100 | 1010000 | 101101 | 101101 | 1000011 | 100001 |
Color Harmonies of #8D711C
Complementary color
Monochromatic Colors of #8D711C
Black with #8D711C
Text Example
Text Example
White with #8D711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D711C; }
p { color: rgb(141,113,28); }
H1.HeaderClassName
{
color: #8D711C;
}
.AnyTagClassName
{
color: #8D711C;
}
</style>
background-color css
<style>
a { background-color: #8D711C; }
a { background-color: rgb(141,113,28); }
div.DivClassName
{
background-color: #8D711C;
}
.BgClassName
{
background-color: #8D711C;
}
</style>
border-color css
<style>
span { border-color: #8D711C; }
span { border-color: rgb(141,113,28); }
td.TdClassName
{
border-color: #8D711C;
}
.TagClassName
{
border-color: #8D711C;
}
</style>