Shades of Yukon Gold #857023
Tints of Yukon Gold #857023
RGB
CMYK
RGB Variations
Color information
#857023 (or 0x857023) is known color: Yukon Gold. HEX triplet: 85, 70 and 23. RGB value is (133,112,35). Sum of RGB (Red+Green+Blue) = 133+112+35=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #857023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857023 is #7A8FDC. Grayscale: #6D6D6D. Windows color (decimal): -8032221 or 2322565. OLE color: 2322565.
HSL color Cylindrical-coordinate representation of color #857023: hue angle of 47.14º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #857023 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 35 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.48 |
| HSL | 47.14º | 0.58% | 0.33% | - |
| HSV(B) | 47.14º | 0.74% | 0.52% | - |
| XYZ | 15.77 | 16.7 | 3.98 | - |
| YUV | 109.5 | 85.96 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 35 | 0 | 0.16 | 0.74 | 0.48 | 47.14 | 0.58 | 0.33 |
| Hex | 85 | 70 | 23 | 0 | 10 | 4A | 30 | 2F | 3A | 21 |
| Octal | 205 | 160 | 43 | 0 | 20 | 112 | 60 | 57 | 72 | 41 |
| Binary | 10000101 | 1110000 | 100011 | 0 | 10000 | 1001010 | 110000 | 101111 | 111010 | 100001 |
Color Harmonies of #857023
Complementary color
Monochromatic Colors of #857023
Black with #857023
Text Example
Text Example
White with #857023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857023; }
p { color: rgb(133,112,35); }
H1.HeaderClassName
{
color: #857023;
}
.AnyTagClassName
{
color: #857023;
}
</style>
background-color css
<style>
a { background-color: #857023; }
a { background-color: rgb(133,112,35); }
div.DivClassName
{
background-color: #857023;
}
.BgClassName
{
background-color: #857023;
}
</style>
border-color css
<style>
span { border-color: #857023; }
span { border-color: rgb(133,112,35); }
td.TdClassName
{
border-color: #857023;
}
.TagClassName
{
border-color: #857023;
}
</style>