Shades of Yukon Gold #7D6915
Tints of Yukon Gold #7D6915
RGB
CMYK
RGB Variations
Color information
#7D6915 (or 0x7D6915) is known color: Yukon Gold. HEX triplet: 7D, 69 and 15. RGB value is (125,105,21). Sum of RGB (Red+Green+Blue) = 125+105+21=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6915 is #8296EA. Grayscale: #656565. Windows color (decimal): -8558315 or 1403261. OLE color: 1403261.
HSL color Cylindrical-coordinate representation of color #7D6915: hue angle of 48.46º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D6915 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 105 | 21 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.51 |
| HSL | 48.46º | 0.71% | 0.29% | - |
| HSV(B) | 48.46º | 0.83% | 0.49% | - |
| XYZ | 13.64 | 14.52 | 2.79 | - |
| YUV | 101.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 21 | 0 | 0.16 | 0.83 | 0.51 | 48.46 | 0.71 | 0.29 |
| Hex | 7D | 69 | 15 | 0 | 10 | 53 | 33 | 30 | 47 | 1D |
| Octal | 175 | 151 | 25 | 0 | 20 | 123 | 63 | 60 | 107 | 35 |
| Binary | 1111101 | 1101001 | 10101 | 0 | 10000 | 1010011 | 110011 | 110000 | 1000111 | 11101 |
Color Harmonies of #7D6915
Complementary color
Monochromatic Colors of #7D6915
Black with #7D6915
Text Example
Text Example
White with #7D6915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6915; }
p { color: rgb(125,105,21); }
H1.HeaderClassName
{
color: #7D6915;
}
.AnyTagClassName
{
color: #7D6915;
}
</style>
background-color css
<style>
a { background-color: #7D6915; }
a { background-color: rgb(125,105,21); }
div.DivClassName
{
background-color: #7D6915;
}
.BgClassName
{
background-color: #7D6915;
}
</style>
border-color css
<style>
span { border-color: #7D6915; }
span { border-color: rgb(125,105,21); }
td.TdClassName
{
border-color: #7D6915;
}
.TagClassName
{
border-color: #7D6915;
}
</style>