Shades of Yukon Gold #7D700F
Tints of Yukon Gold #7D700F
RGB
CMYK
RGB Variations
Color information
#7D700F (or 0x7D700F) is known color: Yukon Gold. HEX triplet: 7D, 70 and 0F. RGB value is (125,112,15). Sum of RGB (Red+Green+Blue) = 125+112+15=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D700F is #828FF0. Grayscale: #696969. Windows color (decimal): -8556529 or 1011837. OLE color: 1011837.
HSL color Cylindrical-coordinate representation of color #7D700F: hue angle of 52.91º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D700F is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 15 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.51 |
| HSL | 52.91º | 0.79% | 0.27% | - |
| HSV(B) | 52.91º | 0.88% | 0.49% | - |
| XYZ | 14.34 | 15.98 | 2.78 | - |
| YUV | 104.83 | 77.31 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 15 | 0 | 0.10 | 0.88 | 0.51 | 52.91 | 0.79 | 0.27 |
| Hex | 7D | 70 | F | 0 | A | 58 | 33 | 35 | 4F | 1B |
| Octal | 175 | 160 | 17 | 0 | 12 | 130 | 63 | 65 | 117 | 33 |
| Binary | 1111101 | 1110000 | 1111 | 0 | 1010 | 1011000 | 110011 | 110101 | 1001111 | 11011 |
Color Harmonies of #7D700F
Complementary color
Monochromatic Colors of #7D700F
Black with #7D700F
Text Example
Text Example
White with #7D700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D700F; }
p { color: rgb(125,112,15); }
H1.HeaderClassName
{
color: #7D700F;
}
.AnyTagClassName
{
color: #7D700F;
}
</style>
background-color css
<style>
a { background-color: #7D700F; }
a { background-color: rgb(125,112,15); }
div.DivClassName
{
background-color: #7D700F;
}
.BgClassName
{
background-color: #7D700F;
}
</style>
border-color css
<style>
span { border-color: #7D700F; }
span { border-color: rgb(125,112,15); }
td.TdClassName
{
border-color: #7D700F;
}
.TagClassName
{
border-color: #7D700F;
}
</style>