Shades of Yukon Gold #715D16
Tints of Yukon Gold #715D16
RGB
CMYK
RGB Variations
Color information
#715D16 (or 0x715D16) is known color: Yukon Gold. HEX triplet: 71, 5D and 16. RGB value is (113,93,22). Sum of RGB (Red+Green+Blue) = 113+93+22=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #715D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715D16 is #8EA2E9. Grayscale: #5B5B5B. Windows color (decimal): -9347818 or 1465713. OLE color: 1465713.
HSL color Cylindrical-coordinate representation of color #715D16: hue angle of 46.81º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #715D16 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 93 | 22 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.56 |
| HSL | 46.81º | 0.67% | 0.26% | - |
| HSV(B) | 46.81º | 0.81% | 0.44% | - |
| XYZ | 10.87 | 11.4 | 2.39 | - |
| YUV | 90.89 | 89.13 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 22 | 0 | 0.18 | 0.81 | 0.56 | 46.81 | 0.67 | 0.26 |
| Hex | 71 | 5D | 16 | 0 | 12 | 51 | 38 | 2F | 43 | 1A |
| Octal | 161 | 135 | 26 | 0 | 22 | 121 | 70 | 57 | 103 | 32 |
| Binary | 1110001 | 1011101 | 10110 | 0 | 10010 | 1010001 | 111000 | 101111 | 1000011 | 11010 |
Color Harmonies of #715D16
Complementary color
Monochromatic Colors of #715D16
Black with #715D16
Text Example
Text Example
White with #715D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D16; }
p { color: rgb(113,93,22); }
H1.HeaderClassName
{
color: #715D16;
}
.AnyTagClassName
{
color: #715D16;
}
</style>
background-color css
<style>
a { background-color: #715D16; }
a { background-color: rgb(113,93,22); }
div.DivClassName
{
background-color: #715D16;
}
.BgClassName
{
background-color: #715D16;
}
</style>
border-color css
<style>
span { border-color: #715D16; }
span { border-color: rgb(113,93,22); }
td.TdClassName
{
border-color: #715D16;
}
.TagClassName
{
border-color: #715D16;
}
</style>