Shades of Yukon Gold #785F16
Tints of Yukon Gold #785F16
RGB
CMYK
RGB Variations
Color information
#785F16 (or 0x785F16) is known color: Yukon Gold. HEX triplet: 78, 5F and 16. RGB value is (120,95,22). Sum of RGB (Red+Green+Blue) = 120+95+22=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #785F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785F16 is #87A0E9. Grayscale: #5E5E5E. Windows color (decimal): -8888554 or 1466232. OLE color: 1466232.
HSL color Cylindrical-coordinate representation of color #785F16: hue angle of 44.69º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #785F16 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 22 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.53 |
| HSL | 44.69º | 0.69% | 0.28% | - |
| HSV(B) | 44.69º | 0.82% | 0.47% | - |
| XYZ | 11.98 | 12.24 | 2.49 | - |
| YUV | 94.15 | 87.28 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 22 | 0 | 0.21 | 0.82 | 0.53 | 44.69 | 0.69 | 0.28 |
| Hex | 78 | 5F | 16 | 0 | 15 | 52 | 35 | 2D | 45 | 1C |
| Octal | 170 | 137 | 26 | 0 | 25 | 122 | 65 | 55 | 105 | 34 |
| Binary | 1111000 | 1011111 | 10110 | 0 | 10101 | 1010010 | 110101 | 101101 | 1000101 | 11100 |
Color Harmonies of #785F16
Complementary color
Monochromatic Colors of #785F16
Black with #785F16
Text Example
Text Example
White with #785F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F16; }
p { color: rgb(120,95,22); }
H1.HeaderClassName
{
color: #785F16;
}
.AnyTagClassName
{
color: #785F16;
}
</style>
background-color css
<style>
a { background-color: #785F16; }
a { background-color: rgb(120,95,22); }
div.DivClassName
{
background-color: #785F16;
}
.BgClassName
{
background-color: #785F16;
}
</style>
border-color css
<style>
span { border-color: #785F16; }
span { border-color: rgb(120,95,22); }
td.TdClassName
{
border-color: #785F16;
}
.TagClassName
{
border-color: #785F16;
}
</style>