Shades of Yukon Gold #7D6D14
Tints of Yukon Gold #7D6D14
RGB
CMYK
RGB Variations
Color information
#7D6D14 (or 0x7D6D14) is known color: Yukon Gold. HEX triplet: 7D, 6D and 14. RGB value is (125,109,20). Sum of RGB (Red+Green+Blue) = 125+109+20=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6D14 is #8292EB. Grayscale: #686868. Windows color (decimal): -8557292 or 1338749. OLE color: 1338749.
HSL color Cylindrical-coordinate representation of color #7D6D14: hue angle of 50.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D6D14 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 109 | 20 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.51 |
| HSL | 50.86º | 0.72% | 0.28% | - |
| HSV(B) | 50.86º | 0.84% | 0.49% | - |
| XYZ | 14.05 | 15.35 | 2.88 | - |
| YUV | 103.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 109 | 20 | 0 | 0.13 | 0.84 | 0.51 | 50.86 | 0.72 | 0.28 |
| Hex | 7D | 6D | 14 | 0 | D | 54 | 33 | 33 | 48 | 1C |
| Octal | 175 | 155 | 24 | 0 | 15 | 124 | 63 | 63 | 110 | 34 |
| Binary | 1111101 | 1101101 | 10100 | 0 | 1101 | 1010100 | 110011 | 110011 | 1001000 | 11100 |
Color Harmonies of #7D6D14
Complementary color
Monochromatic Colors of #7D6D14
Black with #7D6D14
Text Example
Text Example
White with #7D6D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6D14; }
p { color: rgb(125,109,20); }
H1.HeaderClassName
{
color: #7D6D14;
}
.AnyTagClassName
{
color: #7D6D14;
}
</style>
background-color css
<style>
a { background-color: #7D6D14; }
a { background-color: rgb(125,109,20); }
div.DivClassName
{
background-color: #7D6D14;
}
.BgClassName
{
background-color: #7D6D14;
}
</style>
border-color css
<style>
span { border-color: #7D6D14; }
span { border-color: rgb(125,109,20); }
td.TdClassName
{
border-color: #7D6D14;
}
.TagClassName
{
border-color: #7D6D14;
}
</style>