Shades of Yukon Gold #887B16
Tints of Yukon Gold #887B16
RGB
CMYK
RGB Variations
Color information
#887B16 (or 0x887B16) is known color: Yukon Gold. HEX triplet: 88, 7B and 16. RGB value is (136,123,22). Sum of RGB (Red+Green+Blue) = 136+123+22=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #887B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887B16 is #7784E9. Grayscale: #737373. Windows color (decimal): -7832810 or 1473416. OLE color: 1473416.
HSL color Cylindrical-coordinate representation of color #887B16: hue angle of 53.16º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #887B16 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 123 | 22 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.47 |
| HSL | 53.16º | 0.72% | 0.31% | - |
| HSV(B) | 53.16º | 0.84% | 0.53% | - |
| XYZ | 17.38 | 19.46 | 3.6 | - |
| YUV | 115.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 123 | 22 | 0 | 0.10 | 0.84 | 0.47 | 53.16 | 0.72 | 0.31 |
| Hex | 88 | 7B | 16 | 0 | A | 54 | 2F | 35 | 48 | 1F |
| Octal | 210 | 173 | 26 | 0 | 12 | 124 | 57 | 65 | 110 | 37 |
| Binary | 10001000 | 1111011 | 10110 | 0 | 1010 | 1010100 | 101111 | 110101 | 1001000 | 11111 |
Color Harmonies of #887B16
Complementary color
Monochromatic Colors of #887B16
Black with #887B16
Text Example
Text Example
White with #887B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887B16; }
p { color: rgb(136,123,22); }
H1.HeaderClassName
{
color: #887B16;
}
.AnyTagClassName
{
color: #887B16;
}
</style>
background-color css
<style>
a { background-color: #887B16; }
a { background-color: rgb(136,123,22); }
div.DivClassName
{
background-color: #887B16;
}
.BgClassName
{
background-color: #887B16;
}
</style>
border-color css
<style>
span { border-color: #887B16; }
span { border-color: rgb(136,123,22); }
td.TdClassName
{
border-color: #887B16;
}
.TagClassName
{
border-color: #887B16;
}
</style>