Shades of Yukon Gold #835F10
Tints of Yukon Gold #835F10
RGB
CMYK
RGB Variations
Color information
#835F10 (or 0x835F10) is known color: Yukon Gold. HEX triplet: 83, 5F and 10. RGB value is (131,95,16). Sum of RGB (Red+Green+Blue) = 131+95+16=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #835F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #835F10 is #7CA0EF. Grayscale: #616161. Windows color (decimal): -8167664 or 1073027. OLE color: 1073027.
HSL color Cylindrical-coordinate representation of color #835F10: hue angle of 41.22º 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 #835F10 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 95 | 16 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.49 |
| HSL | 41.22º | 0.78% | 0.29% | - |
| HSV(B) | 41.22º | 0.88% | 0.51% | - |
| XYZ | 13.55 | 13.05 | 2.29 | - |
| YUV | 96.76 | 82.43 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 16 | 0 | 0.27 | 0.88 | 0.49 | 41.22 | 0.78 | 0.29 |
| Hex | 83 | 5F | 10 | 0 | 1B | 58 | 31 | 29 | 4E | 1D |
| Octal | 203 | 137 | 20 | 0 | 33 | 130 | 61 | 51 | 116 | 35 |
| Binary | 10000011 | 1011111 | 10000 | 0 | 11011 | 1011000 | 110001 | 101001 | 1001110 | 11101 |
Color Harmonies of #835F10
Complementary color
Monochromatic Colors of #835F10
Black with #835F10
Text Example
Text Example
White with #835F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835F10; }
p { color: rgb(131,95,16); }
H1.HeaderClassName
{
color: #835F10;
}
.AnyTagClassName
{
color: #835F10;
}
</style>
background-color css
<style>
a { background-color: #835F10; }
a { background-color: rgb(131,95,16); }
div.DivClassName
{
background-color: #835F10;
}
.BgClassName
{
background-color: #835F10;
}
</style>
border-color css
<style>
span { border-color: #835F10; }
span { border-color: rgb(131,95,16); }
td.TdClassName
{
border-color: #835F10;
}
.TagClassName
{
border-color: #835F10;
}
</style>