Shades of Yukon Gold #897119
Tints of Yukon Gold #897119
RGB
CMYK
RGB Variations
Color information
#897119 (or 0x897119) is known color: Yukon Gold. HEX triplet: 89, 71 and 19. RGB value is (137,113,25). Sum of RGB (Red+Green+Blue) = 137+113+25=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #897119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897119 is #768EE6. Grayscale: #6E6E6E. Windows color (decimal): -7769831 or 1667465. OLE color: 1667465.
HSL color Cylindrical-coordinate representation of color #897119: hue angle of 47.14º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #897119 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 113 | 25 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.46 |
| HSL | 47.14º | 0.69% | 0.32% | - |
| HSV(B) | 47.14º | 0.82% | 0.54% | - |
| XYZ | 16.4 | 17.2 | 3.38 | - |
| YUV | 110.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 25 | 0 | 0.18 | 0.82 | 0.46 | 47.14 | 0.69 | 0.32 |
| Hex | 89 | 71 | 19 | 0 | 12 | 52 | 2E | 2F | 45 | 20 |
| Octal | 211 | 161 | 31 | 0 | 22 | 122 | 56 | 57 | 105 | 40 |
| Binary | 10001001 | 1110001 | 11001 | 0 | 10010 | 1010010 | 101110 | 101111 | 1000101 | 100000 |
Color Harmonies of #897119
Complementary color
Monochromatic Colors of #897119
Black with #897119
Text Example
Text Example
White with #897119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897119; }
p { color: rgb(137,113,25); }
H1.HeaderClassName
{
color: #897119;
}
.AnyTagClassName
{
color: #897119;
}
</style>
background-color css
<style>
a { background-color: #897119; }
a { background-color: rgb(137,113,25); }
div.DivClassName
{
background-color: #897119;
}
.BgClassName
{
background-color: #897119;
}
</style>
border-color css
<style>
span { border-color: #897119; }
span { border-color: rgb(137,113,25); }
td.TdClassName
{
border-color: #897119;
}
.TagClassName
{
border-color: #897119;
}
</style>