Shades of Yukon Gold #825F17
Tints of Yukon Gold #825F17
RGB
CMYK
RGB Variations
Color information
#825F17 (or 0x825F17) is known color: Yukon Gold. HEX triplet: 82, 5F and 17. RGB value is (130,95,23). Sum of RGB (Red+Green+Blue) = 130+95+23=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #825F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825F17 is #7DA0E8. Grayscale: #616161. Windows color (decimal): -8233193 or 1531778. OLE color: 1531778.
HSL color Cylindrical-coordinate representation of color #825F17: hue angle of 40.37º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #825F17 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 95 | 23 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.49 |
| HSL | 40.37º | 0.7% | 0.3% | - |
| HSV(B) | 40.37º | 0.82% | 0.51% | - |
| XYZ | 13.45 | 12.99 | 2.61 | - |
| YUV | 97.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 23 | 0 | 0.27 | 0.82 | 0.49 | 40.37 | 0.7 | 0.3 |
| Hex | 82 | 5F | 17 | 0 | 1B | 52 | 31 | 28 | 46 | 1E |
| Octal | 202 | 137 | 27 | 0 | 33 | 122 | 61 | 50 | 106 | 36 |
| Binary | 10000010 | 1011111 | 10111 | 0 | 11011 | 1010010 | 110001 | 101000 | 1000110 | 11110 |
Color Harmonies of #825F17
Complementary color
Monochromatic Colors of #825F17
Black with #825F17
Text Example
Text Example
White with #825F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F17; }
p { color: rgb(130,95,23); }
H1.HeaderClassName
{
color: #825F17;
}
.AnyTagClassName
{
color: #825F17;
}
</style>
background-color css
<style>
a { background-color: #825F17; }
a { background-color: rgb(130,95,23); }
div.DivClassName
{
background-color: #825F17;
}
.BgClassName
{
background-color: #825F17;
}
</style>
border-color css
<style>
span { border-color: #825F17; }
span { border-color: rgb(130,95,23); }
td.TdClassName
{
border-color: #825F17;
}
.TagClassName
{
border-color: #825F17;
}
</style>