Shades of Yukon Gold #705D18
Tints of Yukon Gold #705D18
RGB
CMYK
RGB Variations
Color information
#705D18 (or 0x705D18) is known color: Yukon Gold. HEX triplet: 70, 5D and 18. RGB value is (112,93,24). Sum of RGB (Red+Green+Blue) = 112+93+24=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #705D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705D18 is #8FA2E7. Grayscale: #5B5B5B. Windows color (decimal): -9413352 or 1596784. OLE color: 1596784.
HSL color Cylindrical-coordinate representation of color #705D18: hue angle of 47.05º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #705D18 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 24 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.56 |
| HSL | 47.05º | 0.65% | 0.27% | - |
| HSV(B) | 47.05º | 0.79% | 0.44% | - |
| XYZ | 10.76 | 11.34 | 2.49 | - |
| YUV | 90.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 24 | 0 | 0.17 | 0.79 | 0.56 | 47.05 | 0.65 | 0.27 |
| Hex | 70 | 5D | 18 | 0 | 11 | 4F | 38 | 2F | 41 | 1B |
| Octal | 160 | 135 | 30 | 0 | 21 | 117 | 70 | 57 | 101 | 33 |
| Binary | 1110000 | 1011101 | 11000 | 0 | 10001 | 1001111 | 111000 | 101111 | 1000001 | 11011 |
Color Harmonies of #705D18
Complementary color
Monochromatic Colors of #705D18
Black with #705D18
Text Example
Text Example
White with #705D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D18; }
p { color: rgb(112,93,24); }
H1.HeaderClassName
{
color: #705D18;
}
.AnyTagClassName
{
color: #705D18;
}
</style>
background-color css
<style>
a { background-color: #705D18; }
a { background-color: rgb(112,93,24); }
div.DivClassName
{
background-color: #705D18;
}
.BgClassName
{
background-color: #705D18;
}
</style>
border-color css
<style>
span { border-color: #705D18; }
span { border-color: rgb(112,93,24); }
td.TdClassName
{
border-color: #705D18;
}
.TagClassName
{
border-color: #705D18;
}
</style>