Shades of Yukon Gold #705F16
Tints of Yukon Gold #705F16
RGB
CMYK
RGB Variations
Color information
#705F16 (or 0x705F16) is known color: Yukon Gold. HEX triplet: 70, 5F and 16. RGB value is (112,95,22). Sum of RGB (Red+Green+Blue) = 112+95+22=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #705F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705F16 is #8FA0E9. Grayscale: #5C5C5C. Windows color (decimal): -9412842 or 1466224. OLE color: 1466224.
HSL color Cylindrical-coordinate representation of color #705F16: hue angle of 48.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #705F16 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 22 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.56 |
| HSL | 48.67º | 0.67% | 0.26% | - |
| HSV(B) | 48.67º | 0.8% | 0.44% | - |
| XYZ | 10.92 | 11.69 | 2.44 | - |
| YUV | 91.76 | 88.63 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 22 | 0 | 0.15 | 0.80 | 0.56 | 48.67 | 0.67 | 0.26 |
| Hex | 70 | 5F | 16 | 0 | F | 50 | 38 | 31 | 43 | 1A |
| Octal | 160 | 137 | 26 | 0 | 17 | 120 | 70 | 61 | 103 | 32 |
| Binary | 1110000 | 1011111 | 10110 | 0 | 1111 | 1010000 | 111000 | 110001 | 1000011 | 11010 |
Color Harmonies of #705F16
Complementary color
Monochromatic Colors of #705F16
Black with #705F16
Text Example
Text Example
White with #705F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F16; }
p { color: rgb(112,95,22); }
H1.HeaderClassName
{
color: #705F16;
}
.AnyTagClassName
{
color: #705F16;
}
</style>
background-color css
<style>
a { background-color: #705F16; }
a { background-color: rgb(112,95,22); }
div.DivClassName
{
background-color: #705F16;
}
.BgClassName
{
background-color: #705F16;
}
</style>
border-color css
<style>
span { border-color: #705F16; }
span { border-color: rgb(112,95,22); }
td.TdClassName
{
border-color: #705F16;
}
.TagClassName
{
border-color: #705F16;
}
</style>