Shades of Yukon Gold #855E16
Tints of Yukon Gold #855E16
RGB
CMYK
RGB Variations
Color information
#855E16 (or 0x855E16) is known color: Yukon Gold. HEX triplet: 85, 5E and 16. RGB value is (133,94,22). Sum of RGB (Red+Green+Blue) = 133+94+22=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #855E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855E16 is #7AA1E9. Grayscale: #616161. Windows color (decimal): -8036842 or 1465989. OLE color: 1465989.
HSL color Cylindrical-coordinate representation of color #855E16: hue angle of 38.92º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #855E16 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 94 | 22 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.48 |
| HSL | 38.92º | 0.72% | 0.3% | - |
| HSV(B) | 38.92º | 0.83% | 0.52% | - |
| XYZ | 13.82 | 13.05 | 2.55 | - |
| YUV | 97.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 22 | 0 | 0.29 | 0.83 | 0.48 | 38.92 | 0.72 | 0.3 |
| Hex | 85 | 5E | 16 | 0 | 1D | 53 | 30 | 27 | 48 | 1E |
| Octal | 205 | 136 | 26 | 0 | 35 | 123 | 60 | 47 | 110 | 36 |
| Binary | 10000101 | 1011110 | 10110 | 0 | 11101 | 1010011 | 110000 | 100111 | 1001000 | 11110 |
Color Harmonies of #855E16
Complementary color
Monochromatic Colors of #855E16
Black with #855E16
Text Example
Text Example
White with #855E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855E16; }
p { color: rgb(133,94,22); }
H1.HeaderClassName
{
color: #855E16;
}
.AnyTagClassName
{
color: #855E16;
}
</style>
background-color css
<style>
a { background-color: #855E16; }
a { background-color: rgb(133,94,22); }
div.DivClassName
{
background-color: #855E16;
}
.BgClassName
{
background-color: #855E16;
}
</style>
border-color css
<style>
span { border-color: #855E16; }
span { border-color: rgb(133,94,22); }
td.TdClassName
{
border-color: #855E16;
}
.TagClassName
{
border-color: #855E16;
}
</style>