Shades of Yukon Gold #825E07
Tints of Yukon Gold #825E07
RGB
CMYK
RGB Variations
Color information
#825E07 (or 0x825E07) is known color: Yukon Gold. HEX triplet: 82, 5E and 07. RGB value is (130,94,7). Sum of RGB (Red+Green+Blue) = 130+94+7=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #825E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825E07 is #7DA1F8. Grayscale: #5F5F5F. Windows color (decimal): -8233465 or 482946. OLE color: 482946.
HSL color Cylindrical-coordinate representation of color #825E07: hue angle of 42.44º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #825E07 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 7 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.49 |
| HSL | 42.44º | 0.9% | 0.27% | - |
| HSV(B) | 42.44º | 0.95% | 0.51% | - |
| XYZ | 13.25 | 12.77 | 1.97 | - |
| YUV | 94.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 7 | 0 | 0.28 | 0.95 | 0.49 | 42.44 | 0.9 | 0.27 |
| Hex | 82 | 5E | 7 | 0 | 1C | 5F | 31 | 2A | 5A | 1B |
| Octal | 202 | 136 | 7 | 0 | 34 | 137 | 61 | 52 | 132 | 33 |
| Binary | 10000010 | 1011110 | 111 | 0 | 11100 | 1011111 | 110001 | 101010 | 1011010 | 11011 |
Color Harmonies of #825E07
Complementary color
Monochromatic Colors of #825E07
Black with #825E07
Text Example
Text Example
White with #825E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E07; }
p { color: rgb(130,94,7); }
H1.HeaderClassName
{
color: #825E07;
}
.AnyTagClassName
{
color: #825E07;
}
</style>
background-color css
<style>
a { background-color: #825E07; }
a { background-color: rgb(130,94,7); }
div.DivClassName
{
background-color: #825E07;
}
.BgClassName
{
background-color: #825E07;
}
</style>
border-color css
<style>
span { border-color: #825E07; }
span { border-color: rgb(130,94,7); }
td.TdClassName
{
border-color: #825E07;
}
.TagClassName
{
border-color: #825E07;
}
</style>