Shades of Yukon Gold #7D5D15
Tints of Yukon Gold #7D5D15
RGB
CMYK
RGB Variations
Color information
#7D5D15 (or 0x7D5D15) is known color: Yukon Gold. HEX triplet: 7D, 5D and 15. RGB value is (125,93,21). Sum of RGB (Red+Green+Blue) = 125+93+21=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5D15 is #82A2EA. Grayscale: #5E5E5E. Windows color (decimal): -8561387 or 1400189. OLE color: 1400189.
HSL color Cylindrical-coordinate representation of color #7D5D15: hue angle of 41.54º 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 #7D5D15 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 93 | 21 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.51 |
| HSL | 41.54º | 0.71% | 0.29% | - |
| HSV(B) | 41.54º | 0.83% | 0.49% | - |
| XYZ | 12.51 | 12.24 | 2.41 | - |
| YUV | 94.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 93 | 21 | 0 | 0.26 | 0.83 | 0.51 | 41.54 | 0.71 | 0.29 |
| Hex | 7D | 5D | 15 | 0 | 1A | 53 | 33 | 2A | 47 | 1D |
| Octal | 175 | 135 | 25 | 0 | 32 | 123 | 63 | 52 | 107 | 35 |
| Binary | 1111101 | 1011101 | 10101 | 0 | 11010 | 1010011 | 110011 | 101010 | 1000111 | 11101 |
Color Harmonies of #7D5D15
Complementary color
Monochromatic Colors of #7D5D15
Black with #7D5D15
Text Example
Text Example
White with #7D5D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5D15; }
p { color: rgb(125,93,21); }
H1.HeaderClassName
{
color: #7D5D15;
}
.AnyTagClassName
{
color: #7D5D15;
}
</style>
background-color css
<style>
a { background-color: #7D5D15; }
a { background-color: rgb(125,93,21); }
div.DivClassName
{
background-color: #7D5D15;
}
.BgClassName
{
background-color: #7D5D15;
}
</style>
border-color css
<style>
span { border-color: #7D5D15; }
span { border-color: rgb(125,93,21); }
td.TdClassName
{
border-color: #7D5D15;
}
.TagClassName
{
border-color: #7D5D15;
}
</style>