Shades of Yukon Gold #7D6010
Tints of Yukon Gold #7D6010
RGB
CMYK
RGB Variations
Color information
#7D6010 (or 0x7D6010) is known color: Yukon Gold. HEX triplet: 7D, 60 and 10. RGB value is (125,96,16). Sum of RGB (Red+Green+Blue) = 125+96+16=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6010 is #829FEF. Grayscale: #5F5F5F. Windows color (decimal): -8560624 or 1073277. OLE color: 1073277.
HSL color Cylindrical-coordinate representation of color #7D6010: hue angle of 44.04º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D6010 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 96 | 16 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.51 |
| HSL | 44.04º | 0.77% | 0.28% | - |
| HSV(B) | 44.04º | 0.87% | 0.49% | - |
| XYZ | 12.73 | 12.76 | 2.28 | - |
| YUV | 95.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 16 | 0 | 0.23 | 0.87 | 0.51 | 44.04 | 0.77 | 0.28 |
| Hex | 7D | 60 | 10 | 0 | 17 | 57 | 33 | 2C | 4D | 1C |
| Octal | 175 | 140 | 20 | 0 | 27 | 127 | 63 | 54 | 115 | 34 |
| Binary | 1111101 | 1100000 | 10000 | 0 | 10111 | 1010111 | 110011 | 101100 | 1001101 | 11100 |
Color Harmonies of #7D6010
Complementary color
Monochromatic Colors of #7D6010
Black with #7D6010
Text Example
Text Example
White with #7D6010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6010; }
p { color: rgb(125,96,16); }
H1.HeaderClassName
{
color: #7D6010;
}
.AnyTagClassName
{
color: #7D6010;
}
</style>
background-color css
<style>
a { background-color: #7D6010; }
a { background-color: rgb(125,96,16); }
div.DivClassName
{
background-color: #7D6010;
}
.BgClassName
{
background-color: #7D6010;
}
</style>
border-color css
<style>
span { border-color: #7D6010; }
span { border-color: rgb(125,96,16); }
td.TdClassName
{
border-color: #7D6010;
}
.TagClassName
{
border-color: #7D6010;
}
</style>