Shades of Yukon Gold #857020
Tints of Yukon Gold #857020
RGB
CMYK
RGB Variations
Color information
#857020 (or 0x857020) is known color: Yukon Gold. HEX triplet: 85, 70 and 20. RGB value is (133,112,32). Sum of RGB (Red+Green+Blue) = 133+112+32=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #857020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857020 is #7A8FDF. Grayscale: #6D6D6D. Windows color (decimal): -8032224 or 2125957. OLE color: 2125957.
HSL color Cylindrical-coordinate representation of color #857020: hue angle of 47.52º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #857020 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 32 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.48 |
| HSL | 47.52º | 0.61% | 0.32% | - |
| HSV(B) | 47.52º | 0.76% | 0.52% | - |
| XYZ | 15.73 | 16.68 | 3.76 | - |
| YUV | 109.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 32 | 0 | 0.16 | 0.76 | 0.48 | 47.52 | 0.61 | 0.32 |
| Hex | 85 | 70 | 20 | 0 | 10 | 4C | 30 | 30 | 3D | 20 |
| Octal | 205 | 160 | 40 | 0 | 20 | 114 | 60 | 60 | 75 | 40 |
| Binary | 10000101 | 1110000 | 100000 | 0 | 10000 | 1001100 | 110000 | 110000 | 111101 | 100000 |
Color Harmonies of #857020
Complementary color
Monochromatic Colors of #857020
Black with #857020
Text Example
Text Example
White with #857020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857020; }
p { color: rgb(133,112,32); }
H1.HeaderClassName
{
color: #857020;
}
.AnyTagClassName
{
color: #857020;
}
</style>
background-color css
<style>
a { background-color: #857020; }
a { background-color: rgb(133,112,32); }
div.DivClassName
{
background-color: #857020;
}
.BgClassName
{
background-color: #857020;
}
</style>
border-color css
<style>
span { border-color: #857020; }
span { border-color: rgb(133,112,32); }
td.TdClassName
{
border-color: #857020;
}
.TagClassName
{
border-color: #857020;
}
</style>