Shades of Yukon Gold #7D660E
Tints of Yukon Gold #7D660E
RGB
CMYK
RGB Variations
Color information
#7D660E (or 0x7D660E) is known color: Yukon Gold. HEX triplet: 7D, 66 and 0E. RGB value is (125,102,14). Sum of RGB (Red+Green+Blue) = 125+102+14=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D660E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D660E is #8299F1. Grayscale: #636363. Windows color (decimal): -8559090 or 943741. OLE color: 943741.
HSL color Cylindrical-coordinate representation of color #7D660E: hue angle of 47.57º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D660E is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 102 | 14 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.51 |
| HSL | 47.57º | 0.8% | 0.27% | - |
| HSV(B) | 47.57º | 0.89% | 0.49% | - |
| XYZ | 13.29 | 13.89 | 2.4 | - |
| YUV | 98.85 | 80.12 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 102 | 14 | 0 | 0.18 | 0.89 | 0.51 | 47.57 | 0.8 | 0.27 |
| Hex | 7D | 66 | E | 0 | 12 | 59 | 33 | 30 | 50 | 1B |
| Octal | 175 | 146 | 16 | 0 | 22 | 131 | 63 | 60 | 120 | 33 |
| Binary | 1111101 | 1100110 | 1110 | 0 | 10010 | 1011001 | 110011 | 110000 | 1010000 | 11011 |
Color Harmonies of #7D660E
Complementary color
Monochromatic Colors of #7D660E
Black with #7D660E
Text Example
Text Example
White with #7D660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D660E; }
p { color: rgb(125,102,14); }
H1.HeaderClassName
{
color: #7D660E;
}
.AnyTagClassName
{
color: #7D660E;
}
</style>
background-color css
<style>
a { background-color: #7D660E; }
a { background-color: rgb(125,102,14); }
div.DivClassName
{
background-color: #7D660E;
}
.BgClassName
{
background-color: #7D660E;
}
</style>
border-color css
<style>
span { border-color: #7D660E; }
span { border-color: rgb(125,102,14); }
td.TdClassName
{
border-color: #7D660E;
}
.TagClassName
{
border-color: #7D660E;
}
</style>