Shades of Yukon Gold #89700F
Tints of Yukon Gold #89700F
RGB
CMYK
RGB Variations
Color information
#89700F (or 0x89700F) is known color: Yukon Gold. HEX triplet: 89, 70 and 0F. RGB value is (137,112,15). Sum of RGB (Red+Green+Blue) = 137+112+15=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89700F is #768FF0. Grayscale: #6C6C6C. Windows color (decimal): -7770097 or 1011849. OLE color: 1011849.
HSL color Cylindrical-coordinate representation of color #89700F: hue angle of 47.7º 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 #89700F is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 112 | 15 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.46 |
| HSL | 47.7º | 0.8% | 0.3% | - |
| HSV(B) | 47.7º | 0.89% | 0.54% | - |
| XYZ | 16.2 | 16.94 | 2.87 | - |
| YUV | 108.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 15 | 0 | 0.18 | 0.89 | 0.46 | 47.7 | 0.8 | 0.3 |
| Hex | 89 | 70 | F | 0 | 12 | 59 | 2E | 30 | 50 | 1E |
| Octal | 211 | 160 | 17 | 0 | 22 | 131 | 56 | 60 | 120 | 36 |
| Binary | 10001001 | 1110000 | 1111 | 0 | 10010 | 1011001 | 101110 | 110000 | 1010000 | 11110 |
Color Harmonies of #89700F
Complementary color
Monochromatic Colors of #89700F
Black with #89700F
Text Example
Text Example
White with #89700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89700F; }
p { color: rgb(137,112,15); }
H1.HeaderClassName
{
color: #89700F;
}
.AnyTagClassName
{
color: #89700F;
}
</style>
background-color css
<style>
a { background-color: #89700F; }
a { background-color: rgb(137,112,15); }
div.DivClassName
{
background-color: #89700F;
}
.BgClassName
{
background-color: #89700F;
}
</style>
border-color css
<style>
span { border-color: #89700F; }
span { border-color: rgb(137,112,15); }
td.TdClassName
{
border-color: #89700F;
}
.TagClassName
{
border-color: #89700F;
}
</style>