Shades of Yukon Gold #785E17
Tints of Yukon Gold #785E17
RGB
CMYK
RGB Variations
Color information
#785E17 (or 0x785E17) is known color: Yukon Gold. HEX triplet: 78, 5E and 17. RGB value is (120,94,23). Sum of RGB (Red+Green+Blue) = 120+94+23=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #785E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785E17 is #87A1E8. Grayscale: #5D5D5D. Windows color (decimal): -8888809 or 1531512. OLE color: 1531512.
HSL color Cylindrical-coordinate representation of color #785E17: hue angle of 43.92º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #785E17 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 23 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.53 |
| HSL | 43.92º | 0.68% | 0.28% | - |
| HSV(B) | 43.92º | 0.81% | 0.47% | - |
| XYZ | 11.9 | 12.06 | 2.51 | - |
| YUV | 93.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 23 | 0 | 0.22 | 0.81 | 0.53 | 43.92 | 0.68 | 0.28 |
| Hex | 78 | 5E | 17 | 0 | 16 | 51 | 35 | 2C | 44 | 1C |
| Octal | 170 | 136 | 27 | 0 | 26 | 121 | 65 | 54 | 104 | 34 |
| Binary | 1111000 | 1011110 | 10111 | 0 | 10110 | 1010001 | 110101 | 101100 | 1000100 | 11100 |
Color Harmonies of #785E17
Complementary color
Monochromatic Colors of #785E17
Black with #785E17
Text Example
Text Example
White with #785E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E17; }
p { color: rgb(120,94,23); }
H1.HeaderClassName
{
color: #785E17;
}
.AnyTagClassName
{
color: #785E17;
}
</style>
background-color css
<style>
a { background-color: #785E17; }
a { background-color: rgb(120,94,23); }
div.DivClassName
{
background-color: #785E17;
}
.BgClassName
{
background-color: #785E17;
}
</style>
border-color css
<style>
span { border-color: #785E17; }
span { border-color: rgb(120,94,23); }
td.TdClassName
{
border-color: #785E17;
}
.TagClassName
{
border-color: #785E17;
}
</style>