Shades of Yukon Gold #7D6714
Tints of Yukon Gold #7D6714
RGB
CMYK
RGB Variations
Color information
#7D6714 (or 0x7D6714) is known color: Yukon Gold. HEX triplet: 7D, 67 and 14. RGB value is (125,103,20). Sum of RGB (Red+Green+Blue) = 125+103+20=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6714 is #8298EB. Grayscale: #646464. Windows color (decimal): -8558828 or 1337213. OLE color: 1337213.
HSL color Cylindrical-coordinate representation of color #7D6714: hue angle of 47.43º 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 #7D6714 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 103 | 20 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.51 |
| HSL | 47.43º | 0.72% | 0.28% | - |
| HSV(B) | 47.43º | 0.84% | 0.49% | - |
| XYZ | 13.43 | 14.11 | 2.68 | - |
| YUV | 100.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 20 | 0 | 0.18 | 0.84 | 0.51 | 47.43 | 0.72 | 0.28 |
| Hex | 7D | 67 | 14 | 0 | 12 | 54 | 33 | 2F | 48 | 1C |
| Octal | 175 | 147 | 24 | 0 | 22 | 124 | 63 | 57 | 110 | 34 |
| Binary | 1111101 | 1100111 | 10100 | 0 | 10010 | 1010100 | 110011 | 101111 | 1001000 | 11100 |
Color Harmonies of #7D6714
Complementary color
Monochromatic Colors of #7D6714
Black with #7D6714
Text Example
Text Example
White with #7D6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6714; }
p { color: rgb(125,103,20); }
H1.HeaderClassName
{
color: #7D6714;
}
.AnyTagClassName
{
color: #7D6714;
}
</style>
background-color css
<style>
a { background-color: #7D6714; }
a { background-color: rgb(125,103,20); }
div.DivClassName
{
background-color: #7D6714;
}
.BgClassName
{
background-color: #7D6714;
}
</style>
border-color css
<style>
span { border-color: #7D6714; }
span { border-color: rgb(125,103,20); }
td.TdClassName
{
border-color: #7D6714;
}
.TagClassName
{
border-color: #7D6714;
}
</style>