Shades of Yukon Gold #835C10
Tints of Yukon Gold #835C10
RGB
CMYK
RGB Variations
Color information
#835C10 (or 0x835C10) is known color: Yukon Gold. HEX triplet: 83, 5C and 10. RGB value is (131,92,16). Sum of RGB (Red+Green+Blue) = 131+92+16=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #835C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835C10 is #7CA3EF. Grayscale: #5F5F5F. Windows color (decimal): -8168432 or 1072259. OLE color: 1072259.
HSL color Cylindrical-coordinate representation of color #835C10: hue angle of 39.65º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #835C10 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 92 | 16 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.49 |
| HSL | 39.65º | 0.78% | 0.29% | - |
| HSV(B) | 39.65º | 0.88% | 0.51% | - |
| XYZ | 13.28 | 12.52 | 2.21 | - |
| YUV | 95 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 16 | 0 | 0.30 | 0.88 | 0.49 | 39.65 | 0.78 | 0.29 |
| Hex | 83 | 5C | 10 | 0 | 1E | 58 | 31 | 28 | 4E | 1D |
| Octal | 203 | 134 | 20 | 0 | 36 | 130 | 61 | 50 | 116 | 35 |
| Binary | 10000011 | 1011100 | 10000 | 0 | 11110 | 1011000 | 110001 | 101000 | 1001110 | 11101 |
Color Harmonies of #835C10
Complementary color
Monochromatic Colors of #835C10
Black with #835C10
Text Example
Text Example
White with #835C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835C10; }
p { color: rgb(131,92,16); }
H1.HeaderClassName
{
color: #835C10;
}
.AnyTagClassName
{
color: #835C10;
}
</style>
background-color css
<style>
a { background-color: #835C10; }
a { background-color: rgb(131,92,16); }
div.DivClassName
{
background-color: #835C10;
}
.BgClassName
{
background-color: #835C10;
}
</style>
border-color css
<style>
span { border-color: #835C10; }
span { border-color: rgb(131,92,16); }
td.TdClassName
{
border-color: #835C10;
}
.TagClassName
{
border-color: #835C10;
}
</style>