Shades of Yukon Gold #89750F
Tints of Yukon Gold #89750F
RGB
CMYK
RGB Variations
Color information
#89750F (or 0x89750F) is known color: Yukon Gold. HEX triplet: 89, 75 and 0F. RGB value is (137,117,15). Sum of RGB (Red+Green+Blue) = 137+117+15=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89750F is #768AF0. Grayscale: #6F6F6F. Windows color (decimal): -7768817 or 1013129. OLE color: 1013129.
HSL color Cylindrical-coordinate representation of color #89750F: hue angle of 50.16º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89750F is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 117 | 15 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.46 |
| HSL | 50.16º | 0.8% | 0.3% | - |
| HSV(B) | 50.16º | 0.89% | 0.54% | - |
| XYZ | 16.76 | 18.08 | 3.06 | - |
| YUV | 111.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 15 | 0 | 0.15 | 0.89 | 0.46 | 50.16 | 0.8 | 0.3 |
| Hex | 89 | 75 | F | 0 | F | 59 | 2E | 32 | 50 | 1E |
| Octal | 211 | 165 | 17 | 0 | 17 | 131 | 56 | 62 | 120 | 36 |
| Binary | 10001001 | 1110101 | 1111 | 0 | 1111 | 1011001 | 101110 | 110010 | 1010000 | 11110 |
Color Harmonies of #89750F
Complementary color
Monochromatic Colors of #89750F
Black with #89750F
Text Example
Text Example
White with #89750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89750F; }
p { color: rgb(137,117,15); }
H1.HeaderClassName
{
color: #89750F;
}
.AnyTagClassName
{
color: #89750F;
}
</style>
background-color css
<style>
a { background-color: #89750F; }
a { background-color: rgb(137,117,15); }
div.DivClassName
{
background-color: #89750F;
}
.BgClassName
{
background-color: #89750F;
}
</style>
border-color css
<style>
span { border-color: #89750F; }
span { border-color: rgb(137,117,15); }
td.TdClassName
{
border-color: #89750F;
}
.TagClassName
{
border-color: #89750F;
}
</style>