Shades of Yukon Gold #877114
Tints of Yukon Gold #877114
RGB
CMYK
RGB Variations
Color information
#877114 (or 0x877114) is known color: Yukon Gold. HEX triplet: 87, 71 and 14. RGB value is (135,113,20). Sum of RGB (Red+Green+Blue) = 135+113+20=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #877114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877114 is #788EEB. Grayscale: #6D6D6D. Windows color (decimal): -7900908 or 1339783. OLE color: 1339783.
HSL color Cylindrical-coordinate representation of color #877114: hue angle of 48.52º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #877114 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 113 | 20 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.47 |
| HSL | 48.52º | 0.74% | 0.3% | - |
| HSV(B) | 48.52º | 0.85% | 0.53% | - |
| XYZ | 16.02 | 17.01 | 3.1 | - |
| YUV | 108.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 20 | 0 | 0.16 | 0.85 | 0.47 | 48.52 | 0.74 | 0.3 |
| Hex | 87 | 71 | 14 | 0 | 10 | 55 | 2F | 31 | 4A | 1E |
| Octal | 207 | 161 | 24 | 0 | 20 | 125 | 57 | 61 | 112 | 36 |
| Binary | 10000111 | 1110001 | 10100 | 0 | 10000 | 1010101 | 101111 | 110001 | 1001010 | 11110 |
Color Harmonies of #877114
Complementary color
Monochromatic Colors of #877114
Black with #877114
Text Example
Text Example
White with #877114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877114; }
p { color: rgb(135,113,20); }
H1.HeaderClassName
{
color: #877114;
}
.AnyTagClassName
{
color: #877114;
}
</style>
background-color css
<style>
a { background-color: #877114; }
a { background-color: rgb(135,113,20); }
div.DivClassName
{
background-color: #877114;
}
.BgClassName
{
background-color: #877114;
}
</style>
border-color css
<style>
span { border-color: #877114; }
span { border-color: rgb(135,113,20); }
td.TdClassName
{
border-color: #877114;
}
.TagClassName
{
border-color: #877114;
}
</style>