Shades of Yukon Gold #856F14
Tints of Yukon Gold #856F14
RGB
CMYK
RGB Variations
Color information
#856F14 (or 0x856F14) is known color: Yukon Gold. HEX triplet: 85, 6F and 14. RGB value is (133,111,20). Sum of RGB (Red+Green+Blue) = 133+111+20=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #856F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856F14 is #7A90EB. Grayscale: #6B6B6B. Windows color (decimal): -8032492 or 1339269. OLE color: 1339269.
HSL color Cylindrical-coordinate representation of color #856F14: hue angle of 48.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #856F14 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 20 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.48 |
| HSL | 48.32º | 0.74% | 0.3% | - |
| HSV(B) | 48.32º | 0.85% | 0.52% | - |
| XYZ | 15.48 | 16.41 | 3.01 | - |
| YUV | 107.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 20 | 0 | 0.17 | 0.85 | 0.48 | 48.32 | 0.74 | 0.3 |
| Hex | 85 | 6F | 14 | 0 | 11 | 55 | 30 | 30 | 4A | 1E |
| Octal | 205 | 157 | 24 | 0 | 21 | 125 | 60 | 60 | 112 | 36 |
| Binary | 10000101 | 1101111 | 10100 | 0 | 10001 | 1010101 | 110000 | 110000 | 1001010 | 11110 |
Color Harmonies of #856F14
Complementary color
Monochromatic Colors of #856F14
Black with #856F14
Text Example
Text Example
White with #856F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F14; }
p { color: rgb(133,111,20); }
H1.HeaderClassName
{
color: #856F14;
}
.AnyTagClassName
{
color: #856F14;
}
</style>
background-color css
<style>
a { background-color: #856F14; }
a { background-color: rgb(133,111,20); }
div.DivClassName
{
background-color: #856F14;
}
.BgClassName
{
background-color: #856F14;
}
</style>
border-color css
<style>
span { border-color: #856F14; }
span { border-color: rgb(133,111,20); }
td.TdClassName
{
border-color: #856F14;
}
.TagClassName
{
border-color: #856F14;
}
</style>