Shades of Yukon Gold #856D14
Tints of Yukon Gold #856D14
RGB
CMYK
RGB Variations
Color information
#856D14 (or 0x856D14) is known color: Yukon Gold. HEX triplet: 85, 6D and 14. RGB value is (133,109,20). Sum of RGB (Red+Green+Blue) = 133+109+20=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #856D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D14 is #7A92EB. Grayscale: #6A6A6A. Windows color (decimal): -8033004 or 1338757. OLE color: 1338757.
HSL color Cylindrical-coordinate representation of color #856D14: hue angle of 47.26º 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 #856D14 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 20 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.48 |
| HSL | 47.26º | 0.74% | 0.3% | - |
| HSV(B) | 47.26º | 0.85% | 0.52% | - |
| XYZ | 15.27 | 15.97 | 2.94 | - |
| YUV | 106.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 20 | 0 | 0.18 | 0.85 | 0.48 | 47.26 | 0.74 | 0.3 |
| Hex | 85 | 6D | 14 | 0 | 12 | 55 | 30 | 2F | 4A | 1E |
| Octal | 205 | 155 | 24 | 0 | 22 | 125 | 60 | 57 | 112 | 36 |
| Binary | 10000101 | 1101101 | 10100 | 0 | 10010 | 1010101 | 110000 | 101111 | 1001010 | 11110 |
Color Harmonies of #856D14
Complementary color
Monochromatic Colors of #856D14
Black with #856D14
Text Example
Text Example
White with #856D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D14; }
p { color: rgb(133,109,20); }
H1.HeaderClassName
{
color: #856D14;
}
.AnyTagClassName
{
color: #856D14;
}
</style>
background-color css
<style>
a { background-color: #856D14; }
a { background-color: rgb(133,109,20); }
div.DivClassName
{
background-color: #856D14;
}
.BgClassName
{
background-color: #856D14;
}
</style>
border-color css
<style>
span { border-color: #856D14; }
span { border-color: rgb(133,109,20); }
td.TdClassName
{
border-color: #856D14;
}
.TagClassName
{
border-color: #856D14;
}
</style>